2023 Year in Review
A review of my online content, goals, etc. from 2023 written in early 2024.
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
A review of my online content, goals, etc. from 2023 written in early 2024.
Scaling up and scaling out, originally application terms, offer a fresh perspective on team development. In team contexts, scaling up enhances existing members' skills, offering depth and cost efficiency, whereas scaling …
I keep wanting to do this and forgetting how, so I'm writing it down. Here's how to embed a YouTube video in a GitHub ReadMe markdown file.
I'm thrilled to announce the release of my latest Pluralsight course, Refactoring to SOLID C# Code. This course is designed for software developers, architects, and anyone interested in enhancing their coding skills, …
This article delves into how Entity Framework Core keeps your database schema synchronized with your data model using migration files, snapshots, and a special database table. Learn the differences between.designer.cs …
Uncover how Process Bloat stealthily undermines your software development team's efficiency and innovation. Learn to identify and combat this detrimental phenomenon to safeguard your project's success.
Lean Software Development is an agile project management and product development framework that originated from Lean manufacturing principles. It focuses on delivering value to the customer by optimizing resources, …
Explore how to simplify message-based architecture in C# applications using MassTransit. This comprehensive guide introduces MassTransit's key features, shows you how to set up a service bus, and integrates with …
Uncover the pros and cons of Trunk-Based Development and Long-Lived Feature Branches to make an informed decision for your software development strategy.
Learn how to build a resilient email sending method in.NET using the SmtpClient class. This guide covers implementing retry logic for better reliability and introduces the Outbox pattern to preserve email content in case …