Elias Soykatelias-soykat.hashnode.dev·Jan 27, 2023What does mean by "non-blocking I/O operations" in Node.jsIn Node.js, "non-blocking I/O (input/output) operations" refers to a programming paradigm where the execution of an I/O operation (such as reading from a file or connecting to a network) does not block or halt the execution of the program. Instead, t...42 readsNode.js
Vaibhav Dewanganvaibzde.hashnode.dev·Jan 5, 2023#Day16 - Understanding the Node.js Ecosystem and Event LoopIntroduction Welcome to the 16th lecture of our 50-day blogging series on back-end development mastery! In this lecture, we will be discussing the Node.js ecosystem and event loop. Understanding these concepts is crucial for any developer working wit...Code, Blog, Repeat: A 50-Day Quest for Back-End MasteryNode.js