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!
Programming
-
Developing & Working with .NET Containers on Windows ARM Devices (James Montemagno) - I'm a big fan and user of dev containers.But I didn't know it was hard for Arm device owner.Love the idea.If you never heard of Podman here a nice teaser.
-
Overview over Microsoft's developer tools for Windows (Aaron Junker)) - So many great tools to make the dev experience even better on Windows.Did you see so many are oss projects.
-
How to deal with API rate limits (Salma Alam-Naylor) - Perfect post to learn why rate limit exists (its easier to manage them if we understand them), and a few suggestions on how to deal with them.
-
Persisting Data Volumes With .NET Aspire | LINQ to Fail (Aaron Powell) - Great tips to be more efficient with .NET Aspire preview 2