Full-stack engineer crafting production systems — from multi-tenant web apps and scalable backends to high-performance interfaces that people actually use.
Explore Projects ↓What I Build
Full-Stack Web Development
End-to-end product engineering from database to deploy.
const handler = async (req) => {
const data = await db.query(
`SELECT * FROM users
WHERE active = true`
);
return Response.json(data);
};How I Work
Map the System
Before writing a line of code, I decompose the problem into bounded contexts, data flows, and failure modes. Architecture decisions are documented, not improvised.
Ship & Observe
Lean sprints, feature flags, and continuous deployment. Every release is instrumented — metrics, logs, and traces from day one. No black boxes.
Iterate with Data
Performance audits, user telemetry, and automated regression tests shape the next cycle. Systems get smarter with every deployment.
Explore the Projects.
From multi-tenant SaaS platforms and e-commerce systems to property rental apps — built with React, Next.js, Django, Express, FastAPI, Supabase, Stripe, and PostgreSQL.