Friday, 23 May 2014

Refactoring and Kata

Martin Fowler has a pretty good site on refactoring - http://www.refactoring.com/

Coding Dojo Katas - http://codingdojo.org/cgi-bin/index.pl?KataCatalogue

No comments:

Post a Comment

How to Scale Laravel Apps with Queues

Scaling a Laravel application to handle increased traffic and complex tasks is a common challenge for developers. Queues provide...