Amazing 12 hour DevOps Master Class on YouTubeI’d like to share another amazing YouTube master class series from John Savill. This one is on DevOps and in my opinion should be required watching for all devs.The playlist is 12 hours long, it’s amazing that this content is free.Watch this video on YouTube You might also be interested in... Recommended AZ-900 Azure Fundamentals Study Cram video on YouTube This video is amazing if you’ve got the AZ-900 Azure Fundamentals exam coming up or you just want a really solid intro to the Azure cloud….... Amazing performance improvement in .NET 6 when creating one SortedDictionary from another The performance improvements when cloning one SortedDictionary from another in .NET 6 compared to .NET 5 are amazing. I’m not sure how commonly devs need to clone a SortedDictionary but... Too much abstraction when architecting software has a real ongoing cost Today I’d like to share two really good videos about abstraction by Derek Comartin from his amazing YouTube channel CodeOpinion… What’s the Cost of Indirection & Abstractions When NOT to write an Abstraction... Entity Framework Core 6 post release retrospective with the EF team and community leaders Really enjoyed this Entity Framework Core 6 post release retrospective community stand-up which looks at some of the new features added in Core 6…... Using declarations in C#8+ can allow us to dispose of resources correctly without increasing nesting levels Since C#8 we can use single line using declarations which will allow us to dispose of resources at the end of the enclosing scope. This helps us reduce nesting in our...