Ttechbotintechbot.hashnode.dev·Jan 18, 2023 · 4 min readNode vs Deno: A Comparative Analysis of Performance, Ecosystem and FeaturesI've previously written about these two runtimes independently, be sure to check out those posts as well for a deep-dive. Node Article Deno Article Node and Deno, the two JavaScript runtimes that have taken the developer world by storm. Both offer si...00
Ttechbotintechbot.hashnode.dev·Jan 16, 2023 · 3 min readExploring the Core Concepts of Deno: A Modern JavaScript and TypeScript FrameworkDeno is a JavaScript and TypeScript runtime built on V8, the JavaScript engine developed by Google for the Chrome web browser. Deno was created by Ryan Dahl, the creator of Node.js, and was first released in 2018. One of the core concepts of Deno is ...00
Ttechbotintechbot.hashnode.dev·Jan 14, 2023 · 2 min readNode.js: An Introduction to the JavaScript Runtime and its Strengths and WeaknessesNode.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript on the server side, creating server-side applications with JavaScript. One of the strengths of Node.js is its ability to handle a large num...00
Ttechbotintechbot.hashnode.dev·Jan 13, 2023 · 1 min readHow to find and kill a running node.js process in Windows, Mac, and LinuxWindows: Open the Task Manager by pressing "Ctrl + Shift + Esc" or by searching for "Task Manager" in the Start menu. In the Processes tab, look for the node.exe process. Right-click on the node.exe process and select "End Task" to kill it. Mac:...00