I build systems — full-stack applications, backend infrastructure, and ML-integrated products that work in production, not just on localhost. Taking an idea from scratch and turning it into something people can actually use is what drives most of what I do.
My work spans three areas: backend and full-stack engineering using Node.js, Next.js, TypeScript, PostgreSQL, and MongoDB; applied ML/AI including TensorFlow, Keras, neural networks, async AI pipelines, and LLM integration; and IoT/edge systems using Computer Vision, MQTT, Raspberry Pi, and real-time data ingestion. Most of what I build sits at the intersection of at least two of these.
I approach engineering with an architectural mindset — designing for scalability, failure tolerance, and maintainability from the start, not as an afterthought. I take distributed systems, event-driven architecture, and system design seriously, and that thinking shows up in how I structure projects, not just on paper.
Open To: Backend Engineering · Full-Stack Engineering · ML/AI Engineering · SWE Internships · Full-Time Roles
Languages
Frontend
Backend & Databases
Cloud, DevOps & Tooling
| Domain | Proficiency | Details |
|---|---|---|
| Deep Learning | Advanced | Neural Networks, CNNs, ANNs, Transformer Models |
| ML Frameworks | Advanced | TensorFlow, Keras, Scikit-learn |
| AI Pipelines | Advanced | Async multi-stage orchestration, fault-tolerant execution |
| LLM Integration | Intermediate | API integration, prompt engineering, context management |
| Computer Vision | Intermediate | Real-time inference, edge deployment on Raspberry Pi |
| Predictive Modeling | Intermediate | Feature engineering, model training, evaluation |
| Data Engineering | Intermediate | Pandas, Matplotlib, InfluxDB, time-series analytics |
| IoT / Edge AI | Intermediate | MQTT, Mosquitto broker, sensor data ingestion |
DSHIELD — Digital Twin-based Stampede Hazard Identification, Estimation & Live Detection
A hybrid AI + IoT crowd monitoring system for real-time stampede risk detection and emergency response coordination. DSHIELD combines ML inference models with physics-based crowd behavior analysis in a single hybrid backend, deployed on edge hardware and connected to cloud infrastructure for real-time alerting.
| Attribute | Details |
|---|---|
| Stack | Python · Node.js · MQTT (Mosquitto) · Raspberry Pi · InfluxDB · Amazon RDS · JavaScript |
| Architecture | Digital twin with hybrid edge-cloud data pipeline |
| Performance | Low-latency MQTT edge ingestion via publisher-subscriber model |
| Security | Human-in-the-loop validation layer before alert escalation |
| Storage | InfluxDB for time-series crowd analytics · Amazon RDS for structured user data |
| Impact | Real-world stampede detection with automated evacuation coordination |
| Status | Final Year Project · Research Paper in Progress |
Built a closed-loop alert system that triggers automatic notifications to event organizers and dispatches mobile-connected volunteers for coordinated crowd evacuation upon risk threshold breach. The system implements a human-in-the-loop decision layer that inserts manual validation checkpoints before alert escalation, ensuring operational feasibility and reducing false-positive evacuations in real-world deployments.
AutoMata — AI Workflow Automation SaaS Platform
A full-stack SaaS platform for building trigger-based workflow automations across 7 external platforms — Google Drive, Gmail, Gemini, Slack, Discord, Notion, and Google Calendar — without relying on Zapier or similar no-code middleware. Built with an event-driven runtime, asynchronous execution, and Stripe billing.
| Attribute | Details |
|---|---|
| Stack | Next.js · PostgreSQL · Prisma ORM · TypeScript · OAuth 2.0 · React Flow · Clerk · Stripe |
| Architecture | Event-driven workflow runtime with dependency-aware node orchestration |
| Scale | 7 third-party platform integrations with native OAuth 2.0 |
| Performance | Asynchronous task execution with webhook triggers |
| Security | Custom OAuth 2.0 integrations · token refresh · scope validation · revocation |
| Billing | Stripe subscription + usage-based credit billing |
| Impact | No third-party middleware — built the entire execution layer from scratch |
Designed event-driven workflow runtime with asynchronous task execution, webhook triggers, and dependency-aware node orchestration. Implemented custom OAuth 2.0 integrations and secure token lifecycle management for all 7 third-party services — handling token refresh, scope validation, and revocation natively. Integrated Stripe subscription and usage-based credit billing, allowing teams to cap workflow execution spend and automatically pause execution when credit thresholds are hit.
Social — Directed Graph-based Students & Alumni Networking Platform
A production-grade full-stack social networking platform with graph-based relationship modeling, end-to-end encrypted messaging, and a second-degree recommendation engine. Built for students and alumni to connect, share content, and collaborate through a modern social ecosystem.
| Attribute | Details |
|---|---|
| Stack | Next.js · MongoDB · TypeScript · WebSockets · Redis · JWT · Cloudinary · Tailwind CSS |
| Architecture | Directed-edge graph data model for O(1) follower lookups and scalable traversal |
| Scale | Graph traversal supporting first and second-degree connection analysis |
| Performance | Redis-compatible caching + route-level rate limiting under high load |
| Security | AES-256-GCM encryption before database persistence — unreadable at rest |
| Real-Time | WebSocket messaging, likes, comments, and live notification delivery |
| Impact | Second-degree recommendation engine with explainable reasoning |
| Repository | github.com/AaryanBairagi/social |
Designed a directed-edge graph data model in MongoDB for user relationships, enabling O(1) follower lookups and efficient follow-request state management at scale. Built a graph-based recommendation engine using second-degree connection traversal and mutual-connection scoring. Secured all chat data with AES-256-GCM encryption before database persistence — ensuring messages are unreadable even in the event of a direct database breach. Improved backend throughput by layering Redis-compatible caching and route-level rate limiting to prevent abuse during traffic spikes.
Cerebrum — Decentralized Exam Integrity Platform
A decentralized exam integrity platform using blockchain technology and cryptographic security to prevent paper leaks and tampering at the infrastructure level. Built in direct response to institutional failures like the NEET paper leak — where centralized systems created single points of compromise.
| Attribute | Details |
|---|---|
| Stack | Solidity · RSA Signature · AES-256 · Blockchain · Node.js · TypeScript |
| Architecture | Decentralized tamper-detection via smart contracts |
| Security | RSA + AES-256 encryption · Solidity smart contracts · blockchain audit trail |
| Impact | Paper leak prevention at infrastructure level — tamper attribution via chain |
| Status | Currently Building |
| Repository | github.com/AaryanBairagi/cerebrum |
Built so that paper leaks like NEET cannot happen — and if tampering is attempted, the blockchain identifies exactly where and by whom. Implements Solidity smart contracts for tamper detection, RSA signature verification for identity, and AES-256 encryption for content security.
Software Engineering Intern IBN Technologies Limited · Remote, Pune January 2025 – February 2025
Designed and shipped a multi-stage AI video pipeline (QuickVid AI) transforming JSON prompts into fully rendered videos — handling script generation, scene-wise asset creation, caption generation, and final video composition using Remotion.
- Integrated 4+ external AI services (AssemblyAI, Google Cloud TTS, HuggingFace) with custom async orchestration and fault-tolerant failure handling to ensure pipeline reliability under partial service failures
- Built a Stripe subscription and credit billing system with webhook-driven event handling for real-time user access control, automating plan upgrades, downgrades, and credit top-ups
- Delivered a production-ready AI pipeline capable of handling concurrent video generation requests with graceful degradation on service failures
Next.js PostgreSQL TypeScript Stripe Google Cloud HuggingFace
| Recognition | Details |
|---|---|
| BE [SPPU] Performance | B.E. IT with Honours in Data Science · CGPA 8.8/10 |
| HSC Performance | 86% · Ranked 4th in college for outstanding academic performance |
| ICSE Performance | 95.6% · Ranked 9th in school for outstanding academic performance |
| Area | Focus |
|---|---|
| Backend | APIs, auth, databases, scaling |
| Frontend | Next.js, React, responsive UI |
| AI/ML | pipelines, integration, deployment |
| Systems | event-driven architecture, reliability |
| Security | encryption, access control, tamper detection |
current_focus: learning: - AWS Solutions Architect Associate (SAA-C03) - DeepLearning.AI Deep Learning Specialization - Advanced System Design and Distributed Systems - Blockchain development with Solidity building: - Cerebrum: Decentralized Exam Integrity Platform - DSHIELD: Research paper and system refinement - Backend infrastructure for production-scale systems exploring: - Zero-knowledge proofs for exam security - Real-time ML inference optimization on edge hardware - LLM integration patterns for production applications - CI/CD pipelines with GitHub Actions open_to: - Backend Engineering roles - Full-Stack Engineering roles - ML / AI Engineering roles - SWE Internships and Full-Time positions - Research collaborations in AI / IoT / Security