New Course: Backend System Design — Join Jem Young for this detailed video course and develop the system-thinking skills to solve complex backend design challenges related to scaling, data storage, reliability, performance, and more.
Frontend Masters
|
|
IN BRIEF:
-
Overwhelmed by an increasing number of low-quality reports, the Node.js project has increased its required 'Signal score' for looking into vulnerability reports made via HackerOne.
-
Over on X, Evan You noticed a neat new 'export CPU profile as Markdown' feature coming to Bun and suggested Node should get something similar. Shortly thereafter, Matteo Collina dropped pprof-to-md.
-
The AdonisJS team has announced AdonisJS v7 is feature complete and in final testing before a public release in a few weeks.
-
The Boring JavaScript Stack has hit version 1.0 – it's an 'opinionated full-stack JavaScript project starter' built around Sails, Inertia, Tailwind CSS, and your choice of Vue, React or Svelte.
|
|
Electron 40.0.0 Released — Despite the round number, it’s a gentle update for the ubiquitous cross-platform desktop app framework. It bumps up to Node 24.11.1 (from 22.20.0), V8 14.4, and Chromium 144 (from 142) and adds a variety of minor features.
Michaela Laurencin
|
|
np 11.0: A Better npm publish — Makes the process of publishing a package smoother with an interactive UI, checks that you’re publishing from the right branch, checks dependencies, runs tests, pushes commits and tags, etc. Designed for local developer use rather than CI, however.
Sindre Sorhus
|
📢 Elsewhere in the ecosystem |
|
A roundup of some other interesting stories in the broader landscape:
|
|
-
Whether you agree or not, Ryan Dahl, the original creator of both Node.js and Deno, drew a lot of attention for a post on X (above) where he shared a thought on the shifting roles of modern software engineers in an agentic world.
-
Sticking with the topic of AI and agents, Matteo Collina shares a more extensive view in The Human in the Loop noting that "my bottleneck is now review, not coding."
-
jQuery turned 20 years old last week, and then released jQuery 4.0 alongside the celebrations. The long-standing frontend utility library has now migrated entirely to ES modules making it easier to use in modern builds.
-
🕒 Temporal Playground is an online sandbox for playing around with the Temporal API.
-
🐘 If you're a Postgres user, I really enjoyed this article about alternatives to 'soft delete' where rather than use a boolean or datetime flag, you could use a trigger to move a row to an archive table or capture deleted rows from the WAL for archival.
-
Deno 2.6.5 was released.
|
|