Good Monday, Already time to share new reading notes. Here is a list of all the articles, blog posts, and podcast episodes that catch my interest during the week.
If you think you may have interesting content, share it!
Cloud
-
#11: Share Content with Docusaurus & Azure Static Web Apps ( Nitya Narasimhan) - Another great example of a static web app this time for documentation perfect match!
-
Azure Static Web Apps: named preview environments with Azure DevOps | I CAN MAKE THIS WORK (John Reilly) - This is pretty cool, a unique URL for the staging/ qa environment...I like that
-
Blazor WebAssembly for Headless CMS on Azure Static Web Apps (Justin Yoo ) - Woo! Amazing idea, you get the comfort of WordPress for writing and the lightweight of a static webapp.
-
Create and connect to an Azure SQL DB in 6 easy steps (Davide Mauri) - Learn how to build an excellent Azure CLI script in this post. Sort and useful.
-
Deploying Blazor WebAssembly applications to Azure Static Web Apps (Damir Arh) - Nice overview of the static webapp double with a tutorial to build a CI-CD using GitHub Action.
Programming
-
The Magic of Docker Desktop is Now Available on Linux (Chris McLellan) - Wonderful, I believe that offering the same experience to your users independently of the platform is a sign of maturity.
-
Configuring the Diagnostics Port for dotnet monitor (Mark Downie) - This post shares news about this monitoring tool that is as cross-plaforn as .NET is.
-
Docker Extensions: Discover, Build & Integrate New Tools into Docker Desktop (Amy Bass) - This is really good. Now the entire community can add functionalities to the environment.
-
DockerCon 2022: Community-powered, Developer-obsessed (Scott Johnston) - I watch the keynote and it was very interesting. Looking forward to see those demos
-
How to run Kubernetes clusters locally on Windows - Simple Talk (Boemo Mmopelwa) - This tutorial goes over the functionalities of Kind. One of the two tools available to help us use Kubernetes locally. It looks simple and fun!