Archives
You can find all archived blog posts here.
With great power comes great responsibility.
Spider-Man
Here's a script to disable the Page Visibility API and ...
One concept in Domain Driven Design that may be familiar to you is entities. Most object relational mappers like ...
Before diving in to what Domain Services are, let's first under the problem they solve. Let's recall one of the ...
Spend time searching the internet for "What is Domain Driven Design" and you'll quickly find it's been defined ...
When learning software development it's highly probable you learned to leverage built-in programming language ...
You're not limited to using Value Objects as entity property types. They have a lot of valuable uses as method ...
One of the questions I'm occasionally asked is how should null value object properties be handled? For ...
This article reviews some of the different Identity Value Object Types and is an addition to Identity Value ...
Today I want to talk about an idea that brings a paradigm shift to the way you identify domain entities. How do ...
Today I'd like to talk about Value Objects vs Primitives and when you'd want to use a Value Object over a ...
A Value Object is an object that gets its equality from the values of it's properties instead of an identity and ...