Stack
Stack
Tools and technologies I currently use, kept short and current rather than exhaustive.
Software
TypeScript
Default for anything beyond a quick script.
React
The component model I reach for on the frontend.
Next.js
App Router, mostly — what this site itself runs on.
Tailwind CSS
Fast, consistent styling without a separate design system to maintain.
Node.js
Runtime for most of the backend work that isn't infra.
AI
Claude Code
Where a lot of this actually gets built, including this site.
LLM-assisted development
Increasingly part of how I write, review, and ship code, not just a novelty.
Infrastructure / Cloud
Kubernetes
Container orchestration for anything that needs to scale or heal itself.
Ansible
Configuration management and repeatable provisioning.
Google Cloud Platform
Primary cloud for most of my infrastructure work.
GKE
Managed Kubernetes on GCP.
AWS
Cloud provider for the rest.
IAM
Identity and access management — getting permissions right matters as much as the infra itself.