NimblePros
  1. NimblePros Blog
    January 28, 2025 #Software architecture

    In this blog post, we detail the steps we took for our demos for our January 2025 Architecture Testing webinar.

  2. NimblePros Blog
    January 27, 2025 #Software development

    This week's Question of the Week is about Design Patterns! What is your go-to and how has it saved the day?

  3. NimblePros Blog
    January 20, 2025 #Software development

    Write cleaner test assertions with better messaging using the Shouldly library

  4. NimblePros Blog
    January 07, 2025 #Training

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

  5. NimblePros Blog
    December 23, 2024 #Tools

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

  6. NimblePros Blog
    December 19, 2024 #Software development

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

  7. NimblePros Blog
    December 09, 2024 #Software development

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

  8. NimblePros Blog
    December 02, 2024 #Software development

    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 …

  9. NimblePros Blog
    November 26, 2024 #Software development

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

  10. NimblePros Blog
    November 21, 2024 #Software development

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