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.
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
0 Comments