Simplification in Practice: Declarative Static Page Rendering
This work started as a frontend task I took on shortly after joining a new company. The implementation was relatively simple, but it addressed a set of long-...
This work started as a frontend task I took on shortly after joining a new company. The implementation was relatively simple, but it addressed a set of long-...
Domain-Driven Design introduces several important modeling objects in the domain model, as follows:
I resolved a subtle issue months ago in a long-running company project that caused business data inconsistency due to confusing code changes. The project use...
The domain of a software program is the subject area of the user’s activity or interest that it supports. Every day, we solve problems within the domain, eve...
In this article, I’ll list a few of the headaches I’ve encountered in recent projects — some of which may have something to do with DDD. There were certainly...