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!
Cloud
- Managing your Azure Resources with Deployment Stacks (John Kilmister) - That's a very useful tool, and nicely documented.
Programming
-
Extract Method Refactoring Technique in C# – What You Need To Know (Nick Cosentino) - Great post that go over one of the most powerful method that every developers will be using all along their career. Simple and so useful, it's a must!
-
Dapr v1.13 is now available (Dapr project maintainers) - I really like those post that goes over the news and also named all the contributors. This is when you see how many people are involved.
-
Are Containers Only for Microservices? Myth Debunked (Zubair Aslam, Jay Schmidt) - Interesting post that demystify the myth about container by in only for micro services.
-
Marten 7.0 is Released! (Jeremy D. Miller) - Nice update. Version 7 already...
-
How to Fix CORS Error With AnyOrigin and AllowCredentials (Code Maze) - Anyone who work or build API go that error message about CORS. Here is a nice post to learn more about it and understand who we can fix it in an API.
AI
- RAG is Dead. Long Live RAG! (David Myriel) - Nice post that explains the differences between two type of AI RAG and LLM.
Databases
- Get Started with Milvus Vector DB in .NET - .NET Blog (Luis Quintanilla) - This post starts by explaining what's a vector databases and than show a nice example with movies.