@deepanshvish
Eat, Code and Repeat
Nothing here yet.
Nothing here yet.



When you open a webpage in your browser, what you actually see is not just raw HTML code. Instead, your browser creates a Document Object Model (DOM) — a structured representation of the page. JavaScript uses this model to dynamically interact with, ...

Understanding the NodeJS Event Loop One of the most celebrated features of Node.js is its ability to handle thousands of concurrent connections with incredible efficiency, all while being single-threaded. This might sound like a contradiction. How ca...
