Writing

Notes from building

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

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...