A microbenchmark showing one implementation four times faster than another, where the difference was the loop. Three separate errors in six lines: an unused result, a shared warm…
Eleven flags in a config array, changed by deploying, and two of them dead since 2021. The persistence is what a config flag cannot give you: a percentage…
Hand-written validation in a REST callback, when the argument definition can do it and produce documentation at the same time. The argument schema validates before the callback runs,…
The PHP SDK reached 1.0 this year and the auto-instrumentation is thinner than the equivalent in other runtimes. The gap is the whole problem — a trace that…