// brew-stack.ts const stack = { base: 'dark roast', #3E2723 service: 'cold brew', #1A0F0A edge: 'espresso', #D4A574 observability: 'single origin', #8B4513 } export default stack // uptime: 99.9%
Coffee for Developers: How to Build a Brew Stack That Survives Production
Developers obsess over tech stacks. We argue about Rust vs Go, Postgres vs Mongo, Vim vs everything else. Then we run the whole operation on whatever coffee we grabbed at a gas station. This is a proposal for treating the thing you drink six times a day like the production dependency it actually is.
Read the full post →