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... (more…)
Read more »
This post will guide developers on building CLI tools with node.js. You will also learn how to publish the tool to NPM. Node.js allows us to build command-line tools using JavaScript. There is a rich node.js package ecosystem as shown by the npm registry.... (more…)
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
At Sniptt, most of our experience has been writing TypeScript and JavaScript for Node, so we made the decision to use the same technologies… (more…)
Read more »