Good Monday,
Cloud
-
Azure Developer CLI (
azd
) - January 2023 Release (Savannah Ostrowski) - Easier to install and more secure. A nice update. -
Develop Your Cloud App Locally with the LocalStack Extension (Ajeet Singh Raina, Harsh Mishra) - Interesting tools that can emulate your AWS environment locally, perfect to develop and not stress about the cloud cost busting your budget.
Programming
-
6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you should know about! (Thomas Maurer) - Great tips that really enable us to be more productive and efficient.
-
Get Started with GitHub Actions (Mandy Hubbard) - This is a great post to get started with CICD. GitHub is free and accessible, give it a try and then automate some tests or a deployment.
-
Introduction to DevSecOps on Azure (Daniel Krzyczkowski) - New Pluralsight course announcement.
-
The Problem With Dependency Injection Frameworks (James Shore) - A very interesting post that continues to explain why DI frameworks are bad even though they help us.
-
Public Preview: Azure Automation Visual Studio Code Extension - Nice I like Azure automation. An extension to manage those cloud cron jobs, I say yes.
-
Release notes for Microsoft Q&A - Love that new look!
-
Why tuples in C# are not always a code smell (Dennis Frühauff) - I didn't use Turple yet but it's not hard to see the potential and how it could become ugly. This post shows and explains a few simple rules to stay clear.
Miscellaneous
-
Announcing Cosmos DB to Azure Data Explorer Synapse Link (public preview) (Vincent-Philippe Lauzon) - Two worlds touched. This new connection looks super cool.
-
Lazy and once-only C# async initialization (Ian Griffiths) - An amazing post that explains so much and that has all the code snippets to be clear about it. I will have to copy-paste those into some test applications to really try them, but it is clear what I should expect.