Clean Code – Summary

Welcome to the final part of this review of the Pluralsight course Clean Code: Writing Code for Humans by Cory House. Cory is a Microsoft MVP in C#, founder of OutlierDeveloper.com, avid tech reader, and speaker. He believes in clean code, pragmatic development, and responsive native UIs. Here are the links to each part in this series:…

Clean Code: Writing Code for Humans

Welcome to this review of the Pluralsight course Clean Code: Writing Code for Humans by Cory House. Cory is a Microsoft MVP in C#, founder of OutlierDeveloper.com, avid tech reader, and speaker. He believes in clean code, pragmatic development, and responsive native UIs. When I produced my list of the Top 10 Pluralsight courses in 2015, this…

C# Interfaces

Welcome to this review of the Pluralsight course “C# Interfaces” by Jeremy Clark. Jeremy makes developers better. With over 15 years of experience in application development, he helps developers take a step up in their skillset with a focus on making complex topics approachable regardless of skill level. He is a Microsoft MVP for .NET,…

Refactoring Forum

Pretty much all businesses that have been around for several years have built up technical debt. Effectively managing that debt is key to keeping your IT development productive and modern. Over that last few months, the company I work for has started a refactoring forum to discuss our strategies for doing just that. We meet…

Technical Debt

Thanks to Cory House who has released a new Pluralsight course called “Architecting Applications for the Real World in .NET” – I recommend watching it even if you don’t code in .NET In this course he covers technical debt and makes a point that I knew but had never seen any anyone else make before;…

Zombie Code

Zombie code is code that is neither dead or alive. It is undead! As frightening as this sounds, this code is being generated every day and the amount of this code is increasing  all the time and there are hundreds of millions of lines of this code in existence worldwide. Zombie code is code that…