Optimizing Web Performance: A JavaScript-Focused Approach to Modern Web ApplicationsSep 16, 2025·4 min read
The Rise of the Specialist: Why Small Language Models are the Future of Enterprise AIAug 23, 2025·5 min read
Getting Started with Frontend ProxiesThe CORS Problem Every Developer Faces You have built a beautiful React frontend running on localhost:5173. Your backend API is humming along on localhost:8000. You write your first fetch call, hit saMar 5, 2026·15 min read
Designing a Local-First Web App with IndexedDB: Lessons from My Simple Text EditorJun 8, 2025·6 min read
Deploying Your Docker Application on Cloud VMs (Azure & GCP)In the previous blog, I wrote a bit about containerizing applications using Docker and orchestrate them with Docker Compose.While local containers are a good way to start learning, the world can only see your creation once you take your containers to...May 23, 2025·4 min read
Running Applications with Docker and Docker Compose — A Practical GuideOver my experience as a full stack developer, Docker has become almost my second — and for good reason. It simplifies running applications in consistent environments, whether you're on your laptop, a server, or somewhere in between. But it took away ...Apr 27, 2025·4 min read
Beginner’s Guide to Deploying FrontendsAll web developers must’ve collectively gone through the struggles of trying to build an awesome website with HTML, CSS, JS, only to learn localhost:3000 would not open the same in a friend’s computer. And thus begins our quest for learning about dep...Apr 13, 2025·6 min read
Anthropic's Model Context Protocol (MCP): A New Era in AI IntegrationAdvancements in AI are progressing faster than anyone expected. What seemed like a game-changing move by DeepSeek has now been eclipsed by Anthropic’s latest breakthrough — the Model Context Protocol (MCP). In this blog, I'll walk you through what MC...Mar 14, 2025·4 min read
Create a fullstack Next.js 15 app with Drizzle ORM, Postgresql, DockerIn modern web development, integrating a robust backend with a responsive frontend is crucial for building powerful and scalable applications. With Next.js, creating dynamic full stack applications have become easier with the usage of server componen...Dec 24, 2024·8 min read
A volunteer's insights into GCCD KolkataGoogle Cloud Community Day is a community organized cloud conference with industry experts presenting on cutting-edge topics! Cloud Community Day is powered by a shared belief that when developers come together to exchange ideas, remarkable things ca...Sep 3, 2024·4 min read