The Lab · Written in the open · Tagged Operations

Lab.

Working notes from the studio. The tools I build, the workflows I keep, the mistakes I paid for.

6 entries · latest 2026-08-18

Browse every entry by topic

Latest entry

RAXXO Studios 10 min read

The Kill Switch Every RAXXO Tool Ships With

A two-day gap between finding a bug and shipping the fix taught me every risky feature needs an instant off switch, not just a future patch.

BusinessDevelopmentOperations
Read the entry
TLDR This entry in one minute
  • Every RAXXO tool ships with a kill switch that can turn off one feature or the whole tool in under a minute, no redeploy required
  • I built the first one the night Git Dojo's parser choked on a git log format I had never tested against
  • The switch lives in three places at once, a flag, a status note, and a fallback UI state, so a user never lands on a blank screen

All entries · Operations