Articles
A list of articles I've written.
13th January 2025
Read more
The power of Static Analysis
As PHP developers, we all want to write clean, maintainable code that doesn’t break in production. But with larger projects, keeping track of potential issues and bugs can become increasingly difficult.
13th January 2025
Read more
The importance of coding standard
Over the years there has been plenty of debates around coding standards. People have argued over things like tabs vs spaces, line lengths and other aspects when it comes to writing code.