Good Monday, time to share my reading notes. Those are a curated list of all the articles, blog posts, podcast episodes, and books that caught my interest during the week and that I found interesting. It's a mix of the actuality and what I consumed.
If you think you may have interesting content, share it!
Cloud
-
Setup the Auto-shutdown on VM using Bicep template (Massimo Bonanni) - VMs are so useful. One of the best ways to save money is to turn them off when you are not using them. Part 6 about Bicep explains how to do it in your IaC script.
-
What is Azure Container Registry? (MakendranG) - A quick intro on Azure Registry and how to create one.
Programming
-
Authorization and Authentication in Minimal APIs (Assis Zang) - This is a great tutorial...Time to secure our APIs
-
Converting Markdown to DOCX and PDF in C# (Bjoern Meyer|) - Interesting post with all the code required to do this project.Shorter than I thought.
-
How to publish .NET 7 apps directly to Docker (Dennis Frühauff) - Pretty cool stuff. I need to try it.
-
Make a Web Reporting App Using a Blazor Reporting Tool & Microservices | ActiveReports.NET (Sergey Abakumoff) - Report services... That brings memories! I like the idea of using Blazor as the container to display the reports.
-
The dangers and gotchas of using scoped services in OptionsBuilder (Andrew Lock) - A very complete post that shares all you need to know about scopes.
Miscellaneous
- My IoT problem: the garage door opener : Algorithms for the masses - julian m bucknall (Julian M Bucknall) - Technology! Marvelous, when it works...