Welcome to the 655th Reading Notes. This edition explores embedding Python in .NET, working with stacked git branches, and an introduction to cloud-native. Plus, a quick tip for the Azure Portal and using local AI for code reviews.
Open Source
- Embed Python in .NET applications to run models with transformers (Anthony Simmon) - Yes you read it right, we can now mix python in our .NET code.
Programming
Working with stacked branches in git (Part 2) (Andrew Lock) - Second part of the series about using multiple branches when doing a feature very interesting
Upgrade Your Application and Prepare for the Future with .NET Aspire (Mike Yeager) - Great story of a migration. Disposed share the tools used for that migration the reason why they were used very interesting story thank you for sharing your journey
Cloud
Introduction to Cloud Native Computing (TNS Staff) - Very complete and interesting article that is the perfect point to get started with clout native application covering what it is the strategy the architecture everything
Azure Tech Tip: Go to Azure Portal with Specific Credentials (Jani Nevalainen) - Nice and easy tip to ease the login
AI
- Local code review with Docker and smollm2 before pushing to git (Gerardo Lopez) - Great idea to validate our code before pushing using the brand new model feature of Docker.