Backend / DevOps
Still writing code. Not as excited as before.
- Builds backend systems
- Keeps things running (most of the time)
- Automates what gets annoying
- Fixes things that used to work yesterday
I prefer boring systems. They fail less.
Java, Go, JavaScript, TypeScript
PostgreSQL, MongoDB, Redis
Docker, Linux, Nginx
Cloud (when necessary)
while (true) {
try {
build();
deploy();
fix();
} catch (e) {
debug(e);
}
}

