Developer Education

How To Build Go Executables for Multiple Platforms on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build Go Executables for Multiple Platforms on Ubuntu 20.04

The Go programming language comes with a rich toolchain that makes obtaining packages and building executables incredibly easy. One of Go’s most powerful features is the ability to cross-build executables for any Go-supported foreign platform. This makes testing and packaging your software easy and accessible.

Read more
How To Set Up Visual Studio Code (VS Code) for PHP Development — step-by-step Programming tutorial on Progressive Robot

How To Set Up Visual Studio Code (VS Code) for PHP Development

Visual Studio Code, also known as VS Code, is a free source code editor software or IDE (integrated development environment) available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be customized to serve a wide variety of development needs. In this guide, you’ll learn how to set up Visual Studio Code for working on PHP projects.

Read more
How to Use Editors, Regex, and Hooks with Z-shell — step-by-step DevOps tutorial on Progressive Robot

How to Use Editors, Regex, and Hooks with Z-shell

This article will cover a sampling of the features offered by zsh, including using zsh to emulate other shells, editing on the command line using built in zsh features alongside the external tools vidir and vipe, using regular expressions in zsh commands, and setting up hooks to automate shell behavior.

Read more
CHAT