Projects

Production systems and platforms I have designed, built, and shipped. Each one taught me something that docs and tutorials do not cover.

Production · E-Commerce

EduTech Platform

Multi-vendor edtech marketplace with admin, vendor, and user modules. Integrated AWS S3 for storage, Razorpay for payments, and secured auth flows with JWT and Redis-backed session management.

Express.jsMongoDBRedisAWS S3Razorpay
Service · ML

Face Recognition Service

Bridged Python face recognition logic with a Node.js API layer via child_process IPC. Stored user embeddings and metadata in SQLite, optimized for low-latency identification.

PythonNode.jsSQLite