This week’s collection covers everything from streamlined Azure deployment techniques to the practical realities of local versus cloud AI models. I have also gathered several helpful resources for .NET developers and some thoughts on maintaining sharp mental habits in an increasingly automated world.
Cloud
- A simpler way to deploy ZIP packages to Azure App Service from the Azure portal - Perfect for quick simple one shot deployment
AI
No, local models will not win (sean goedecke) - I agree that local models won't replace cloud ones, but disagree and think local models usage will grow. Not only for niche operations but also for simple tasks.
v1.2: /wait-what, /writing-for-agents, Claude Code Plugin, and more (Matt Pocock) - Cool update on some skills and new ones. Worth your time!
AI Governance Is a Developer Experience Problem (Karan Verma) - Part 3 of a series; this post continues to share reasons why it's important to isolate our agent to gain freedom.
Why the GitHub Copilot app became my daily driver (AJ Bajada) - When the app came out, I was pulled to it that much. Now that I have multiple accounts, and often run multiple sessions... This post shares features I did know GH app had...I have to give it a try
How to keep thinking (Sam Basu) - Brain push-ups have always been important. But with the bad habits that AI "forces" us to use, it's more than ever.
Programming
Building Bookmark Studio: bookmarks that belong to the codebase (Mads Kristensen) - Interesting tools! I can see how it can be useful for ourselves but also as a team.
Multi-Language Support for Cross-Platform .NET (Sam Basu) - Very impressive work from Uno. It looks like they thought of everything.
Announcing v2.0 of the official MCP C# SDK (Jeff Handley) - This post shares important changes in the new release compared to the previous one; it's stateless.
DevOps
- Docker snapshot tags aren't as static as I thought (Bart Wullems) - There is always something else to learn about containers, nice ha-ah moment.
Open Source
- Am I neglecting my open source projects? (Zach Leatherman) - Oh! I like that dashboard. I'm both scared and envious to have something like that.
