A blog about Laravel, web development, security, AI and other little coding tips.
Latest Blog Posts

Why AI-assisted Coding (not Vibe Coding) is the Future
Conversations about AI are taking place in every corner of the workplace: from law firms, to call centers, to my very own field of software development. And amidst all the excitement and chaos, everyone's trying to figure out...

12 Simple Tips for Securing Your Web Apps
In this post I share some simple tips you can use to improve the security of your web applications. Although many of these are best practices which apply to cloud-hosted web apps in general, I'll also share a few Laravel-specific code samples to...

Adding IP Whitelisting to Your Filament PHP Admin Panel
Want to restrict access to your Filament admin panel to only specific IPs? Here's the coles notes.