pritam-awatade.hashnode.devEvolution of building AI agents. How we used to build ai agents and how we build it now.If you go back in time when the chatGPT and other LLMs are becoming very popular, you will also see the rise in gen AI applications and agentic workflows. In the early days of this market we used to build agents and gen AI application with simple RES...Jan 3·2 min read
pritam-awatade.hashnode.devCode Meets Data: Mastering Node.js Database ConnectionsMastering Database Connections in Node.js Applications Introduction Brief Overview of Node.js Node.js is a powerful, open-source runtime environment that allows developers to execute JavaScript code server-side. Built on Chrome's V8 JavaScript engine...Jul 23, 2025·5 min read
pritam-awatade.hashnode.devThe Node.js Nervous System: How Asynchronous Architecture Powers the Web"In this article, we are gonna deep dive into the world of Node.js and its architecture. first of all Node JS is not a framework. Most people still confuse node JS being a framework, it’s not. Node.js has revolutionized backend development by allowing...Jul 16, 2025·3 min read
pritam-awatade.hashnode.devRouting: A Map For Your Application, let's go under the hood of it.Routing is the most crucial aspect when it comes to User Experience. Routing defines where we want user to visit and access the web-pages and how we want to access the web pages, redirect also comes under the Routing mechanism. In any website/applica...Jun 25, 2025·5 min read
pritam-awatade.hashnode.devWhy does React dominate the Market? Advanced React tips.Introduction React was officially launched on May 29, 2013, which means it’s been just over 12 years since its debut into the world of UI development. It has been 12 years yet no library is closed to react when it comes to building frontend. but why?...Jun 22, 2025·4 min read