I’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.
You might also be interested in...
Recommended AZ-900 Azure Fundamentals Study Cram video on YouTubeThis video is amazing if you’ve got the AZ-900 Azure Fundamentals exam coming up or you just want a really … Continue reading Recommended AZ-900 Azure Fundamentals Study Cram video...
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 … Continue reading Amazing performance improvement in .NET 6 when...
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 … Continue reading Too much abstraction when architecting software has...
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 … Continue reading Entity Framework Core 6 post release retrospective...
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 … Continue reading Using declarations in C#8+ can allow us...