Volta is a command line tool used to manage your Node.js

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

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »

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 »