Mirza LekaNode.js: The Big PictureNode.js is an open-source, event-driven JavaScript runtime environment used for executing JavaScript code outside the browser. In this…Dec 6, 20231Dec 6, 20231
Mirza LekaTurn your Terminal into a Powerful JavaScript Editor (Node.js REPL)If you’ve ever used Node.js you might be aware that it comes with a powerful and easy-to-use REPL. An interactive shell for Node.js that…Dec 15, 2022Dec 15, 2022
Mirza LekaJavaScript Module SystemThis article focuses on the importance of modules in JavaScript, the two most popular implementations, and demonstrates how to apply them.Feb 6, 20242Feb 6, 20242
Mirza LekaShare Data Between JavaScript ModulesImports, Globals, Dispatched Events, and Inter-Process Communication. Learn different ways to share data between modules in the Browser &…Feb 9, 20241Feb 9, 20241
Mirza LekaThe practical use cases of the OS module in Node.jsLoad balancing, OS-specific commands, dynamic data, constants. Meet the OS, one of the core Node.js modules that reads system information…May 18, 2024May 18, 2024
Mirza LekaWorking with Paths in Node.jsOne of the more useful skill sets in Node.js is to learn to work with Paths. In this article, you’ll learn how to read, parse, join, and…Dec 27, 2023Dec 27, 2023
Mirza LekaEvent-Driven Programming in Node.jsThis article will explore the insights of the Events module in Node.jsJul 31, 2024Jul 31, 2024
Mirza LekaA Detailed look into Node.js HTTP moduleNode.js HTTP module is a built-in library that allows developers to create web servers, as well as communicate with other APIs using HTTP…Dec 31, 2023Dec 31, 2023