Portfolio

Projects & Work

A collection of things I've designed and built — from production APIs and microservices to full-stack apps.

2024Full Stack

Templora.in

E-Commerce Platform

Serverless e-commerce platform with sub-200ms API response times, Razorpay integration, and Firebase backend.

  • Sub-200ms API response times via serverless Netlify Functions
  • 200+ successful transactions in month one with zero payment failures
  • Webhook-based Razorpay integration with idempotency handling
Next.jsTypeScriptFirebaseNetlify FunctionsRazorpayGitHub ActionsCI/CD
2024Frontend

Microservice Monitor

Real-Time Monitoring Dashboard

React.js dashboard consuming live WebSocket streams from 4 microservices, displaying system health metrics with <500ms latency.

  • <500ms latency on live health metrics across 4 microservices
  • Real-time threshold breach alerting for operations team
  • Modular role-based views (engineers + ops) from single codebase
React.jsTypeScriptWebSocketNode.jsDocker
2025Backend

Microservices API Layer

Express.js + BullMQ Backend

15+ RESTful APIs across 4 microservices with async BullMQ job queues, Swagger docs, and Razorpay webhooks.

  • 15+ RESTful APIs with full Swagger documentation
  • BullMQ + Redis job queues improved throughput by ~25% under peak load
  • ~30% reduction in integration time for new microservices
TypeScriptExpress.jsNode.jsRedisBullMQPrisma ORMSwaggerDocker
2024Mobile

Cross-Platform Mobile App

Flutter + GetX

Mobile application built with Flutter and GetX state management, improving user retention by 15%.

  • 15% improvement in user retention through UX optimization
  • ~35% reduction in average app load time via profiling & optimization
  • Resolved 20+ critical performance bottlenecks
FlutterDartGetXREST APIsFlaskNode.js