Topics



How to install Node.js with NVM on Ubuntu and switch between Node versionsNVM (Node Version Manager) is a tool that allows you to install and manage multiple versions of Node. Although it’s possible to install any version of Node you want, NVM provides many conveniences such as easy version updates and quick switching between versions.

How to install and configure Nginx on UbuntuNginx, one of the most widely used HTTP web servers in the world today, offers a variety of features such as reverse proxy, load balancing, and content caching. Despite its ability to host highly trafficked websites, it can be installed and configured with very simple steps.