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
Laravel Scout + Typesense — A Production Guide to Typo-Tolerant, Faceted, and Vector Search
Devs reach for the Scout database driver, watch a LIKE query crawl on 200k rows, and realise they need a real engine. Here's the full Typesense path — async indexing, facets, hybrid vector search, and a Pest test suite.
Pest 4 Snapshot Testing for Laravel API Responses — Catch Accidental Schema Drift
Pest 4 has snapshot testing built in. One expectation locks down the shape of your JSON responses so renamed keys and disappearing fields stop slipping into production unnoticed.
Tailwind v4 text-shadow Utilities — Make Headings Pop Without Custom CSS
After twenty years of inline `style="text-shadow: …"`, Tailwind finally has a utility for it. Here is the v4.1 cheat sheet — sizes, colour tinting, dark-mode swaps, and @theme customisation.