Backend
Node.js (Express + TypeScript) and Python (FastAPI) — API patterns, data layer, cloud services, and deployment.
Overview
Node.js · Express
Python · FastAPI
Data Layer
PostgreSQL + Sequelize
Node — Sequelize models, migrations, associations, and seeding.
PostgreSQL + Drizzle
Node — Drizzle schema, type-safe queries, and migration workflow.
PostgreSQL + SQLAlchemy
Python — SQLAlchemy 2.0 models, Alembic migrations, and async sessions.
MongoDB
Mongoose (Node) and Motor/Beanie (Python) — models and document patterns.
Supabase
Supabase client, Postgres via Supabase, RLS, and realtime.