Cloud
-
Managing your Azure Cognitive Services Costs (Matt Eland) - Cost management is always a good idea. This post is part of a series of spring cleaning is not an exception.
-
Uploading Large Blobs in Parallel with the Azure SDK (Mark Heath) - Wonderful! I tried recently to write a little POC of something like that but it did work as expected. Looking forward to digging into this code as I think I already see my mistake. Great post.
Programming
-
Contrasting API Contract Testing and Functional Testing (Kin Lane) - This is an interesting post not about code but more about words, ideas, plans, and more.
-
Adding Dependency Injection to a Console App in .Net 7 (Paul Michaels) - Short an simple the perfect answer to a how-to question.
-
How to write your own cron Job scheduler in ASP.NET Core (like Quartz, Hangfire, ...) (Steven Giesel) - A really cool post that shows and explains how to build a simple background Service. I love those kind of projects as you learn so much doing them by yourself.
-
PSReadLine 2.3.0-beta0 Release - PowerShell Team (Steven Bucher) - I'm a big fan of the Predictor, looking forward to trying this upgrade.
Miscellaneous
- How atomic Git commits dramatically increased my productivity - and will increase yours too (Samuel Faure) - A simple best practice to avoid pain later... I like it!