NimblePros
  1. NimblePros Blog
    November 08, 2024 #Software development

    Architecting to Scale - Part 3 - Moving to Microservices

  2. NimblePros Blog
    October 31, 2024 #Software development

    Architecting to Scale - Part 2 - Scaling the Monolith

  3. NimblePros Blog
    October 30, 2024 #Software development

    Learn to identify and avoid common loop antipatterns in C#. Improve your code's efficiency and readability today!

  4. NimblePros Blog
    October 29, 2024 #Software development

    Discover a quirk in C# records when using both positional parameters and declared properties.

  5. NimblePros Blog
    September 27, 2024 #Software development

    Learn how to write tests for your supercharged sagas and strategies for getting the most value out of those tests.

  6. NimblePros Blog
    September 25, 2024 #Software development

    Architecting to Scale - Part 1 - Carving the Monolith

  7. NimblePros Blog
    September 24, 2024 #Software development

    Let's cover what a saga timeout is and how to implement them using NServiceBus!

  8. NimblePros Blog
    September 23, 2024 #Tools

    If you have to maintain a Gatsby-based site and don't want to develop locally, consider setting up a dev container to make life easier!

  9. NimblePros Blog
    September 19, 2024 #Tools

    Juggling multiple projects in multiple programming languages and versions should not be painful. Learn about how Dev Containers helps with this problem!

  10. NimblePros Blog
    September 09, 2024 #Software development

    Discover how .NET 7's GeneratedRegexAttribute optimizes the performance of your regular expressions.