Backend Engineering
The invisible machinery. Field notes on database optimization, PHP architecture, API design, and keeping server-side systems resilient under load.
-
The N+1 Query: Why Your Site Is Slower Than Your Numbers Say
The most common performance killer in PHP applications isn’t slow code — it’s the query loop nobody profiled. How to find and fix it in an afternoon.