A Pragmatic Guide to GitHub Copilot and VS Code

In this tutorial, we will explore how to configure VS Code and leverage custom rules to get the absolute best out of the built-in GitHub Copilot extension. Using Copilot in this targeted manner ensures that you maintain the reins of development. You direct the architecture, while the AI builds precisely to your specifications. This stands … Read more

Install Node.js using NVM on Ubuntu

In this tutorial we’ll learn to install Node.js using NVM (Node Version Manager) on Ubuntu (or any Debian based Linux). Here, we’ve used Ubuntu 18.04 but these instructions should work in other versions too. Usually default versions in Linux distro repositories are old ones. Using NVM we can install latest versions of Node.js and can … Read more