Full Stack Developer
TypeScript
,React
, andNext.js
writing clean APIs withExpress.js
, managing data inPostgreSQL
, and running everything onBun
orNode.js
. I ship fast, debug faster, and keep optimizing until it just feels right.Featured
• Collaborated with a team of developers to build Snap-form, an open-source, AI-powered form builder designed to streamline dynamic form creation.
• Developed AI-powered form generation using LLMs to parse natural language prompts and dynamically generate JSON schema-backed React forms.
• Designed a PostgreSQL schema with Prisma ORM to store dynamic JSON form layouts, user submissions, and reusable templates.
• Integrated BetterAuth for OAuth 2.0 authentication and developed a background synchronization worker to stream submissions to Google Sheets.
• Architected the platform as a Turborepo monorepo with Bun workspaces, featuring a Next.js frontend, Express.js backend, and a dedicated cron service.
Featured

A production-grade prototype of a multi-agent AI system for handling end-to-end customer support for CloudDash — a cloud infrastructure monitoring SaaS.

A real-time collaborative coding environment with live code sync, AI assistance (Gemini), and multi-language support from JavaScript to Go.

Multi-provider LLM orchestrator built for a school-grade question answering app. Routes student queries to the cheapest model, rotates API keys automatically, and simulates 1,000 concurrent users.

Real-time grid battle game where players compete to capture territory on a shared board. Powered by Next.js, Framer Motion, and a native Bun WebSocket server for instant updates.
About

I build scalable backend systems, design clean APIs, and work across cloud, databases, and distributed architecture to keep things fast and reliable. And Also I like to read books and Manga. I also write about things I learn on my blog whether it is about tech or personal growth.
Skills
Fetching your GitHub activity data
Featured
Lessons from my internship on designing a high-performance caching system with SWR pattern, localStorage, and Firebase integration.
Event-Driven Architecture is a way of designing software architecture in which microservices (think it as independent workers that only care about its work only), so when a microservice is given a task, it completes it and emits an event globally to announce its work is “done”.
Personal
Short notes and things I've been thinking about.
Docker is used to to create and package application into containers. Kubernetes is used to orchestrate those containers…
Concurrency > Say we have 3–4 tasks/operations. When CPU executes 1 task and in most backend cases tasks are mostly I/O …
So, I was today year old when I found out that WebSocket connections at first are just simple HTTPS requests. The brow…