Stack
Languages
Programming languages I use regularly — not every language I've touched, just the ones that show up in my actual work.
TypeScript
Primary language for everything. Frontend, backend, scripts — if TS can do it, that's what I'm reaching for.
Python
Data pipelines, scripting, and quick backend services. Great ecosystem, bad packaging story.
Rust
CLIs, performance-critical tooling, and WebAssembly. The borrow checker is brutal but the output is worth it.
Go
Microservices and network utilities. Love the simplicity. Miss generics sometimes, but they're here now.
SQL
PostgreSQL is my database of choice. Window functions, CTEs, explain analyze — I actually enjoy writing SQL.
Bash
Glue for CI scripts, dotfiles, and deployment pipelines. Not elegant, but it works everywhere.