Blog


January 13, 2025

How a Post Helped Me Identify and Fix Multiple SQL Queries on a Single Table in the Same HTTP Request

In very early January, I was casually hanging out on X when I came across a very insightful post. The post explained a simple but powerful concept: if you're executing something computationally...

Read

January 2, 2025

Laravel's PHP attributes

Happy New Year! Lately I've been quite excited by Laravel's PHP attributes. Attributes offer the ability to add structured, machine-readable metadata information on declarations in code:...

Read

December 20, 2024

Introducing tidbits!

Let me introduce you to a new section of the site: Tidbits! This is where I share random things that keep me excited—whether it's tips, recent Laravel updates, new libraries, fresh discoveries or...

Read

August 29, 2024

From 500 to 404: A Route Model Binding Debug Tale

Today, I had an interesting pairing session with a fellow developer at work. We were going over one of their controllers when I noticed they weren't using Laravel's Route Model Binding in the...

Read