The rewrite will cost three times what you approved
The claim The estimate for a full rewrite is derived from the features you can see. The cost is driven by the features you cannot — the eleven years of edge cases, exceptions and q...
Read articleInsights
Engineering notes, infrastructure deep dives and practical guides from the Exotecho team.
The claim The estimate for a full rewrite is derived from the features you can see. The cost is driven by the features you cannot — the eleven years of edge cases, exceptions and q...
Read articleThe claim Free-text log lines without a correlation identifier are not diagnostic data. They are a diary. During an incident you cannot answer the only question that matters — what...
Read articleThe claim Businesses spend real money on redundant servers, replicated databases and multi-region backups, then protect the domain name that points at all of it with a shared passw...
Read articleThe claim Any call to a third-party service inside a request handler makes that service a hard dependency of your application. Sending mail synchronously means your order confirmat...
Read articleThe claim Caching a dynamic page for one second sounds pointless. It is the single highest-leverage configuration change available to a small site, because it converts an unbounded...
Read articleThe claim Nearly every IT support agreement in this market is written around response time. A one-hour response commitment is satisfied by an automated ticket acknowledgement. It o...
Read articleThe claim On a typical content or commerce site, images account for the majority of transferred bytes — usually 55% to 75% — and the fix is a build step you configure once, not a f...
Read articleThe claim If more than four conditions in your system are permitted to page a human at three in the morning, none of them will be taken seriously by March. Alert fatigue is not a d...
Read articleThe claim A migration that changes the shape of a table and the code that reads it in the same deploy cannot be rolled back. During the seconds or minutes when old and new applicat...
Read article