Cloud
-
What is cloud native and how can it generate business value? (George Fitzmaurice) - Interesting thoughts about cloud native, how to see it, how to se it's value.
-
Using Kudu in Azure to Debug an Azure Function (Paul Michaels) - Kudu is a fantastic tools that not enough people know about.
Programming
-
Is Your Container Image Really Distroless? (Laurent Goderre) - Nice post that explains a new way to improve security and more while building our container by going distroless.
-
Blazor Basics: Improved Performance with Component Virtualization (Claudio Bernasconi) - When applicable the lazy loading makes a huge difference. This simple tutorial explains how things works and has all the code to back it up.
-
Azure PowerShell Tips and Tricks (Paul Harrison) - PowerShell is a very interesting and useful script language.All those tips are pure wisdom!
DevOps
- Beautiful .NET Test Reports Using GitHub Actions (Sean Killeen) - It's true that the unit test result in Azure DevOps looks amazing. Pretty nice adaptation in GitHub Action, could/ should it be native?
Open Source
-
Linus Torvalds announces Linux 6.8 (Brian Fagioli) - Nice post.I feel we see more often distro new release making "the e news".
-
Debian’s Dedication to Security: A Robust Foundation for Docker Developers (David Dooling) - Happy to see such a fundamental distribution take seriously security as core idea.
AI
- Building a Video Analysis and Transcription Chatbot with the GenAI Stack (David Cardozo) - This post explains a very cool project with generative AI and docker in different technology, very inspiring!