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.
You think you may have interesting content, share it!
Cloud
-
How to run Bash scripts in WordPress on Azure App Service (Abhishek Reddy) - This post explains two ways to achieve that.
-
Azure Virtual Machines vs App Services (Michael Shpilt) - The pros and cons of both are listed in this post with some advice. Everything you need to help you to make your choice.
-
How to use Azurite for testing Azure Storage in dotnet? (Max Hamulyák) - This very helpful post shows how to use Azirite to test our application.
Programming
-
5 tips for prioritizing Dependabot alerts (Brittany O'Shea) - Nice tips to help us with all these alerts.
-
Build skills that open doors—with Microsoft Learn (Erin Rifkin) - This post summarizes it very well. Learn.mocrosoft.com is a great destination.
-
Dockerize your SQL Server and use it in ASP.NET Core with Entity Framework Core (Bryan Hogan) - A very complete tutorial that explains all the steps to build an API from nothing.