This week’s Reading Notes bring together programming tips, AI experiments, and cloud updates. Learn to build Python CLI tools. Untangle GitHub issue workflows. Try running AI models locally. Catch up on Azure news. And explore ideas around privacy and cloud architecture. Short reads. Useful takeaways.
Programming
Make a CLI command from your Python package (vast cow) - Nice way to create a CLI. It looks very simple.
Programmatically Setting GitHub Issue Types (Den Delimarsky) - This post shares a cool workaround to work with types in GitHub
5 Minimal API myths and the real truth (David Grace) - Nice post, I really like minimal API, and it's true that people are asking themselves a lot of questions. Here you will find many great answers.
How does Aspire expose resource connection info to the Azure Functions runtime? (Safia Abdalla) - This post explains how to connect Azure resources.
AI
Private AI Coding: OpenCode + Model Runner - A very interesting post about how we can use local models in open code, looking forward to trying that.
All the Azure news you don’t want to miss from Microsoft Build 2025 | Microsoft Azure Blog (Alysa Taylor) - Well, it's all in the title, and yes, this post is packed with news because Build is one of the biggest Microsoft events.
Miscellaneous
- Who Decides Who Doesn’t Deserve Privacy? (Troy Hunt) - A very interesting post about privacy. We should also think about all that when designing systems and applications.
