It is time to share new reading notes. It is a habit I started a long time ago where I share a list of all the articles, blog posts, and books that catch my interest during the week.
If you think you may have interesting content, share it!
Suggestion of the week
- Make demo typing easy with DemoType in ZoomIt v8.0 (John Stephens) - This is such a game changer! Of course live demo are the best but losing precious secondes because of a typo is a real nightmare.
Cloud
-
Planning for Resiliency with Azure OpenAI (Matthew Anderson) - Like everything else in the cloud we need to think about resiliency. This nice post get us started and explains 2 different architectures for our system.
-
Azure Developer CLI (azd) - February 2024 Release (Grace Kulin) - Cool feature now supported in this new release with helm support for kubernetes and many other features.
Programming
-
The Difference Between RESTful APIs and Web APIs Using ASP.NET Core (Januarius Njoku) - A very complete post about APIs their definition and differences.
-
Scaling Docker Compose Up (Milas Bowman) - Interesting post that do a deep dive into docker compose file.
-
Our Vision for .NET 9 - .NET Blog (.NET Team) - Inspiring plan for the future release of .Net.
-
My Top 10 NEW Visual Studio Features of 2023 for .NET Developers - .NET Blog (James Montemagno) - I don't code everyday and when I do it's on all kind of device and OS so I end up more often using VS Code. But, when I can use Visual Studio it's always a treat. In this post, James shares his favorite new features part of that great IDE. Those are only the recent ones, there are so much more!
-
Scaling Docker Compose Up (Milas Bowman) - Interesting post that do a deep dive into docker compose file.
-
8 ways to set the URLs for an ASP.NET Core app (Andrew Lock) - What!? So many different ways to assign the url.
~ Frank