In “The Importance of Bounded Contexts” I talked about one of the big lessons that I learned from domain driven design (DDD). But separating code by bounded context was only one of the things that I learned and improved my code at the same time. Today I want to talk...
[Read More]
The Importance of Bounded Contexts
In the last six months I immersed myself in domain driven design (DDD). I read the green (DDD Distilled) and red (Implementing DDD) books by Vaughn Vernon, read all the blogposts and watched all the talks that I could find.
[Read More]
A DateTime WTF moment for me
I am working on a small webapp to manage my BJJ academy and today I noticed something weird on my dashboard. I have a small widget that displays the number of signups for each of the last 3 months like below.
[Read More]
The Open/Closed Principle
I am a big proponent of the SOLID principles. But one of the principles - the open/closed principle - is often misunderstood.
[Read More]