Asia/Kolkata
ProjectsFebruary 1, 2026

Performance & Infrastructure Optimization

Led multiple performance optimization and infrastructure improvement initiatives at Telecrm, tackling latency issues, cost reduction, and production reliability across the full stack.
  • Introduced RAM Cache for server-side caching, reducing network latency by serving cached resources directly from the server instead of making Redis network calls.
  • Added caching layers to decrease WhatsApp chat section load times.
  • Implemented local media caching in the frontend and added CloudFront ahead of S3 for lower data transfer costs.
  • Built an EntityFilterGroup system that auto-generates MongoDB and Atlas Search queries from specified filter parameters, eliminating manual query construction.
  • Optimized resource fetching (custom fields, custom actions, enterprise data) to only fetch required details instead of entire documents, reducing MongoDB, Redis, and data transfer costs.
  • Migrated WhatsApp view lead fetching from MongoDB to Atlas Search for better performance.
  • Redis Latency Bug: Fixed a critical Redis latency issue that took down production servers during a large client onboarding. Diagnosed and resolved independently.
  • MongoDB Atlas Search Health: Solved atlas search index health issues caused by large objects, by trimming them into spam details.
  • WebSocket FD Limit: Fixed AWS WebSocket API Gateway hitting file descriptor limits, breaking click-to-call functionality. Used AWS API to close stale connections.
  • Replication Lag: Fixed broadcast and bulk edit failures caused by replication lag between MongoDB clusters — also resolved count mismatches in the analytics database and duplicate lead issues.
  • SNS Issue: Completely solved SNS issues caused by large objects in the database, reducing costs.
  • Infinite Loop: Inspected and resolved a salesform/workflows issue causing infinite loops in production servers.
  • Migrated AWS SDK from v2 to v3 across the entire project (API Gateway, Lambda, SNS, SQS, EC2).
  • Added CloudFront CDN ahead of S3, lowering data transfer costs by $35/month.
  • Implemented a pending promises queue to offload non-critical actions to background execution.
  • Node.js: Server-side caching and optimization
  • MongoDB / Atlas Search: Database queries and search
  • Redis: Caching layer
  • AWS (EC2, S3, CloudFront, SQS, SNS, Lambda, API Gateway): Cloud infrastructure
  • WebSockets: Real-time communication
  • Significantly reduced API response times and database load
  • Lowered AWS costs by $35/month through infrastructure optimization
  • Resolved critical production outages affecting all users
  • Improved overall system reliability and observability

Related projects

Security & Frontend Modernization

Led Angular 13 to 17 migration, implemented comprehensive security hardening (CSP, SSL pinning, JWT invalidation), and modernized the build pipeline from Webpack to esbuild.

Analytics Platform & Data Pipeline

Built a complete analytics infrastructure from scratch — MongoDB to PostgreSQL ETL pipeline, Metabase deployment on Docker/EC2, and an AI-powered SQL query generator for self-serve analytics.

WhatsApp Cloud API Platform

End-to-end WhatsApp Cloud API platform with messaging automation, conversation analytics, interactive messaging, campaign management, and embedded signup — built for a high-growth CRM serving 100K+ leads.

CI/CD & Build Automation

Designed automated deployment pipelines, parallelized CI builds (60 min to 10 min), and created OS-agnostic build scripts — reducing release cycles from 2 weeks to 2 days.

Learning Management System

Built an LMS from scratch with WYSIWYG content editing, role-based access for editors and viewers, and automated Firebase deployments on every commit.

FalconOS

A custom x86 operating system kernel built from scratch with C++ and x86 Assembly, featuring GRUB bootloader, interrupt handling, memory management, and cooperative multitasking.