Install VSCode on Manjaro Linux

install vscode on manjaro

Many developers today choose Microsoft Visual Studio Code as their preferred text editor and IDE. VSCode is a multi-platform tool that is powerful in terms of editing and extended editing capabilities. On top of the already feature rich client, there are many official and community based extensions that expand it’s capabilities. This guide will explain … Read more

Install NodeJS on Manjaro Linux – 2023 Update

If you plan on getting into Javascript development and you use Manjaro, you will likely run across the need to install NodeJS on Manjaro Linux. It’s quite simple to do on Manjaro, especially when using NVM – Node Version Manager. NVM allows you to easily install, update and switch between different releases of NodeJS, such … Read more