A factory namespace under autoload-dev, referenced by a seeder, referenced by a console command that shipped. The failure is correct and the timing is the problem: a class…
The slow request cannot be reproduced locally, and profiling everything in production is not an option. The trigger value has to be a secret, or anybody can make…
Preloading 900 classes, and a fatal error at startup about a class that could not be resolved. The linking is what makes preloading fast and what makes it…
Three merges in ten minutes produced three deploys, running concurrently, and the one that finished last was the oldest commit. Two settings, two opposite answers: a superseded CI…
Snapshot tests are usually a way of asserting that nothing changed, which is worth very little, until the change is one nobody intended. The snapshot caught a currency…
A message that cannot be processed and must not be skipped, in a stream where order matters. Halting is the right answer when skipping would corrupt the state…
A build script written in JavaScript because it processes the asset manifest, in a repository where everything else is PHP. The Makefile is the interface and the language…