Engineering,
taught
&
leadership,
practised.
I'm Steven — CTO at Digitonic, a PHP engineer since 2010 and a keen golfer with a terrible handicap. This is where I write it all down.
Latest from the journal
Debug Livewire and Eloquent Faster with Spatie Ray
Stop halting requests with dd() and scribbling over pages with dump(). Spatie Ray sends Laravel debug output to a desktop app so you can watch queries, events and Livewire state live.
Run Laravel AI SDK Agents in the Background with Queued Jobs
A synchronous AI call can tie up a PHP worker for half a minute. Here's how to run Laravel AI SDK agents on a queue and surface the result when it's done.
Build a Snap-Scrolling Carousel with Tailwind v4 (No JS)
Reach for a JS carousel library and you inherit its weight, its bugs, and its accessibility debt. Tailwind v4 ships scroll-snap utilities that do the same job in plain HTML — here is the whole build.