Boarding the Fastify train

#​405 — September 16, 2021 Read on the Web Node Weekly Tasuku (タスク): A Minimal Task Runner for Node — Tasuku, which is simply Japanese for ‘task’, provides a clean way to break up processes into small tasks which can then be run in the right order with progress displayed Read more…

Get started with CodeSandbox

The integrated development environment (IDE) remains the centerpiece of developer tools. Online IDEs have ridden the wave of cloud-based tools, growing in power over the last few years. CodeSandbox is one of the more popular options in that space, and its usage has been increasing recently. CodeSandbox is gaining popularity Read more…

How to use Auth0 with Node.js and Express

Cloud-based authentication and authorization platforms—sometimes known as IDaaS, or identity as a service — are an expanding area of cloud tooling, and it’s easy to see why. App security is difficult and error-prone, and virtually every project requires it. The ability to offload much of the work to a dedicated Read more…

Security releases all round

#​401 — August 12, 2021 Read on the Web 📋 Node Weekly is taking a little summer vacation next week so we’ll be back for the next time on Thursday, August 26. See you then! 🙂__Peter Cooper, editor Node Weekly August 2021 Security Releases: Node 16.6.2, 14.17.5 and 12.22.5 — Read more…

NestJS explained in 100 seconds

#​400 — August 5, 2021 Read on the Web Node Weekly 40+ Node.js Integration Test Best Practices — Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app Read more…

Using Google Drive as a CMS?

#​399 — July 29, 2021 Read on the Web Node Weekly Running CPU-Bound Tasks in Node with Worker Threads — A thorough, practical introduction to using worker threads to get beyond Node’s naturally single-threaded nature. Yarin Ronel ws 8.0: Fast, Stable WebSocket Client and Server for Node — A major update Read more…