-
π± Iβm currently learning Nodejs,Expressjs,MongoDb
-
π I regularly write articles on https://nikk.hashnode.dev/
-
π¬ Ask me about Javascript
-
π« How to reach me [email protected]
Languages and technologies I have used or worked with the most
Transitioning from JavaScript to TypeScript: A Guide for JavaScript Developers
16 Aug 2023 | Updated: 17 Aug 2023
Introduction If you're a JavaScript developer looking to level up your coding game, transitioning to TypeScript might be just the right move. TypeScript offers a bunch of benefits that can enhance your development experience, improve code quality, an...
Unveiling the Single-Threaded Nature of JavaScript and Node.js: The Waiter and the Restaurant Analogy
24 July 2023
Introduction One aspect that often surprises developers of JavaScript (JS) and its server-side counterpart, Node.js, is the single-threaded nature of these platforms. In this article, we will explore the single-threaded architecture of JavaScript and...