A Software Engineer working on freelancing and personal projects. Building and sharing knowledge of programming
I am open to work on freelancing or contract work
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...

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

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

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