01
AI Calling Ecosystem
Multi-Tenant SaaS Outbound Calling Platform 2024 – PresentDesigned and shipped a multi-tenant SaaS outbound calling platform from scratch — five independently deployed microservices (backend-api, calling-engine, campaign-orchestrator, admin-dashboard, dashboard) behind Nginx. Engineered a real-time AI voice agent pipeline: Deepgram STT streams audio, GPT-4 generates contextual replies, Murf/ElevenLabs synthesizes speech, and Piopiy SDK handles PSTN delivery over Indian telecom.
- ·Credit-based billing with idempotent per-30s deductions using SELECT FOR UPDATE — zero double-charges
- ·TRAI-compliant safeguards: DND scrubbing, calling-hour enforcement, and opt-out handling
- ·APScheduler campaign orchestrator with ARQ Redis queues for reliable async call dispatch
- ·Full call transcripts stored in MongoDB; automated PDF invoice generation via ReportLab
FastAPIPostgreSQLRedisMongoDBReactARQOpenAI GPT-4DeepgramMurf AIElevenLabsPiopiy SDK
02
Kawn
Social Media Platform 2024A complete social platform with 30+ REST APIs built on FastAPI, achieving sub-100ms p95 latency through advanced PostgreSQL indexing and a Redis caching layer. Designed event-driven background job workflows for feeds, real-time notifications, and user-profile updates at scale.
- ·Sub-100ms p95 latency via PostgreSQL query optimization and Redis caching
- ·Event-driven background jobs for feeds, notifications, and profile updates
- ·Redis caching layer reducing database load by 40%
FastAPIPostgreSQLRedisReact.jsAWS
03
Book My Game
Sports Booking Platform 2023Multi-platform sports venue booking system with dynamic pricing, real-time slot availability, and full booking lifecycle management across web (Angular) and mobile (React Native) clients, backed by NestJS microservices on AWS.
- ·Dynamic pricing engine with real-time slot availability tracking
- ·Comprehensive RBAC for players, venue owners, and admins
- ·React Native mobile + Angular web clients backed by NestJS microservices
NestJSPostgreSQLReact NativeAngularAWS EC2AWS S3
04
Zylm CRM
Enterprise Workflow Management 2023Enterprise CRM with modular NestJS backend, real-time task management and notifications, improving team productivity by 30% through optimized workflows and automated alert pipelines.
- ·Real-time task management and notification system via automated alert pipelines
- ·Modular NestJS architecture with clean dependency injection patterns
- ·Optimized workflows driving 30% productivity improvement across teams
NestJSPostgreSQLAngularTypeScript