Uses
The tools, apps and gear I use to build things every day.
Editors & IDEs
CLI & Terminal
Windows Terminal
PowerShell 7 + Oh My Posh, tuned to the bone.
Warp
AI-assisted terminal on the machines that run it.
lazygit
Git without leaving the terminal — can't go back.
gh
GitHub CLI for PRs, issues and gists in one line.
ripgrep
Instant code search across giant repos.
fzf
Fuzzy finder wired into everything.
zoxide
Smarter cd — jumps to any dir from memory.
bat
cat with syntax highlighting and git blame.
Languages & Runtimes
TypeScript
The language I reach for by default, everywhere.
Bun
Runtime + bundler + package manager for new projects.
Node.js
Still the workhorse for most backends.
Deno
Secure-by-default runtime for quick scripts.
Python
Scripting, automation and the odd ML experiment.
Go
When I need fast, boring, single-binary services.
Rust
Learning it for the performance-critical bits.
pnpm
Fast, disk-efficient installs on everything else.
Dev Tools & Services
Docker
Local services and reproducible environments.
Bruno
Git-friendly API client, offline and open source.
TablePlus
Poking at Postgres, MySQL and Redis visually.
Prisma Studio
Quick GUI for the database during development.
ngrok
Tunneling localhost for webhooks and demos.
Vercel
Deploys for basically every side project.
Cloudflare
DNS, tunnels, R2 and the occasional Worker.
Supabase
Managed Postgres, auth and storage in a pinch.
Upstash
Serverless Redis and queues for edge apps.
Sentry
Error tracking so I hear about bugs before users do.
GitHub Actions
CI/CD pipelines for lint, tests and deploys.