Skip to content

Stack

Tools I actually reach for.

Languages

  • TypeScript

    Daily

    Default for anything with a frontend or a Node/Nest backend.

  • Python

    Frequent

    Django, RAG pipelines, and anything LLM-heavy.

Frontend

  • Next.js

    Daily

    Default framework for every new product build.

  • React

    Daily

    Component architecture, state, and everything in between.

  • Tailwind CSS

    Daily

    Fast, consistent styling without a design-token layer to maintain.

Backend

  • Nest.js

    Daily

    Structured API services with a modular architecture that scales with a team.

  • Django

    Frequent

    Real-time apps via Channels, and anywhere Python fits the AI layer.

  • GraphQL

    Familiar

    Schema design and Apollo Client caching for data-heavy frontends.

Data

  • PostgreSQL

    Daily

    Row-level security as a default, not an afterthought.

  • Supabase

    Daily

    Fast to ship on, with auth and storage bundled in.

Infrastructure

  • AWS

    Frequent

    IAM, Lambda, VPC, CloudTrail — the full identity and network layer.

  • Terraform

    Frequent

    Every control reviewable in a pull request.

  • Docker

    Daily

    Consistent environments from dev through production.

AI/ML

  • OpenAI & Claude APIs

    Daily

    Multi-provider by default — one vendor going down shouldn't take the product with it.

  • RAG

    Daily

    Isolation and per-document tuning, not a single global retriever.