1. NimblePros Blog
    January 20, 2025

    Write cleaner test assertions with better messaging using the Shouldly library

  2. NimblePros Blog
    January 07, 2025

    In this post, Sadukie shares topics to look forward to in 2025!

  3. NimblePros Blog
    December 23, 2024

    In this post, we refactor our non-root user dev container to be a root user dev container. Learn how this simplifies our setup.

  4. NimblePros Blog
    December 19, 2024

    In this blog post, we'll explore how Santa can automate his workshop using Event-Driven Architecture and NServiceBus

  5. NimblePros Blog
    December 09, 2024

    See how to take advantage of Random.Shared in your C# code while also making it testable.

  6. NimblePros Blog
    December 02, 2024

    Just as holiday cookie recipes give you tried-and-true methods for festive treats, design patterns provide proven solutions to common coding challenges. In this …

  7. NimblePros Blog
    November 26, 2024

    With the release of .NET, LINQ has some new features. In this post, we'll look at CountBy, AggregateBy, and Index.

  8. NimblePros Blog
    November 21, 2024

    Optimize your SQL by performing advanced grouping using RANK()/ROW_NUMBER() and PARTITION BY instead of manually iterating over data.

  9. NimblePros Blog
    November 08, 2024

    Architecting to Scale - Part 3 - Moving to Microservices

  10. NimblePros Blog
    October 31, 2024

    Architecting to Scale - Part 2 - Scaling the Monolith