composer bump raises the constraints in composer.json to match what is installed, which is either exactly what you want or exactly what you do not. The distinction between…
The deferred pattern — a promise whose resolve and reject escape the executor — written by hand in every project that needs it. The hand-rolled version works and…
A module used by four environments and verified by applying it and looking at the console. The tagging assertion is the one that earns its place immediately, because…
An automated refactor across four hundred files, and a review that cannot read eight thousand lines. Splitting the run by rule and reviewing each separately is what makes…
A “quiet” button, applied by an editor adding a class in the advanced panel, which nobody could discover and half of them misspelled. A registered style appears in…
Copying two hundred lines out of a dependency, and the three things that make that legitimate rather than theft. The licence file, the upstream commit hash and the…
Every deploy restarting six consumers at once, triggering a rebalance that stops consumption for forty seconds. Rolling the restarts is the obvious answer and it is slower, which…
An event published on every order, with no subscribers since the service that listened was removed in 2022. Three events with no subscribers and one and a half…