[Redirect Magazine] #14 - Micro Frontends, Polly extensions for HttpClient, WebSockets and Nginx

Have at it! Articles “Micro Frontends” On the same page as a video I shared on Redirect Magazine #12, this article talks about taking the microservices architecture into the frontend, so we don’t end up with a fancy microservice backend coupled with a monolithic frontend, kind of defeating the purpose of the architectural decision in the first place. “HttpClientFactory in ASP.NET Core 2.1 (Part 4) - Integrating with Polly for transient fault handling” I’ve made some posts on using Polly to improve ....

June 10, 2018 · 1 min · 185 words · João Antunes

[Video] Using Polly to improve .NET applications resilience

I added a new video, this time revisiting the subject of a past post: using the Polly library to handle errors and improve application resiliency. The original post is here and you can check out the source code here on GitHub. Cyaz

July 29, 2017 · 1 min · 42 words · João Antunes