Writing

Notes from building

Technical posts about cloud systems, platform integrations, developer tools, AI workflows, and lessons from building in public.

Hashnode3 min readI Built an MCP Server That Publishes Blogs Automatically (Phase 1 Complete — Much More Coming Soon)Introduction For years, developers have automated everything—deployments, tests, builds, CI/CD… But strangely, blog publishing still feels stuck in 2012. If you write a blog today, you still need to: Write it Format it Copy/paste it to every platf...HashnodeDSA5 min readMastering Recursion: 10 Powerful Patterns Every Developer Should KnowRecursion isn’t just some abstract idea — it’s like a toolbox filled with patterns. A lot of the problems that seem daunting in recursion can actually be solved once you identify the right pattern to use. In this post, I’m going to walk you through 1...HashnodeAWS4 min readHow I Replaced Firebase with AWS Cognito, Lambda, DynamoDB in a Serverless ApplicationIn one of my recent projects, we started off using Firebase for authentication and storage. But as the app became more complex, we found ourselves needing more sophisticated authentication logic, custom user roles, and a scalable multi-tenant archite...HashnodeAI2 min readMongoose to Postman Converter: Simplifying Your API DevelopmentThe Mongoose to Postman Converter is a free-to-use Visual Studio Code extension designed to streamline your API development workflow. With just a few clicks, you can convert Mongoose schemas into Postman-compatible JSON data. This extension generates...Hashnodeauto-reload-backend4 min readSupercharge Your Web Development with Auto Reload BackendAre you tired of constantly switching between your code editor and browser, manually restarting your Node.js server, and refreshing your web pages? Say goodbye to these productivity killers with Auto Reload Backend - a powerful duo of a Visual Studio...Hashnodejavasnippet2 min readIntroducing JavaSnippet: Boost Your Productivity in Visual CodeWhat is JavaSnippet? JavaSnippet is a comprehensive collection of efficient Java code templates that cover a wide range of common programming scenarios. From basic class structures to complex data structures and I/O operations, JavaSnippet has got yo...Hashnodegfg-components3 min readIntroducing react-gfg: Fetch Your Geek for Geeks Profile Details with EaseIntroduction: As developers, we want to showcase our coding skills on our portfolio or other websites. There are several well-known online coding platforms like LeetCode and Geek for Geeks. Geek for Geeks is a popular platform where developers practi...HashnodeGitHub4 min readMastering Git: A Comprehensive GuideWhat is Git:- Git is a distributed version control system, which means that each developer has a complete copy of the entire codebase and its history This makes it easy to work on projects from anywhere and share changes with others Why Git:- De...HashnodeGeneral Programming2 min readAI Tools you need to know: '23 edition;)Introduction: AI stands for Artificial intelligence. If you know AI, you will understand this article very well. If you are a developer these tools are very important for your journey. so let's start. 1. Tabnine: Tabnine is an AI code Assistant.Tabni...HashnodeGitHub2 min readGitHub for Newbies: Everything You Need to Know to Get StartedIntroduction If you are a computer science student you should know Github. If you are thinking you are going to become an open-source contributor, you must know GitHub because without GitHub Open-Source nothing. So You are a newcomer or experienced y...