SOLID - Open/Closed Principle
Play
5:09 CC

SOLID - Open/Closed Principle

#199 Jul 21, 2019 pro
Open/Closed principle states "software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification"; that is, such an entity can allow its behaviour to be extended without modifying its code.

SOLID - Single Responsibility Principle
Play
7:00 CC

SOLID - Single Responsibility Principle

#198 Jul 14, 2019 pro
A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class.

Introduction to Dragon Ruby
Play
26:20 CC

Introduction to Dragon Ruby

#197 Jul 7, 2019 free
Dragon Ruby is toolchain that allows developers the ability to build apps and games in Ruby.

ViewComponent in Rails
Play
12:26 CC

ViewComponent in Rails

#196 Jun 30, 2019 pro
The ViewComponent library will provide a new way for creating reusable and testable view components.

Thredded Forum
Play
9:06 CC

Thredded Forum

#195 Jun 23, 2019 pro
Thredded is a Rails 4.2+ forum/messageboard engine. Its goal is to be as simple and feature rich as possible.