Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
1065 essays found · Page 1 of 89
Clear filtersEngineeringWhat a Deploy You Actually Control Looks LikeMost teams cannot explain what happens between git push and live. That gap is where the outages and the vendor lock-in hide. Here is the version I run.EngineeringWhen Scraping Breaks at Scale, and How to Design Around ItSmall scrapers work until they do not. The failures at scale are predictable, and you can design for them up front instead of firefighting later.StrategyHow Personal Injury Firms Lose Cases to Slow IntakeThe case a PI firm loses is often lost in the first hour, before anyone opens a file. Intake speed is a competitive edge most firms give away.AIWhat Most Automated Bookkeeping Gets WrongAutomation that guesses at your books is worse than no automation. The bar for AI bookkeeping is not speed, it is being trustworthy enough to not check.EngineeringSpec-Driven Development, and Why I Build That WayWriting the spec before the code sounds slow. With AI in the loop it is the opposite: the spec is what makes fast building not turn into fast mess.StrategyWhat an Agency Operating System Actually ReplacesAn AI agency operating system is not another tool in the stack. It replaces the pile of tools, handoffs, and tribal knowledge that runs most agencies.OperatingThe First Hour of Every Build DayRunning a portfolio solo means the first hour decides the day. Here is the routine that keeps twenty companies moving without dropping any of them.OperatingThe Real Reason Your Cloud Bill Keeps ClimbingManaged cloud bills do not climb because you grew. They climb because the pricing is designed to. Here is the mechanism, and when owning the stack wins.EngineeringCode Review Misses Architectural DecayCode review catches line-level bugs but misses architectural decay entirely. Learn why your repo rots one approved pull request at a time and how to catch it.EngineeringHow to Build Multiplayer Cursors and SelectionsMultiplayer cursors and selections are high-frequency ephemeral state. Throttle them, never persist them, and broadcast only to the room to keep editing feel live.StrategyHow to Evaluate a Business Platform for Your IndustryEvaluating a business platform for your industry means testing it against your real workflow, not a feature list. Here is the checklist that matters.EngineeringHow to Read Google Postmaster Tools for App EmailGoogle Postmaster Tools shows how Gmail sees your app email: domain reputation, spam rate, and authentication. Here is how to read it and act on what it says.