Articles
A list of articles I've written.
Top Ten Laravel-and PHP-things-7/2/2025
Its the third week of my top ten things I have found this week in the Laravel and PHP world series.
Laracon EU 2025
So it’s over that’s it for Laracon EU 2025, it was a great event! The location itself was really nice it’s the first time I’d been to that venue so it was great to experience it for the first time.
Top Ten Laravel and PHP Things - 31/1/2025
The second week of top ten things I have found this week in the Laravel and PHP world.
Cactus Rebrand Party
Yesterday I was lucky enough to be invited down to London for the day to celebrate the Cactus Rebrand Party.
Top Ten Laravel and PHP Things - 24/1/2025
Every Week im going to be putting together a top ten of the best laravel and PHP things I find that week. I've been doing this for a while now on LInkedin but I thought it would be worth documenting things on my own blog
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.
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.