-
case-study
-
Introduction au code
-
acid's extasy
-
deck
-
rails conf command chain workshop
Short intro before we get hands on code!
-
Structure and chain your POROS
Current state of the art of POROS + chaining guidance
-
Intention vs Implementation
Feature implementations or even feature requests themselves sometimes confuse the "why" and the "how". Even if the resulting code works, it makes business logic's intentions disappear, which costs in both understanding and maintenance.
-
code ruby like you build lego
Version 2 with clearer example. Split your app based on business logic bricks and assemble them.
-
code ruby like you build lego
Split your app based on business logic bricks and assemble them
-
Handling error in Ruby on Rails
-
Service objects and their flavors in Rails
service objects, light service, interactor and waterfall using Rails