Conferences

In the next few months, I will be a 2 conferences. True North PHP True...

1 minute read

PHP Resources

A co-worker recently asked me how I stay current with new development in the PHP...

4 minute read

Continuous Testing in PHP

Continuous testing is a way to automate the execution of your tests while you work....

4 minute read

Clean Coder

Yesterday I finished reading The Clean Coder: A Code of Conduct for Professional Programmers (affiliate...

4 minute read

Test Driven Development in PHP

Test driven development (TDD) is at the core of the Agile Methodology and Extreme Programming....

7 minute read

Code Retreat Quebec

Last Saturday I had the privilege of attempting a code retreat in Quebec City. I...

5 minute read

PHP Tool Integration (PHPsrc)

In a previous post, I talked about Continuous Integration. If your Continuous Integration server runs...

2 minute read

Continuous Integration In PHP

According to Wikipedia, continuous integration implements continuous processes of applying quality control — small pieces...

12 minute read

Late Static Binding

Late static binding is one of the new features of PHP 5.3. It came out...

2 minute read

Conferences And Meetups

Many developers I know never attempt any tech event. I am lucky to live in...

3 minute read

Profiling a PHP Application

When developing web applications, we often run into performance issues. People often blame PHP or...

7 minute read

What I Love/Hate About PHP

I have been programming in PHP for 5 years now. I did not choose this...

5 minute read

Debugging PHP In Eclipse

Debugging a PHP application can be painful. When I have a bug in my code...

3 minute read