Blog
Welcome to my blog! Here you'll find my thoughts, tutorials, and experiences in tech.
Latest Posts
PostgreSQL Ordering: Why Explicit ORDER BY Matters More Than You Think
Learn why your data randomly changes order when moving from SQL Server to PostgreSQL, and why explicit ordering is crucial for consistent results.
My First Post
An introduction to my blog and what you can expect from my future posts.
Enum as Flags
A blogpost on how to use enums as flags in C#
Ef Core Left Join Simplified
A blogpost on how to simplify left join usage in Ef Core
Using Refit to consume APIs
A blogpost on how I use Refit to simplify consuming APIs