Cloud
- Using Environment Variables in Azure DevOps Pipelines (K. Scott Allen) - A great little tutorial that explains how to use configure our variables.
Programming
- An open source parser for GitHub Actions (Patrick Reynolds) - Looking forward to try those GitHub Actions.
- Code coverage reports for ASP.NET Core (Gunnar Peipman) - Very interesting post to learn more about how to get a useful report about our tests.
- Dependency injection in .NET Core console applications (Gunnar Peipman) - Fantastic and concise post that introduces a way to do simple dependency injection with .Net Core using Autofact.
- Rust Governance: Scaling Empathy (Manish Goregaokar) - A friend recently introduced me to Rust. This post assumed we all already familiar to it, and talk about the current problems of this new language and potential solutions.
Databases
- Migrating your existing on-prem SQL Server database to Azure SQL DB (Angelos Petropoulos) - Are you planning to migrate your app to Azure? If the database is also part of the migration here three different way to migrate it including one that doesn't require downtime!
Miscellaneous
- Benefits of using Azure API Management with microservices (Mike Budzynski) - Nice post that explains how to structure Azure Functions (microservices) with Apim and explains why it's a good practice.
- Designing for Dark Mode (kirupa) - Interesting topic indeed. As I'm migrating one of my blog the timing is excellent.