A little look back..

#​395 — July 1, 2021 Read on the Web ✍️ Several readers have written in asking if we can do more frequent recaps of popular things we’ve covered recently. We do an annual roundup as the final issue of each year – here’s 2020’s – but since we’re now exactly Read more…

Node 16.4.0 released

#​394 — June 24, 2021 Read on the Web Node Weekly AdminJS 5.0: An Admin Panel for Node Apps — Formerly known as AdminBro, this is an ‘automatic’ admin interface you introduce to existing apps, wire up to your ODM/ORM, and off you go. You can see a live demo here. Read more…

July 2021 Security Releases

Summary The Node.js project will release new versions of all supported release lines on or shortly after Thursday, July 1st, 2021. One High severity issue, and three Medium severity issues Impact The 16.x release line of Node.js is vulnerable to two medium severity issues. The 14.x release line of Node.js Read more…

Node v16.4.0 (Current)

Notable changes async_hooks: stabilize part of AsyncLocalStorage (Vladimir de Turckheim) #37675 deps: upgrade npm to 7.18.1 (npm-robot) #39065 update V8 to 9.1.269.36 (Michaël Zasso) #38273 dns: allow 1–dns-result-order to change default dns verbatim (Ouyang Yadong) #38099 Commits [ 1d2b972ee52 ] – async_hooks: check for empty contexts before removing (Bryan English) Read more…

A better HTTP client for Node

#​393 — June 17, 2021 Read on the Web Node Weekly A Visual Guide to Node.js Streams — Streams aren’t conceptually too difficult to grasp but some visuals fit well and certainly help. Deepal Jayasekara Undici 4.0: An HTTP Client, Written from Scratch for Node — The goal of this project Read more…

Node v14.17.1 (LTS)

Notable Changes [ 16035492c8f ] – deps: update ICU to 69.1 (Michaël Zasso) #38178 [ 19417fd0bc8 ] – errors: align source-map stacks with spec (Benjamin Coe) #37252 Commits [ 187fa636953 ] – assert: refactor to use more primordials (Antoine du Hamel) #36234 [ 1cfff3b4462 ] – assert: refactor to avoid Read more…

Google’s Squoosh comes to Node

#​392 — June 10, 2021 Read on the Web Node Weekly Introducing libSquoosh: Experimental Image Optimization from Node — Squoosh is an image optimization web app originally built by a team at Google in 2018 and since then it has been updated and offered in CLI form. Now, Surma has unveiled Read more…

How to CRUD with Node.js and MongoDB

MongoDB was one of the first NoSQL data stores, and it is the most popular NoSQL data store today. The Node.js JavaScript runtime continues to hold a dominate place in back-end development. Together they make a highly flexible and dynamic technology stack. As you’ll see, Node.js and MongoDB allow you Read more…