SSH (Secure Shell) is a cryptographic network protocol that creates a secure, encrypted connection between your local machine and a remote…
Node.js is an open-source, cross-platform JavaScript runtime that lets you run JavaScript on the server side, outside of a browser. It…
DNS (Domain Name System) is what translates domain names into IP addresses. When you type a website address into your browser,…
Docker is a containerization platform that lets you package applications and their dependencies into lightweight, portable containers. Those containers run consistently…
Yarn is a fast, reliable JavaScript package manager that works alongside npm. It was built to fix some of npm's early limitations…
Webmin is an open-source, browser-based control panel for Linux server administration. Instead of managing your server purely through the command line,…
Go (also called Golang) is a modern, statically typed programming language created at Google. It is designed for simplicity, fast compilation,…
Google Chrome is the most widely used web browser in the world. It is fast, secure, and built for the modern…
Eclipse is one of the most widely used integrated development environments in the world. It is best known as a Java…
Git is the de-facto standard for version control in software development. It tracks every change to your code, lets you revert…