My Projects
Here are some of my recent projects. Each project showcases different skills and technologies from my stack.

Phonolytics (FYP) – AI-Powered Conversation Intelligence Platform
Architected an end-to-end real-time call analytics platform processing live audio streams via WebSockets, enabling millisecond-latency transcription and AI coaching for BPO and telesales teams. Engineered a proprietary dual-scoring engine that independently quantifies agent Effort and client Conviction on every call. Built a scalable backend with FastAPI, decoupling independent modules for independent scaling and fault isolation. Recognized as Top 10 Finalist at Teknofest Pakistan.FastAPIReactTypeScriptWebSocketsLLMsNLPRAG
ATS-Friendly Resume & Cover Letter Builder
Designed and developed an AI-powered resume and cover letter platform using Next.js (App Router) and TypeScript. Implemented a scalable microservices architecture with NestJS and RabbitMQ, reducing system bottlenecks. Built a secure API Gateway with JWT-based authentication using Clerk. Containerized services using Docker and orchestrated deployments with Docker Compose.NestJSTypeScriptNext.jsPostgreSQLMongoDBRabbitMQDocker
Secure Microservices Architecture: Rides Management System
A secure and scalable ride-booking platform built with Node.js using microservices architecture. The system includes decoupled User, Captain, and Ride services that communicate asynchronously through RabbitMQ, ensuring high performance and fault tolerance. It features RESTful APIs, a domain-driven design, and robust security measures against DoS attacks, CSRF, and fake users, making it suitable for production-level deployment.NodeJSRabbitMQMicroserviceRESTAPI