Conway's Law, DDD, and Microservices
Conway's Law states that any organization that designs a system
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.
Conway's Law states that any organization that designs a system
User stories are a useful tool for describing requirements of
Software design principles to consider when evaluating data access
Eleven ways to design a no duplicates names rule in a domain model following domain-driven design (DDD).
How to wire up immediate pre persistence domain events in ASP.NET Core with MediatR.
Markdown is a great tool/language for writing documentation and
I'm a big fan of Plex and have a lifetime subscription. If you're not familiar with it, it basically lets you have your own Netflix hosted on a computer in your house that you can watch from anywhere. If you've ever …
The Singleton Design Pattern is one of the original creational
I've been using a Stream Deck for a while now and I keep finding more and more uses for the device. Recently, I started looking for more active buttons to display common utilities like CPU, Graphics Processor, and …
When you're writing automated tests, whether you're following TDD