Deno 1.28 Released (Now with 1.3 Million New Modules..?) — Yes, we know Deno isn’t Node (it is an anagram of it, though 😏) but given its shared provenance and now that Deno now officially supports using npm modules in a ‘stable’ way, this is newsworthy. If you are heavily attached to the npm ecosystem, experimenting with Deno is easier than ever (plus there’s no
Troubleshoot Node.js App Performance Fast with Datadog APM — Datadog’s APM generates detailed flame graphs to help you identify bottlenecks and latency in your Node.js code. Navigate seamlessly between app traces, logs and metrics to troubleshoot and resolve app issues fast. Try Datadog APM free.
Datadog APM sponsor
Wireit: Upgrades Your npm Scripts to Make Them Smarter and More Efficient — Google seems keen to make Node tooling better (see zx) and so it goes with this mechanism for extending npm/pnpm/yarn to make existing scripts more efficient and support things like parallelism, cascades, result caching (essentially memoization for
module now supports mocking during testing via a top-level mock object (example in post).
1
fs.watch
also gets recursive watching support on Linux. There’s no more ‘experimental feature’ warning for the Fetch API either 🎉
Rafael Gonzaga
IN BRIEF:
TypeScript 4.9 has landed. Not a lot for Node in particular, except file watching now uses file system events which is more efficient than the old default of frequent polling.
GitHub has been opening up its online dev environment Codespaces to more users in the past week. Hitesh Choudhary has a ▶️ 40-minute crash course which demonstrates building a simple Node app in Codespaces.
▶ Augmenting Node.js with WebAssembly — A 15-minute talk from NodeConf EU 2022 covering WebAssembly from the ground up, why it could matter to Node.js developers, plus a basic demo. A good, friendly primer.
Kassian Wren
🛠 Code & Tools
Nuxt 3.0: The Vue.js-Based Webapp Framework — Two years in the making, 3.0 is a rewrite of the Nuxt framework based on Vite, Vue 3, and Nitro (the server engine) with first-class TypeScript support. Node 14, 16, 18 and 19 are all supported, so if Vue is your thing, this could be the full stack approach for you.
Bindings for Node — libcurl is a very powerful and established way to fetch data from URLs across numerous protocols (HTTP, IMAP, SCP, SFTP, LDAP, Gopher..)
Find Tech Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
#566 — February 11, 2025 Read on the Web 🏖️ We’re taking next week off, so the next issue will be on Tuesday, February 25. Feel free to hit reply and send in any submissions!__Peter Read more…
#565 — February 4, 2025 Read on the Web Announcing TypeScript 5.8 Beta: A Big One for Node Developers — It’s unusual for a TypeScript beta to be exciting for Node developers in particular, but while Read more…
#564 — January 28, 2025 Read on the Web A Failed Attempt to Shrink All npm Packages by 5% — What if you could shrink all npm package sizes by 5%.. wouldn’t that benefit all Read more…
0 Comments