Practical .NET and cloud architecture

I write about ASP.NET Core, AWS, APIs, testing, infrastructure, and developer tooling, grounded in problems I encounter while building real systems.

Recent posts

Quickly cloning all your repositories from GitHub

4 minute read

GitHub exposes most of its functionalities via its CLI, including a raw access to the API. This can be used to query all owned repositories and use the result to automatically clone them.

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 expression introduced in C# 8.0.