top of page

Search


Rust Basics of Checking Command-Line Arguments
In Rust, you typically read command-line arguments using the standard library’s std::env::args()  function. This function returns an...

Ruud Wijnands
Jan 181 min read
Â
Â
Â


My Vim Basics Cheat Sheet
Learning Vim is beneficial if you often use Unix or Linux systems. The following cheat sheet will help you get started with the basic...

Ruud Wijnands
Jan 43 min read
Â
Â
Â


How to work with multiple GitHub Accounts and ssh keys
If you need to work with different GitHub accounts, e.g., when you have personal and work accounts, you may want to create separate ssh...

Ruud Wijnands
Mar 18, 20231 min read
Â
Â
Â


How to give your zsh shell a productivity boost on macOS
In this little tutorial, I will show you how to give your zsh a significant productivity boost as a developer. There are four simple...

Ruud Wijnands
Jan 8, 20224 min read
Â
Â
Â


How to install Git on macOS
There are several ways to install Git on macOS. To write this tutorial, I am using an iMac with macOS Catalina. On a fresh installation,...

Ruud Wijnands
Dec 11, 20212 min read
Â
Â
Â


How to uninstall macOS Command Line Tools
This tutorial assumes you have the macOS command-line tools installed on your system. I tested the tutorial on a macOS Catalina...

Ruud Wijnands
Dec 11, 20212 min read
Â
Â
Â
bottom of page