Tag
Build
5 articles
Breakdowns · 4 min
What Is Exception Handling in Operations?
Exception handling is the designed path for work that falls outside the standard flow. Not an edge case, a core design requirement for any system in production.
How To · 6 min
When to Fix the System vs Rebuild From Scratch
The instinct to rebuild is usually driven by frustration, not evidence. The signals that separate a system worth repairing from one that has run its course.
Breakdowns · 5 min
The Difference Between a Script and a System
Scripts solve the immediate problem. Systems solve the class of problem. When a script becomes load-bearing infrastructure, it needed to be a system.
How To · 6 min
Testing Operational Systems Beyond the Happy Path
Happy path testing confirms the system works under ideal conditions. Production runs everything else. What to test so production is not your test environment.
How To · 15 min
Operational Systems That Survive Real Conditions
How to move from a live workflow to an operational system with visible exceptions, clear ownership, and a handover someone else can run.