The most underrated tool for career growth is a personal website. I’m creating a course to teach you how to build one in 10 days. Join the waitlist.

PHP Namespacing, simpler than it seems


I’ve avoided namespacing for years, thinking it was this big complicated beast. While working on my new WordPress starter template, I decided to use it in an attempt to better organise my code. Turns out it’s simpler than it looks.

Namespacing is just a way to organise your code. You’re essentailly saying this code is in this directory. That’s it! Here’s a great video from Jeff of Laracasts that explains it very nicely.

Want tips, tricks and thoughts on how to make better websites?