Published onFebruary 24, 2022Multithreading in JavaScript, and why we need itjavascriptNode.jsExploring the concept of multithreading in JavaScript, and demonstrating the limitations of JavaScript's single-threaded model.
Published onNovember 15, 2021Understanding and Solving the "Cannot Use Import Outside a Module" Error in Node.jsjavascriptES6Node.jsdiscussing the "cannot use import outside a module" error in Node.js, why it happens and differences between CommonJS and ES6 Modules.