DX April 10, 2026 ·6 min
The dev environment I actually use in 2026
Five years of YAML archaeology condensed into a setup that finally feels boring — in a good way.
Boring is the point
The best dev environment is one nobody remembers configuring. Here is mine.
- Containers: OrbStack — faster than Docker Desktop, half the RAM
- Editor: Cursor with a tight ruleset and four sharp slash commands
- Terminal: Ghostty + Starship + Atuin
- DB: Postgres 16 with a snapshotted seed volume
- Cache: Redis 7
- Mail: Mailpit for local SMTP
Setup time for a new machine: 11 minutes. Down from 90.
Related posts
Architecture · May 22, 2026 ·9 min
Scaling a TypeScript monolith to 50 engineers
Module boundaries, build pipelines, and the lessons learned splitting one giant repo into something humans can actually navigate.
AI · Mar 2, 2026 ·7 min
AI pair programming, eighteen months in
What changed in my workflow, what didn't, and the practices that 10x'd the value of the tools I already had.
Infra · Feb 14, 2026 ·11 min
A small team's guide to running on Kubernetes
Yes you can. No you probably shouldn't — until you should. Here is the decision tree.