PKPallab Karmakarinblog.studyhex.in00The Node.js Event Loop ExplainedMay 10 · 5 min read · In today's article, we are going to discuss the event loop. But before making any further discussion, we must understand Node.js. In the early days, everyone used JavaScript in the browser. That time Join discussion
PKPallab Karmakarinblog.studyhex.in00Understanding Blocking vs Non-Blocking Code in Node.jsMay 10 · 2 min read · When developers talk about why Node.js is fast, the main reason is its non-blocking architecture. To understand this properly, we first need to understand what blocking and non-blocking code actually Join discussion
PKPallab Karmakarinblog.studyhex.in00Understanding Node.js: How JavaScript Moved Beyond the BrowserMay 10 · 6 min read · For years, JavaScript was a language limited to the browser. It was primarily used by developers to add interactivity to web pages, such as buttons, animations, form validation, and dynamic updates. TJoin discussion
PKPallab Karmakarinblog.studyhex.in00Understanding REST APIs for BeginnersMay 9 · 5 min read · Understanding REST APIs in Web Development Modern web applications constantly communicate with servers. Whether you are logging into a website, viewing products in an e-commerce app, or updating your Join discussion
PKPallab Karmakarinblog.studyhex.in00Why Node.js is Perfect for Building Fast Web ApplicationsMay 9 · 5 min read · When developers say Node.js is "fast", they’re not referring to raw speed. They refer to how well it can cope with a lot of requests coming in at the same time. In web applications, speed is more thanJoin discussion