NimblePros
banner
nimblepros.com
NimblePros
@nimblepros.com
NimblePros team members provide training and mentoring to multiply your software team's effectiveness. Write better code, faster!
Having trouble getting your organization on the same page about understanding a situation?

#DomainStorytelling can help you capture those stories and ensure you're on the same page.

Learn more from this webinar on our YouTube channel: https://youtu.be/cWHpoIYMhQQ

#DDDesign
November 20, 2025 at 8:09 PM
Amdahl's Law serves as a reality check for those looking to improve system performance through parallelization.

Read on: https://bit.ly/3AwSibw

#DevIQ #SoftwareDevelopment
November 19, 2025 at 7:00 PM
When working in a DDD project, you need to think of the domain first, not the database.

In this post, Phil explains how SQL is screwing up your DDD: https://bit.ly/3YaV6Vv

#DomainDrivenDevelopment #DDD #SoftwareDevelopment #DDDesign
November 19, 2025 at 4:59 PM
Unlocking Code Coverage: The Ultimate Guide for .NET Developers https://www.youtube.com/watch?v=l_a2GmBeOz4

#dotnet #CodeCoverage
November 18, 2025 at 8:01 PM
Wondering how to add some order to your unit tests, integration tests, functional tests, or front-end tests? Check out this webinar on Design Patterns for Testing - where we look at Factory, Object Mother, Builder, and Page Object patterns!

https://www.youtube.com/watch?v=kB1bb7q7f0A

#testing
November 18, 2025 at 1:30 PM
Trying to understand what's in Ardalis' #CleanArchitecture template for .NET? 🧐

Sadukie will be sharing the foundations of Clean Architecture and how they are applied in this template on Nov 18 at 1:00pm US Eastern Time (-05:00).

▶️ Tune in here: https://youtube.com/live/7CPv331XDZc

#dotnet
November 17, 2025 at 9:57 PM
Any time one programmer calls another over to have a look at something they're working on, they're practicing pair programming. 👨🏻‍💻👩🏻‍💻

🔎 Learn more: https://bit.ly/46XyV7G

#DevIQ #Agile #SoftwareDevelopment
November 17, 2025 at 7:00 PM
What is asynchronous messaging? In this post, Kyle McMaster explains the concepts within asynchronous messaging and mentions some of the frameworks including RabbitMQ, NServiceBus, and MassTransit. Check out this post here:

https://bit.ly/4bTRfAS

#SoftwareDevelopment #async
November 16, 2025 at 4:59 PM
Designed for architects, developers, and decision-makers alike, this on-demand webinar on our YouTube channel provides invaluable insights into documenting your architecture-related decisions. Check it out:

https://youtu.be/HAMK5_vdJlA

#SoftwareArchitecture #documentation
November 16, 2025 at 1:30 PM
Using dotnet format and file scoped namespaces in C# 10

https://www.youtube.com/watch?v=5UO6tvMWuW8

#dotnet #CSharp #SoftwareDevelopment
November 15, 2025 at 8:01 PM
🤔 When it comes to conflicts in version control, how do version control systems handle it?

💡Learn more about locking and merging here: https://bit.ly/4dydrkc

#SoftwareDevelopment #DevIQ
November 14, 2025 at 7:01 PM
NServiceBus provides a high-level API for working with messaging patterns such as publish/subscribe, request/response, and message routing. Learn more:

https://blog.nimblepros.com/blogs/what-is-nservicebus/

#dotnet #SoftwareDevelopment #messaging #DistributedApps
November 14, 2025 at 4:59 PM
Want to show your code coverage in PRs? Did you know that you can see your code coverage results with other Visual Studio SKUs besides Enterprise? Coverlet and others can help with that!
Learn more in this on-demand webinar:

https://youtu.be/o5HnKd5DHZo

#CICD #CodeCoverage
November 13, 2025 at 8:02 PM
💻 Build cross-language integrations with ease! Watch the demo of a .NET producer and Python consumer using RabbitMQ transport with NServiceBus.

➡️ https://youtube.com/live/YWHY09R46m4

#RabbitMQ #Integration #NServiceBus #Microservices
November 13, 2025 at 1:30 PM
NServiceBus provides a built-in implementation of sagas that makes it easy to use. In this article, Kyle McMaster introduces us to sagas and the workflow that NServiceBus uses for them.

https://bit.ly/43Tzv7c

#NServiceBus #Sagas #DesignPatterns #SoftwareDevelopment
November 12, 2025 at 4:59 PM
❓ Do you know what code katas are? If so, do you have any favorites?

▶️ Sadukie made a video about this week's question! Check it out 👇🏻:

https://youtu.be/HGmPo7fp-SI?si=mMO4YiJP9eEx1YOw

#TechCommunity #SoftwareDevelopment #CodeKatas
November 11, 2025 at 8:01 PM
Hey, friends! We know .NET 10 dropped today.

But we also know not everyone is jumping into it yet.

If you run dotnet commands in your CI/CD pipelines, make sure to use the --version flag and lock into your desired version.

#dotnet #pipelines
November 11, 2025 at 6:20 PM
📈 Monitor your system in real-time! Learn how ServicePulse provides health heartbeats & manages failed messages - ensuring a stable & reliable system.

▶️ See this in action in our on-demand webinar: https://youtube.com/live/YWHY09R46m4

#ServicePulse #DistributedSystems #monitoring
November 11, 2025 at 1:30 PM
Ready to test your NServiceBus message handlers? 🚀 Discover how to write effective unit tests with NServiceBus.Testing!

<a hr
ef="https://blog.nimblepros.com/blogs/testing-nservicebus-message-handlers/" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://blog.nimblepros.com/blogs/testing-nservicebus-message-handlers/

#testing #messaging #dotnet #NServiceBus
November 9, 2025 at 4:59 PM
🚀 Streamline your architecture! Learn the high-level flow of the Particular Service Platform & how it can revolutionize your system design.

▶️ Catch our on-demand webinar on our YouTube channel: https://youtube.com/live/YWHY09R46m4

#NServiceBus #Architecture #Microservices
November 9, 2025 at 1:30 PM
Going through the DDD Fundamentals Course on Pluralsight and not sure how to run the app?

We got you covered in this video: https://www.youtube.com/watch?v=wl7aF6iJDVM

#DDDesign
November 8, 2025 at 8:00 PM
If you've been following our Supercharged Sagas series, Kyle shows us how to test sagas using #NServiceBus with NServiceBus.Testing.

Learn more:
https://blog.nimblepros.com/blogs/supercharged-sagas-unit-testing-strategies/
#SoftwareDevelopment #SoftwareArchitecture #Sagas
November 7, 2025 at 4:59 PM
Open source projects are a community effort. In this webinar, Sadukie points out the changes in v10.0.0 and v10.0.1 of Ardalis' #CleanArchitecture template and gives thanks to each one of the contributors.

Check out the webinar here: https://youtube.com/live/JfASQBcvbms

#OpenSource
November 6, 2025 at 8:04 PM
🔱 Beware the God Object!

It’s consuming your codebase & draining all the life. 💀

Learn to exorcise it in our webinar! 👇🏻

https://youtube.com/live/rVnoQMTGJRU

#TechTraining #dotnet #antipatterns
November 6, 2025 at 1:30 PM
The Outbox pattern introduces a dedicated outbox table to hold pending messages, ensuring that they are only created if the associated business operation succeeds. 📨

Read on to see how to implement the Outbox pattern:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns
November 5, 2025 at 7:00 PM