Full Stack Developer · Backend Enthusiast · DSA · DevOps Learner
I'm a Full Stack Developer who enjoys building scalable web applications, developer tools, and backend systems using modern JavaScript technologies.
🚀 Currently Building: LinkVault — a scalable URL shortener with analytics, Redis caching, QR codes, and rate limiting
📚 Currently Learning: System Design, Redis, AWS, and scalable backend architecture
💻 Interested In: Backend Engineering, Cloud Infrastructure, DevOps, and AI-powered developer tools
🧩 DSA Enthusiast: Solved 400+ Data Structures & Algorithms problems across coding platforms
🎯 Goal: Build production-ready software with a focus on scalability, performance, and maintainability
Languages
Frontend
Backend
Databases & Storage
Cloud & DevOps
Desktop · AI · Automation
Tools
CS Fundamentals · DSA · OOP · Operating Systems · DBMS · Computer Networks
🥇 Polaris — AI-Powered Browser IDE
A full-featured browser-based IDE with AI code generation, integrated terminal, live preview, and GitHub import/export. Complex frontend architecture with real-time collaboration powered by Convex.
Next.js TypeScript Convex Monaco Editor Sentry Tailwind CSS Shadcn UI
🔗 Live: polaris-pink.vercel.app
🥈 ClipFlow — SaaS Video Recording Platform
Screen recording & video sharing SaaS with webcam overlay, cloud storage, and a sharing dashboard. Built as a multi-repo architecture:
ClipFlow
├── 🌐 Web App (Next.js + Prisma) → ClipFlow
├── 🖥️ Desktop Client (Electron) → clipflow-desktop
└── ⚙️ Express Backend (Node.js + Express) → clipflow-express-backend
| Component | Repository |
|---|---|
| Web App — Next.js SaaS dashboard | ClipFlow |
| Desktop Client — Electron recorder | clipflow-desktop |
| Backend API — Express media services | clipflow-express-backend |
Next.js TypeScript Prisma Electron Express.js Cloudflare R2
🥉 LinkVault — URL Shortener, Analytics & Billing Platform
Full-stack URL shortener with click analytics, UTM tracking, and a Razorpay subscription tier. Features a cache-first redirect engine (Redis + Postgres fallback) hitting sub-10ms latency, a non-blocking analytics pipeline logging 6 dimensions per click via Next.js
after()with zero added redirect latency, a collision-resistant slug generator (~78B combinations) with automatic retry under namespace pressure, and a four-tier sliding-window rate limiter with fail-open fallback. Razorpay subscriptions run on idempotent webhook processing and JWT-based role gating, backed by 13 Vitest unit tests.
Next.js TypeScript PostgreSQL Redis Prisma Auth.js Razorpay Vitest
4️⃣ LinkedIn Job Bot — Automated Job Application Pipeline
Intelligent automation pipeline that scrapes LinkedIn job listings, applies smart filters, auto-submits applications, and sends Gmail API notifications. Features modular extractors, browser automation, and resume parsing.
Node.js Playwright Gmail API Google OAuth Browser Automation
5️⃣ Docker Monorepo Deployment — Infrastructure & DevOps
Production-ready Docker Compose monorepo deployment with containerized multi-service architecture, Nginx reverse proxy, and CI/CD-ready configuration.
Docker Docker Compose Nginx PM2 GitHub Actions