Node v18.3.0 (Current) Released — It’s not a huge release but there are some solid dependency updates (npm 8.11.0, V8 10.2, Undici 5.4), Windows 32 binary releases are back, and one notable new (experimental) feature: the
1
util.parseArgs
function for bringing an official command line argument parsing approach to Node core – here’s a basic code example as well as the docs.
Bryan English
💡 Node 17.9.1 and 16.15.1 have been released too but are minor dependency-focused releases.
as a way to provoke some community discussion on ways forward.
Danny Hermes
Run Node Unikernels 2X as Fast on GCP and 3X as Fast on AWS — Run your first open source Node.js unikernels in seconds. Node.js unikernels aren’t just faster than docker – they are faster than Linux itself. Unikernels are easier to debug, deploy and safer too. Try it now.
Package Maintainers Now Require 2FA — In response to numerous security issues with the npm ecosystem in recent years, GitHub has been keen to encourage package maintainers to use 2FA to tighten up the supply chain. The maintainers of popular packages now have to use it, but if you maintain any packages at all, you can learn more about how to join them here.
GitHub
npm Security Update: What GitHub Learnt About April’s Attack — Back in April, GitHub reported that stolen OAuth user tokens were used to access some private repositories, private package manifests and metadata, as well as npm user account data, and they’ve shared the full story here.
HTTP Testing with Hurl in Node.js — Hurl is a (Rust-powered) command-line tool for running HTTP requests defined in simple text files and you can use it from within a Node project too.
David Humphrey
How to Build a Group Chat App with Vanilla JS, Twilio and Node — Chat apps have long been a popular bucket list project for Node developers. I recall doing a webinar 10 years ago(!) on building one in Node myself but times have moved on and it’s possible to outsource a lot of the underpinnings now, as seen here.
— N|Solid Runtime is a special Node.js distribution that includes N|Solid’s agent to extract live metrics and app behavior information from apps in production.
Jest Image Snapshot: A Jest Matcher for Image Comparisons — Say hello to visual regression testing using this tool from American Express. Take image snapshots of your app within a test and compare them against a baseline. It can even handle tolerances if you want to ignore subtle changes and only throw on huge discrepancies.
American Express
Vavite: Develop Server-Side Applications with Vite — Vite is best known as a build tool closely associated with (but that doesn’t require) Vue.js but it supports transpiling server-side code too and Vavite takes advantage of this.
Web Academic Lead – US (Remote) — Mentor aspiring developers seeking to build inspiring careers. Create and lead the online sessions, being the role model for our students.
Masterschool
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