Design Patterns in Ruby Book Review
Design Patterns in Ruby (US | UK) is the first book entirely dedicated to the implementation of the most common Design Patterns in Ruby as defined by the Gang of Four (GoF). It’s written by Russ...
View ArticleDesign Patterns in PHP (PHPCon Italia)
The slides for my talk about Design Patterns in PHP at the PHPCon Italia are now available through SlideShare. I want to thank you everyone who came to my talk. It was really a big gratification to see...
View ArticleRefactoring to Design Patterns (phpDay 2009)
The slides from my Refactoring to Design Patterns talk at phpDay 2009 are now available. The presentation is hosted on SlideShare, while the source code is available as a Git repository on GitHub. Both...
View ArticleRuby Proxy Pattern and Dynamic Delegation with ActiveSupport BasicObject
This article targets Rails 2.3 and Rails 3. The information contained in this page might not apply to different versions. This is article is part of my series Understanding Ruby and Rails. Please see...
View Article