#511 — November 21, 2023 Read on the Web ‘A Node + TypeScript + ts-node + ESM Experience That Works’ — It’s just three files: package.json, tsconfig.json and a...
Read More
Runtime
ES module autodetection coming to Node
#508 — October 31, 2023 Read on the Web Node v21.1 (Current) Released with ESM Detection Feature — “The new flag –experimental-detect-module can be used to automatically run ES...
Read More
Taking Node to the JVM
#507 — October 24, 2023 Read on the Web Javet 3.0: Embed Node and V8 in Java Apps — Lets you spin up V8 interpreters or full Node.js runtimes...
Read More
Microsoft spills the tea on TypeScript
#655 — September 21, 2023 Read on the Web JavaScript Weekly ▶ TypeScript Origins: The Documentary — You know you’ve made it when you get your own documentary, and now...
Read More
The state of Node.js in 2023
#481 — April 11, 2023 Read on the Web ℹ️ I mentioned it in the last issue, but in case you missed it, Node Weekly is now sent on...
Read More
What can replace React?
What Can Replace React? React is one of the most popular JavaScript libraries used to create web applications. It is fast and efficient, and it also enables developers to...
Read More
What is Webpack?
Webpack is a module bundler that lets you compile JavaScript modules (Files, Images, Fonts, JS, CSS, HTML, etc.). Webpack offers multiple functions, like merging modules, code minimization (or minimizing...
Read More
In-depth analysis of the APMs performance cost in Node.js
__TL; DR__: Based on the APMs benchmarks results is evident that one of the main performance problems for a Node.js application in a production environment is the usage of...
Read More