AI
The promise that wasn’t kept (Salma Alam Maylor) - Interesting thoughts about AI and its impact on our work but also on our life, and the planet.
Local code review with Docker and smollm2 before pushing to git (Gerardo Lopez) - This is a really cool idea! I'll have to try it.
Programming
Converting a docker-compose file to .NET Aspire (Andrew Lock) - Cool experiment. I must say I did the same thing, and I encourage you to do it too!
Inside GitHub: How we hardened our SAML implementation (Greg Ose, Taylor Reis) - Very interesting post that pushes the curtain a little bit so we could see behind the scene how this very used but notification system works and has been updated
Announcing dotnet run app.cs - A simpler way to start with C# and .NET 10 - .NET Blog (Damian Edwards) - That's a really cool new feature (that we can test in C# preview), It will be so useful in automation!
Cloud
Introducing Docker Hardened Images: Secure, Minimal, and Ready for Production (Michael Donovan, Nikhil Kaul) - Security is the concern of everyone. I like this idea of like more secure but still flexible container images. Have a look and see for yourself
Podman vs. Docker: Containerization Tools Comparison (James Walker) - A nice post that explains the difference at a high level. This isn't a command-to-command comparison, but more scenarios and performance.
Miscellaneous
- Enhance productivity with AI + Remote Dev (Brigit Murtaugh, Christof Marti, Josh Spicer, Olivia Guzzardo McVicker) - I love the dev container environments, they are so useful! And I also use the remote one when I'm not on my dev device so easy. Happy to see that Copilot will be right there with me.