I'm a full stack developer from India with a soft spot for the backend, currently building production apps at Crescentia One. I like wiring up APIs, automating the boring stuff, and chasing down the kind of bugs that only show up in production. Mostly I enjoy turning messy ideas into things that actually work.
Migrated a client's production website (ProfitMaster) off company-owned infrastructure onto the client's own accounts with zero customer-facing downtime during cutover - transferred the GitHub repository, moved the Supabase Postgres database, copied Cloudflare R2 object storage via rclone, transferred the profitmaster.in domain, and redeployed the Next.js app as a Cloudflare Worker on the client's account.
Diagnosed slow cross-page navigation in production by identifying a Vercel↔Supabase region mismatch from response headers (~250 ms round-trips per query), then cut perceived load time by adding App-Router streaming skeletons and replacing per-page auth.getUser() network calls with cookie-only session reads across 9 routes.
Owned Leopardol, the company's e-commerce platform, as sole full-stack engineer across 3 services (API, admin panel, storefront) from system design through production deployment.
Migrated client infrastructure from WordPress to Next.js on Cloudflare Workers, re-engineering the database layer and SSR pipeline, and integrating a Razorpay payment gateway for event registrations that processed Rs 3,00,000 in transactions from a single event.
A multi-branch CRM for lead management and WhatsApp automation. Ingests leads from 4 channels (Meta Ads, Shopify, walk-in QR codes, and inbound call-log webhooks) with HMAC-verified webhooks and round-robin counselor assignment, a config-driven pipeline-stage engine with auto-sending WhatsApp templates, and role-based access enforced through PostgreSQL Row-Level Security.
An online education and events platform offering paid courses, live events, and training programs with an integrated checkout and payment flow. Paired with a custom admin dashboard for managing blog content, event registrations, and media — built on Supabase, Prisma, and Cloudflare R2 storage.