Building a Continuous Integration Server for PHP with Hudson
Continuous integration (CI) is fast becoming part of the standard development model for creating high quality software, and rightly so. Delivering reliably high quality software is in the best interest...
View ArticleDPCRadio: The Art of Scalability
Lorenzo Alberton Having invested time and energy into your application, nothing could be more exciting than seeing it gain popularity, and seeing your user base grow. However the success of your...
View ArticleManipulating HTTP with Charles Proxy
Charles Proxy is exactly what its name implies; a proxy. This proxy is special however, as it is specifically aimed at giving functionality that developers will need. It allows you to view, change and...
View ArticleNew Relic for PHP: Web Application Performance Monitoring
The performance of a web application plays a critical role in how an application is perceived by its users. It is important to measure it, identify the causes if it changes and react swiftly to any...
View ArticleProfiling PHP Applications with XHGui
Profiling is a technique for observing the performance of an application, ideal for showing up bottlenecks or particularly intensive use of resources. Profiling gets inside your application and gives...
View Article