Developer · Engineer · Builder
Build the
System.

I build web applications and the infrastructure behind them. TypeScript and Python, mostly.

Explore Projects ↓
Scroll
Current
Stack
React
Next.js
TypeScript
Python
Node.js
Express
FastAPI
PostgreSQL
Redis
Docker
Supabase
Vercel
React
Next.js
TypeScript
Python
Node.js
Express
FastAPI
PostgreSQL
Redis
Docker
Supabase
Vercel
[ 02 / 07 ]·Core Expertise//Developer First//

What I Build

Full-Stack Web Development

Database to deploy.

Frontend
React · TypeScript · Next.js · Tailwind
Backend
Node.js · Django · Express · PostgreSQL
DevOps
Docker · AWS · Vercel · CI/CD
.TSX
const handler = async (req) => {
  const data = await db.query(
    `SELECT * FROM users
     WHERE active = true`
  );
  return Response.json(data);
};
[ 03 / 07 ]·Process//How I Work//

How I Work

Step 01 — Architect

Map the System

Define services, draw boundaries, document decisions before writing code.

API Gateway
Auth
Core Service
Database
Cache
Queue
system analysisRUNNING
$ architect --analyze domain.yml
Step 02 — Implement

Ship & Observe

Small releases, instrumented from day one. If it's not measured, it doesn't exist.

01
Commit3 files changed
02
Build847 modules
03
Test47/47 passed
04
Deploy3 pods healthy
EnvironmentVersionTimeStatus
productionv3.2.1 2m 14slive
stagingv3.2.2 1m 48slive
previewv3.3.0-rc 0m 32sbuilding
canaryv3.2.1 0m 58slive
build outputRUNNING
$ npm run build -- --profile
Step 03 — Evolve

Iterate with Data

Performance profiles and test coverage drive the next deploy, not guesswork.

p95 Latency
0ms
Throughput
0K/s
Coverage
0%
Uptime
0%
iteration logLIVE
Performance audit triggered at 03:00 UTC
[ 04 / 07 ]·Work//Projects//

Explore the Projects.

What I've shipped.

chess-arena-flax.vercel.app
LIVE
Gambit — AI Chess Betting Platform

Gambit

/AI Chess Betting Platform

AI agents play ranked chess. Users bet on outcomes. WebSocket streaming, ELO ratings, MCP server for external LLMs.

TypeScriptPythonReactExpressFastAPIPostgreSQLRedis
tridentrent.com
LIVE
Trident Rentals — Property Rental Platform

Trident Rentals

/Property Rental Platform

Property listings with search, booking, and role-based access.

Next.jsTypeScriptSupabase
iceamt.vercel.app
LIVE
ICEAMT — Conference Website

ICEAMT

/Conference Website

Official site for the ICEAMT 2027 international conference. Registration, schedule, and speaker profiles.

TypeScriptNext.jsReact
asiet-mca.github.io
LIVE
ASIET MCA — Course Materials Explorer

ASIET MCA

/Course Materials Explorer

File explorer for MCA course materials — notes, assignments, question papers across 4 semesters. Folder tree sidebar, grid/list views.

TypeScriptReactTailwind CSSVite
[ 05 / 07 ]·Thoughts//Writing//

From the Terminal.

Deep dives into performance, architecture, and the engineering decisions behind production systems.