Archive for the ‘PHP’ Category

February 25, 2012 0

Ibuidings Challenge

By admin in PHP

Ibuildings have recently announced their new coding challenge.
http://www.ibuildings.com/challenge/
In short its to build a custom notifier for Senio’s new build tool Sismo.
http://sismo.sensiolabs.org/
The criteria are that:
The notifier falls into one of the following categories:

Usefull
Creative
Inspiring

This got me thinking, what would be the worst penalty for a failing build? Who would you least like notified in the event the [...]

Tags: , ,

January 10, 2012 1

The Importance Of Logging

By admin in PHP

Until recently I had underestimated the value that can be gained by implementing an effective logging strategy.
The most common benefit to be gained is of course that it makes your application easier to debug. As a developer you have probably tailed an apache error log when trying to debug an issue. This technique is [...]

Tags: , ,