Installing the GitHub CLI on Windows 10 ARM

3 minute read

Currently the GitHub CLI has no supported release for Windows ARM. This guide shows the necessary steps to build and install the GitHub CLI on a computer run...

Pattern matching in C# 9.0

15 minute read

An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch ex...