Test Driven Development in PHP
Test driven development (TDD) is at the core of the Agile Methodology and Extreme Programming....
2011, Jun 08 — 7 minute readTest driven development (TDD) is at the core of the Agile Methodology and Extreme Programming....
2011, Jun 08 — 7 minute readLast Saturday I had the privilege of attempting a code retreat in Quebec City. I...
2011, May 26 — 5 minute readIn a previous post, I talked about Continuous Integration. If your Continuous Integration server runs...
2011, May 09 — 2 minute readAccording to Wikipedia, continuous integration implements continuous processes of applying quality control — small pieces...
2011, May 04 — 12 minute readLate static binding is one of the new features of PHP 5.3. It came out...
2011, Apr 15 — 2 minute readMany developers I know never attempt any tech event. I am lucky to live in...
2011, Apr 06 — 3 minute readWhen developing web applications, we often run into performance issues. People often blame PHP or...
2011, Mar 30 — 7 minute readI have been programming in PHP for 5 years now. I did not choose this...
2011, Feb 11 — 5 minute readDebugging a PHP application can be painful. When I have a bug in my code...
2011, Feb 03 — 3 minute readWednesday I went to an event called devLAB Montréal. This is a weekly event that...
2011, Jan 28 — 2 minute readLast week I read the book Driving Technical Change by Terrence Ryan. This is a...
2011, Jan 26 — 3 minute readAbout a month ago, a very animated discussion took place on the Software Craftsmanship Google...
2011, Jan 21 — 3 minute readI have been programming in PHP for 5 years. PHP was not a choice I...
2011, Jan 17 — 4 minute readWednesday, the date and the line up for Day Camp For Developers 2 (DC4D) was...
2011, Jan 13 — 2 minute readWhen I need to do something like a search and replace across multiple files, I...
2011, Jan 11 — 3 minute read