👋 Welcome to my blog!
Hey,
I'm a C# .NET backend engineer who's striving for writing code as performant as possible. While doing so I encounter several interesting problems, the solutions of which are even more interesting! In this blog I'm sharing these solutions with you and the way I arrived there. But first, let me elaborate on the definition of performance, and on the popular question: Should I always aim to make my code as performant as possible?
Await vs. return Task
2023-10-15
UTF-8 String Literals, how useful are they?
2023-10-07
Checking Zero-Based Boundaries
2023-09-06
The never-ending battle: Structs vs. Classes
2023-08-25
The unary increment operator: Prefixed vs. Postfixed
2023-07-28
Intro: Performance in .NET
2023-07-22