Building Resilient .NET Core Applications With Polly’s Circuit Breaker Policy
In the previous post we introduced Polly, a .NET resilience and transient-fault-handling library. We spoke about the retry policy that can be used to help yo...
In the previous post we introduced Polly, a .NET resilience and transient-fault-handling library. We spoke about the retry policy that can be used to help yo...
In this age of Service Oriented Architecture (SOA) where small microservices within a system communicate with each other using various protocols, typically o...
A little over 2 years ago I worked on a project that involved facial recognition. Even though I eventually used Python for the project, I initially wanted to...
During this Covid-19 global pandemic many people found themselves having to work from home due to lockdown measures put in place by various governments acros...
For the past few weekends I have been working on a new feature for my apps that will allow users to watch video tutorials inside the apps. The videos will be...