.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • DRY Is the Most Misunderstood Rule in Programming

    calendar Jun 6, 2026 · milanjovanovic.tech
    DRY Is the Most Misunderstood Rule in Programming

    DRY was never about code that looks the same. It's about knowledge. Most of the tangled abstractions I've had to unwind started as a well-meaning attempt to remove duplication that was never really duplication. Here's how I think about it now, and the rule I use instead. Link to article: …


    Read More
  • Design a File Upload Service Like a Senior Engineer

    calendar Jun 2, 2026 · milanjovanovic.tech
    Design a File Upload Service Like a Senior Engineer

    My annual spring sale is now live. Check it out: ... Link to article: https://www.youtube.com/watch?v=ka_WCmNdybE


    Read More
  • Union Types Are Finally Coming to C#

    calendar May 30, 2026 · milanjovanovic.tech
    Union Types Are Finally Coming to C#

    For years we faked union types with marker interfaces, base classes, and the OneOf library. C# 15 finally bakes them into the language - and here's a quick tour of what they look like and why I think they're a big deal. Link to article: https://www.milanjovanovic.tech/blog/union-types-are-finally-coming-to-csharp


    Read More
  • Docker Compose with .NET 10, PostgreSQL, and Redis (step by step)

    calendar May 29, 2026 · milanjovanovic.tech
    Docker Compose with .NET 10, PostgreSQL, and Redis (step by step)

    My annual spring sale is now live. Check it out: ... Link to article: https://www.youtube.com/watch?v=svfxvsGfLlU


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top