Hi - I am Mathias
I’m a software developer, working at Enterspeed.In my spare time, I love experimenting with new tech and staying updated on the latest industry trends.
Latest
I write about coding with .NET, C#, and Linux related topics. Practical dev posts, side projects, and experiments from real work.
- Published on
Stop chasing perfect code — ship something useful instead.- Published on
Pattern matching has grown far beyond switch and case statements. From type checks to recursive patterns and list matching, modern C# gives you expressive tools to write cleaner, more maintainable code.- Published on
Exception handling in .NET is more than just try/catch. From filters and AggregateException to async quirks and global handlers.- Published on
Exception filters make error handling in C# cleaner and more expressive. They let you catch only what you care about without cluttering your code with nested logic or rethrows.