Implemented a structured audit logging system to track user actions, enabling admin-level visibility; integrated with AWS CloudWatch and Grafana for centralized monitoring.
Optimized ClickHouse queries for large-scale cost analytics by implementing database-level pagination and aggregation, significantly reducing data transfer (2GB+) and improving query performance and system stability.
Redesigned data export workflow for large datasets by offloading query results to AWS S3, enabling reliable download of GB-scale reports and eliminating server crashes caused by in-memory processing.
Integrated authentication and authorization flows using AWS Cognito and Okta, improving security and user access management.
Leveraged AWS services (S3, Lambda, DynamoDB, ECS, Cognito) to build and support scalable backend workflows and cloud-based deployments.
Migrated Mongoose from version 5 to 8 across 12+ projects, improving database performance, security, and compatibility with modern MongoDB features.
Redesigned the script integration logic for the Dentsu Connect project, achieving a 30% reduction in website load times and enhancing user experience.
Conducted 20+ interviews to evaluate technical skills and cultural fit, aiding in building a robust engineering team.
Developed Brandlytics, an analytic tool for YouTube videos, collectively analyzed the effectiveness of modifying video titles and thumbnails in improving the click-through rate (CTR) of the content.
What I've Built

01
Load-testing tool that finds where your API breaks — not just how fast it is.
1000+
Concurrent VUs
63%
Scaling efficiency detected
3.8x
p95 latency regression caught
10
Auto-diagnostic rules
Built a load-testing tool that sustains 1000+ concurrent virtual users per process by running async VU loops on Node.js Worker Threads with pooled undici agents, avoiding the 1-thread-per-user overhead. Used it to profile a production Vercel/MongoDB-Atlas API and identified a capacity knee between 50-100 VUs — doubling load from 100 to 200 VUs yielded only 1.26x throughput (63% scaling efficiency) while p95 latency grew 3.8x (1.6s to 6.0s) and error rate hit 8%. Designed a deterministic rules engine with 10 single-run and cross-run rules that auto-detects capacity knees, scaling breakdowns, and latency regressions from raw metrics.
02
Real-time multiplayer chess powered by Elsa, a self-built 2400+ Elo C++ engine.
50+
Concurrent rooms
2400+
Elo (Elsa engine)
95%
Lighthouse score
C++
Custom engine
Built a real-time multiplayer chess platform using WebSockets (Socket.IO), supporting 50+ concurrent game rooms with low-latency communication, and shipped a frontend that scores 95% on Lighthouse across devices. Integrated Elsa — a self-built 2400+ Elo chess engine written in C++ — with adjustable difficulty levels for single-player mode.


03
One dashboard for every competitive programming contest across the major judges.
3
Platforms unified
Live
Contest feed
TS
Typed end-to-end
REST
Normalized API
Built a unified contest aggregator that normalizes live competition data from Codeforces, CodeChef, and LeetCode into a single dashboard. Designed a Node.js/Express backend in TypeScript to handle inconsistent third-party APIs, with a React frontend for filtering contests by platform, date, and duration.
04
Full-stack job tracker with OAuth and analytics across application stages.
OAuth
Secure auth flow
REST
Modular API
MongoDB
Flexible schema
Analytics
Stage funnel
Built a full-stack job application tracker with OAuth-based authentication and an analytics dashboard for tracking application status across stages. Designed a modular RESTful API in Express with MongoDB, and implemented dynamic filtering and status workflows on the React frontend.


05
Real-time sign language recognition from webcam input using a CNN-LSTM pipeline.
CNN-LSTM
Model architecture
Realtime
Webcam inference
MediaPipe
Landmark extraction
TF
Custom trained model
Trained a CNN-LSTM model for real-time sign language recognition, using MediaPipe to extract hand landmarks from live video frames and feeding them into a custom TensorFlow model for gesture classification. Optimized the inference pipeline to achieve low-latency predictions on live webcam input.
Production
Core Stack
Databases
DevOps & Tools
Familiar
Copyright © 2026 Ayush - All Rights Reserved.