One identifier generated at the edge and attached to every log line turns an incident into a single query, and the hop most implementations lose is the one…
Indexing an expression required adding a generated column and indexing that, which means a schema change and a column nobody wants in a SELECT *. The double parentheses…
Checking whether a key exists and then inserting it is two statements, and two requests can both pass the check before either inserts. The unique index is what…
Two features with similar names solve different problems, and reaching for the wrong one produces either a class that does nothing or a duplicate block. A style is…
Reading configuration by key from a dictionary means every consumer knows the key names and nothing validates them; binding to a class means the shape is declared once.…
October brought a rewritten solver and parallel downloads, and the lock file format changed in a way that produces a confusing diff when two people are on different…
Every build in 4 started from nothing, which on a large application is a minute of parsing and transpiling that produces the same result as last time. buildDependencies…