Delta State Algorithm Creation Series
Delta State Algorithm Motivation This post will act as the table of contents for an algorithm I'm developing for calculating deltas between state for generic sets of data. I figured…
Delta State Algorithm Motivation This post will act as the table of contents for an algorithm I'm developing for calculating deltas between state for generic sets of data. I figured…
What Makes Good Code? It's been a while since I've had a programming oriented post, and I figured this would be a great topic to write about. It's been a…
Welcome to another issue of Dev Leader Weekly! In this issue we’ll look at refactoring and how to effectively prioritize tech debt.
Discover how to master the CSharp switch statement to make your code more effective and efficient. Follow along with C# switch statement examples!
Welcome to another issue of Dev Leader Weekly! In this issue we’ll look at Enums and why you’re probably using them wrong!
In this CSharp switch statement tutorial, you’ll learn how to properly use switch statements in your programs. Explore examples, features, and best practices!
Welcome to another issue of Dev Leader Weekly! We’ll dive into a sample project you can download to use as a vertical slice template!
Let’s implement a vertical slice architecture in C#! We start by defining vertical slice architecture & dive into a C# vertical slice example. Let’s dive in!