Cloud
-
Logic App Consumption: How to set an API connection to use Logic Apps Managed Identity inside Visual Studio 2019 (Sandro Pereira) - I love those true life story where the author shares how they solved a real-life problem.
-
Use Azure DevOps Pipelines as a Serverless Compute Engine (Chris Pietschmann) - Do you know or use Azure DevOps Pipeline? They can read your code from most source repository and will execute tasks for you. Like CI-CD as explains in this post.
Programming
-
Reimagining Pong Wars with C# and MVUX (Uno Team) - This is a very interesting post that details all the architecture and code of this game.
-
How to Check Your Docker Installation: Docker Desktop vs. Docker Engine (Jay Schmidt) - A very instructive and useful post that list all details related to Docker Desktop and Docker Engine for Mac, Linux, and Windows platform.
-
Empowering Developers at Microsoft Build: Docker Unveils Integrations and Sessions (Vanessa Fournier) - Nice post. You should definitely watched the Build session where they show how to target multiple platforms, and many new features
-
Docker Compose Profiles, one the most useful and underrated features (Oskar Dudycz) - Woah! For now on, I shall have a profile in all my docker compose file. We'll probably not all, but I'm definitely using them. This post is the perfect place to get started and understand what are profile and how to use it.
-
General Availability of .NET Aspire: Simplifying .NET Cloud-Native Development (Damian Edwards) - Fantastic news! It an amazing tools that simplify local development and give us the opportunity to see what is happening.
-
5 easy tips to improve your personal website performance ( Salma Alam-Naylor) - I accept the challenge, I will review my websites to see how I can improve the performance. Interesting post that shares many great ideas.
AI
- A Quick Guide to Containerizing Llamafile with Docker for AI Applications (Sophia Parafina, Marc Sherwood) - Great post tht goes over how to put our favorite AI model in a container to work locally.