Managing Node.js with Volta

I recently wrote a blog post about how I use NVM to manage my node version. Someone commented on the post saying I should look into Volta
What is Volta
Volta is a command line tool used to manage your Node.js. It is built using Rust and is shipped as… Read more

Similar

Guide to Running Node Apps on Amazon ECS

Amazon ECS ventures into the wonderful world of containers, specifically for running containerised apps on Amazon EC2. Given a cluster of instances, you can have ECS run and manage the containers on those instances. Since building the ECS launch demo for ... (more…)

Read more »

Permissions API in Node.js v20

Permissions can be used to control what system resources the Node.js process has access to or what actions the process can take with those resources. Permissions can also control what modules can be accessed by other modules. (more…)

Read more »