I am your friendly neighbourhood Software Developer based out of India. I spend my days (and often nights) painting the Internet canvas with lines of code, turning zeroes and ones into cool tools and experiences.
Contributions
My Work
Isolated Kubernetes-powered playgrounds for rapid prototyping in React and Node.js
A Cli coding Ai agent like Claude Code and Gemini Cli that helps you vibecode
Monitor your services, Get instant notifications on downtime with quick fixes using AI
Quickly set up customised Turborepos to fit your needs with create-super-turbo
A fast and concurrent GitHub downloader to download specific files/dirs without cloning
Stack
My Strength is building core web applications which solve problems and are scalable. I'm currently exploring the world of AI and Machine Learning.
Recent Posts
-
JSON vs JSONB in PostgreSQL
PostgreSQL offers both JSON and JSONB types for flexible schemas. Discover how JSONB binary format, TOAST compression, and GIN indexes make it the superior choice for querying, while JSON remains ideal for simple storage.
-
Multi-Tenant CRM Schema Design: Typed Columns vs JSONB
How do you design a database schema for a multi-tenant CRM where each company has different fields and data requirements? Explore two proven approaches: typed columns with EAV pattern and flexible JSONB documents.
-
CDN Evolution: From Static Cache to Edge Compute
CDNs started as simple caching layers for static content. Today, they run code at the edge with Edge Functions. Discover how CDNs evolved into global compute networks and how Edge Functions differ from traditional Serverless.
-
Redis: Single Thread vs Multithreading
Redis is one of the fastest in-memory databases, yet it runs on a single thread. Discover how eliminating locks, context switching, and synchronization overhead can outperform dozens of threads across multiple cores.