Stack
Tools I actually reach for.
Languages
TypeScript
DailyDefault for anything with a frontend or a Node/Nest backend.
Python
FrequentDjango, RAG pipelines, and anything LLM-heavy.
Frontend
Next.js
DailyDefault framework for every new product build.
React
DailyComponent architecture, state, and everything in between.
Tailwind CSS
DailyFast, consistent styling without a design-token layer to maintain.
Backend
Nest.js
DailyStructured API services with a modular architecture that scales with a team.
Django
FrequentReal-time apps via Channels, and anywhere Python fits the AI layer.
GraphQL
FamiliarSchema design and Apollo Client caching for data-heavy frontends.
Data
PostgreSQL
DailyRow-level security as a default, not an afterthought.
Supabase
DailyFast to ship on, with auth and storage bundled in.
Infrastructure
AWS
FrequentIAM, Lambda, VPC, CloudTrail — the full identity and network layer.
Terraform
FrequentEvery control reviewable in a pull request.
Docker
DailyConsistent environments from dev through production.
AI/ML
OpenAI & Claude APIs
DailyMulti-provider by default — one vendor going down shouldn't take the product with it.
RAG
DailyIsolation and per-document tuning, not a single global retriever.