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!
🤔 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
⌚Timeouts can be used to trigger a message to be sent to the saga after a specified period of time.

Kyle McMaster talks about saga timeouts in this blog post: https://blog.nimblepros.com/blogs/supercharged-sagas-timeout-tips/

#NServiceBus #SoftwareDevelopment
November 5, 2025 at 4:59 PM
November 4, 2025 at 8:01 PM
👻 Trapped in a Loop of Horror?

Endless iterations, dead ends… 😵‍💫

Don’t let your code be haunted. 👇🏻

https://youtube.com/live/rVnoQMTGJRU

#TechTraining #dotnet #antipatterns
November 4, 2025 at 1:30 PM
The Outbox Pattern addresses the dual-write problem by storing both business data changes and outgoing messages within a single database transaction.

Learn how to work with this pattern in C#:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns
November 3, 2025 at 7:00 PM
In this post in our #NServiceBus series, @KyleMcMaster writes about commands, events, messages, and how they differ. Read it here: https://blog.nimblepros.com/blogs/commands-events-messages-explained/

#SoftwareDevelopment #dotnet
November 2, 2025 at 4:59 PM
👻 Is your code shrouded in mysterious variable and method names?

💀 It’s a curse! Discover how to banish the obscurity & make your code visible. 👇🏻

https://youtube.com/live/rVnoQMTGJRU

#TechTraining #dotnet #antipatterns
November 2, 2025 at 1:30 PM
Want to learn more about #ArchitectureKatas? Sadukie takes us through why we should know about these, how we can practice them, and then went through a very timeboxed experience. Check out our on-demand webinar on YouTube: https://youtu.be/yLSia20GZSk

#SoftwareArchitecture
November 1, 2025 at 7:01 PM
In a distributed system, ensuring that messages are delivered reliably and consistently can be challenging. 😩

With system failures, messages can be lost or not processed correctly. 💥

Learn how the Outbox pattern can help:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns
October 31, 2025 at 6:01 PM
🌐 Surrounding yourself with others intent on improving themselves and accelerating their career. Collaborate on software projects and get feedback on your skills.

🎉 Consider joining devBetter!

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

#mentoring #coaching #SoftwareDevelopment
October 31, 2025 at 3:59 PM
Got zombies 🧟 and ghosts 👻 as your messaging monsters? 😱

Kyle posts on how to fight them using the Outbox pattern as well as #NServiceBus! 📨

Vanquish these monsters TODAY! 👇🏻
https://blog.nimblepros.com/blogs/messaging-monsters-zombies-ghosts-outbox/
October 31, 2025 at 12:00 PM