Node.js v22.5 includes SQLite, but..
July 23, 2024
Node.js v22.5.0 (Current) Released – But Don’t Install It! — A notable release for three reasons: first, the WebSocket feature in Antoine du Hamel |
Run GitHub Actions Up to 2x Faster at Half the Cost — Blacksmith runs your GitHub Actions substantially faster by running them on modern gaming CPUs. Integrating Blacksmith is a one-line code change. 100+ companies like GitBook, Superblocks, and Slope use Blacksmith to help developers merge code faster. Blacksmith |
Why is Spawning a New Process in Node So Slow? — The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more. Are there ways to significantly improve this? Actually, yes! Max McDonnell |
A Practical Guide to Not Blocking the Event Loop — A look at the core principles of synchronous and asynchronous work in a single-threaded environment, stressing the importance of non-blocking code for efficient event loop utilization. Slava Knyazev |
Using pnpm on Heroku — If you’re using the Heroku platform, their Node.js buildpack now supports the pnpm package manager which offers significant disk space and installation time improvements. Colin Casey (Heroku) |
|
🛠 Code & Tools |
MikroORM 6.3: Schema First? — If you’ve not had the pleasure of giving MikroORM, a TypeScript ORM for Node, a try, it’s well worth checking out. v6.3 brings even more polish to proceedings and introduces the option to use it in a ‘schema first’ style where entity definitions are created from the database. Martin Adamek |
|