Technical writing on behavioral regressions, code review blind spots, and why certain bugs only show up in production.
How to catch removed public APIs, signature changes, and serialization breaks at commit time instead of in downstream consumers.
Read article →
Code review catches style and obvious logic errors. It routinely misses behavioral drift, contract changes, and implicit assumptions.
Read article →
Tests pass but bugs still reach production. The categories of risk that escape test suites and why a green build is not the same as safe code.
Read article →