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 .NET applications resilience in the past, so it’s nice that it now as some helpers to be integrated with HttpClient in ASP.NET Core.

“Things I Wish Someone Told Me About ASP.NET Core WebSockets”

Nice write-up on some things to be aware of when using WebSockets with ASP.NET Core (not using SignalR in this article).

Videos

“Nginx for .NET Developers - Ian Cooper”

Interesting talk introducing using Nginx with ASP.NET Core. It has some slightly outdated bits, as Kestrel has seen some changes with the release of ASP.NET Core 2.1 (like having replaced libuv by default), but it’s still a valid and interesting talk.