A readonly value object that wanted a lazily computed cache, which is exactly what readonly forbids and is usually a signal. The wrapper is the textbook answer and…
A generated test for an existing class, which is the case model assistance is genuinely good at, with one caveat. The second test asserts that assignment works, which…
Parallel test processes sharing one database, and the transaction-per-test isolation that stops working under concurrency. Loading the schema from a dump rather than migrating is what makes eight…
A transient holding an expensive query result, expiring at a fixed time, and four hundred requests recomputing it simultaneously. The stale copy with a longer lifetime is what…
Six months of review findings, filtered to the ones with a security consequence. All three are patterns that appear constantly in public code, which is presumably why they…
A plugin update that broke a checkout flow, reverted by editing one line and running one command. A downgrade that is a version constraint and a redeploy is…
A CSS feature that solves a real problem, available in one engine, evaluated and deferred. The fallback syntax is the part that makes this genuinely better than the…