--:--:--

Blogs

Thoughts on software development, technology, and building things that matter.

When Multiple Tech Stacks Actually Make Sense: Lessons from PhonePe and Super Apps
ArchitectureMobile DevelopmentSystem Design
December 27, 202515 min read

When Multiple Tech Stacks Actually Make Sense: Lessons from PhonePe and Super Apps

Why companies like PhonePe, Paytm, and Gojek intentionally run multiple tech stacks in the same app—and why your startup probably shouldn't try it.

Read Article
Why YouTube Live Chat Scales Without WebSockets
ArchitectureScalability
December 17, 202512 min read

Why YouTube Live Chat Scales Without WebSockets

How YouTube serves millions of concurrent viewers with HTTP-based polling instead of WebSockets, saving tens of millions in infrastructure costs while maintaining real-time performance.

Read More
Understanding How the YouTube Video Pipeline Works
ArchitectureVideo Processing
December 17, 202515 min read

Understanding How the YouTube Video Pipeline Works

A comprehensive breakdown of YouTube's video pipeline from upload to playback. Learn how videos are transcoded, distributed globally, and streamed seamlessly to billions of viewers worldwide.

Read More
December 15, 20256 min read

How 2025 Taught Me to Stand on My Own Feet

A personal reflection on a transformative year filled with challenges, growth, and hard-won wisdom about family, self-love, and the power of skills.

Read More
How React Got Hacked: The Critical Server Components Vulnerability Explained
SecurityReact
December 5, 20258 min read

How React Got Hacked: The Critical Server Components Vulnerability Explained

A critical security flaw (CVE-2025-55182) that allowed attackers to execute code on React servers without authentication. Learn what happened, how it was exploited, and how to keep your apps secure.

Read More
How NPM Was Hacked: The Shai-Hulud Attack Explained Simply
Securitynpm
November 28, 202510 min read

How NPM Was Hacked: The Shai-Hulud Attack Explained Simply

A dangerous attack that stole developer secrets and spread automatically through npm packages. Learn what happened, how it works, and how to protect yourself.

Read More
Kimi 2: The Chinese Open-Source LLM Challenging GPT-4/5
AIOpen Source
January 25, 202512 min read

Kimi 2: The Chinese Open-Source LLM Challenging GPT-4/5

How Chinese open-source models like Kimi 2 are getting better day by day, becoming cheaper, and rivaling proprietary Western models in performance benchmarks.

Read More
StartDB Update: SQL Query Engine & B-Tree Indexing Now Live!
DatabaseGo
January 20, 202515 min read

StartDB Update: SQL Query Engine & B-Tree Indexing Now Live!

Phase 3 complete! StartDB now has a fully functional SQL query engine with B-Tree indexing, query optimization, and comprehensive transaction support.

Read More
Why Cloudflare Workers AI is the Future of Serverless AI Development
AICloudflare
November 7, 202512 min read

Why Cloudflare Workers AI is the Future of Serverless AI Development

Building a Production-Ready Content Moderation API in Minutes, Not Months

Read More
The AI Era: Let's Face the Truth
AIIndustry
October 20, 20256 min read

The AI Era: Let's Face the Truth

Why AI is different from past tech waves, how it's reshaping work, and what it means for developers

Read More
Building StartDB: The Future of AI-Powered Databases
DatabaseAI
January 15, 202515 min read

Building StartDB: The Future of AI-Powered Databases

How I'm building a database that learns and optimizes itself automatically using AI and machine learning

Read More
Building a Cal.com Clone for $50/Month: My System Architecture
ArchitectureCost Optimization
September 16, 20255 min read

Building a Cal.com Clone for $50/Month: My System Architecture

5-minute read: How I built a scheduling platform that handles thousands of users while keeping costs minimal

Read More
How I Think Unacademy's Live Class Backend Works: A Technical Deep Dive
BackendArchitecture
August 29, 20258 min read

How I Think Unacademy's Live Class Backend Works: A Technical Deep Dive

Understanding the architecture behind India's largest EdTech platform's real-time learning experience

Read More
Building a Serverless Trading Platform Backend: SEBI Hackathon Project
BackendTrading
September 1, 20258 min read

Building a Serverless Trading Platform Backend: SEBI Hackathon Project

A complete trading platform backend built with Hono.js and Cloudflare Workers featuring authentication, KYC compliance, and trading capabilities

Read More
Learning Advanced Backend Engineering by Building Mini-Automation Features
BackendLearning
September 18, 202512 min read

Learning Advanced Backend Engineering by Building Mini-Automation Features

How I'm mastering distributed systems, queue management, and webhook handling by building simplified versions of automation platform features

Read More
January 4, 202618 min read

How I Got My First Internship Implementing Prometheus & Grafana (And Why You Should Learn It)

A startup founder reached out—his site was growing fast, and he had zero visibility. Six hours later, I had Prometheus and Grafana running, collecting metrics, and showing beautiful dashboards. Here's everything you need to get started.

Read More