Skip to content
DynFoundry
Back to insights
1 min read

Architecture for a team of one

Engineering trade-offs change completely when you are the only person on call at 3am.

  • Engineering
  • Process

Principles

Boring beats clever. Every novel piece of technology is one more thing you must remember how to fix at midnight.

Fewer moving parts outrank theoretical performance. A 40ms query you understand beats an 8ms query you do not.

Automate the third time you do it. Not the first — that is premature optimisation.

Checklist

  • Has restoring from backup ever been rehearsed?
  • Is there an alert you routinely ignore? Delete it.
  • Could a new hire deploy on day one?

Have a system that needs to be done right?

The first conversation is always free, and always ends with a concrete direction — even when that direction does not involve us.