Welcome to this week’s edition of Reading Notes! In this roundup, we explore a variety of topics across cloud, programming, databases, and AI. From understanding Docker’s USER instruction to styling Blazor components with CSS, I’ve got you covered. Let’s dive in!
Suggestion of the week
- Understanding the Docker USER Instruction (Jay Schmidt) - A great post to that explains really clearly the basic usage of user when building our container. After reading this post you should feel confident to follow this best practices.
Cloud
- Azure Static Web Apps–SWA CLI behind the scenes (Bart Wullems) - Cool post to that quickly explains how the CLIworks and a few different tools.
Programming
-
Blazor Basics: Styling Blazor Components with CSS (Claudio Bernasconi) - That will solve an issue I was having... Blazor for the win!
-
Is Your ASP.NET Core Application Running In A Container? (Adam Storr) - Very neat tip to know when the App is or not in a container.
-
Setting up NGINX load balancer for .NET WebApi (Oskar Dudycz) - Very well done tutorial to set a reverse proxy.
Databases
- Automating SQL Deployments using GitHub Actions - Part 2 (Eduardo Pivaral) - That's pretty neat. Of course, there is a SQL option but I never thought about it. Excellent idea to keep everything in one place with versions.
AI
- Updated Documentation for Semantic Kernel (Sophia Lagerkrans-Pandey) - Nice update in the documentation, new content new look.