Suggestion of the week
- Include diagrams in your Markdown files with Mermaid (Martin Woodward, Adam Biagianti) - This is very interesting. For a simple little diagram, we can now do that in text in the same document... Looking forward to trying it. Mermaid is also supported in Azure DevOps
Cloud
-
Azure CLI: Delete All Resources Within Resource Group (Chris Pietschmann) - Nice tips to delete all resources in a resources group. However I prefer deploying an empty resource group with override, work each time, and the command seems simpler.
-
Creating Azure DevOps WIKI Pages from within a pipeline - part 2 (Stefan Stranger) - Super cools automation during a deployment. I love it.
-
Host Static Web Sites for Free in Azure (Sameer Doshi) - There are still so many running on complex systems. Have a look.
-
Isolated Azure Function in .Net 6 (Paul Michaels) - A nice short post that highlights the differences between these two types/versions of functions
-
Start Creating Azure Bicep Modules for Code Reuse (Chris Pietschmann) - That looks amazing, and simple to do. I have a few complex ARM templates, I should try to break them down in bicep to make them easier to read and maintain.
Programming
-
Observer Design Pattern in C# (Code Maze) - A really clear tutorial. I've been waiting for this kind of refresh to implement this pattern in a text-based game I was building... Maybe now is the time.
-
10 Best C# NuGet Packages to Improve Your Productivity in 2022 (Rajeshwari Pandinagarajan) - What I like with those lists of tools/ packages is that most of the time you found something you didn't know.
-
Disguising Podman as Docker Desktop on Windows (Mark Richards) - Nice! A Docker alternative that could potentially interest many, but for myself, I will stick to Docker. I'm an occasional citizen, and I feel there will be more docs with the current favorite.
-
Happy 20th Anniversary, .NET! (Beth Massi) - Very happy to see .NET reaching 20 so strong. Nice post, nice video packed with interesting anecdotes and nice moments.
-
Introducing FakeAuth for .NET Core (Caleb Jenkins) - That looks very interesting! For PoC, demo, or temporary solution it's brilliant. Code and sample in GitHub.
Book
This autobiography is funny, light, interesting, and even weird at some moments. But you know what? I liked it. I totally kept some quotes, as I found them good. I partially read it and listen to it. The audio version is done by Matthew and it's nice to hear him telling us his story.
~frank