A Node ORM roundup

#381 — March 25, 2021 Read on the Web Node Weekly Piscina: A Fast Worker Thread Pool Implementation — Node now offers worker threads which bring true multithreading to Node apps and Piscina is a pool for tracking and controlling the number of such threads (including being able to cancel them). Read more…

An interview with Ryan Dahl

#376 — February 18, 2021 Read on the Web Node Weekly Avoiding npm Substitution Attacks — Recently there have been some high profile examples of supply chain attacks on popular source code repositories, such as where fake or eponymous packages are published, but you can reduce your attack surface by Read more…

Deno 1.0 arrives to challenge Node.js

Deno, a JavaScript/TypeScript runtime promising stronger security and a superior developer experience to Node.js, reached its 1.0 release status on May 13, 2020. Created by Ryan Dahl, who also created Node.js, Deno was designed to address a number of Node’s shortcomings, particularly security. (Deno is an anagram of Node.) The project became Read more…