/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.cognitiveinheritance.com
| | www.milanjovanovic.tech
3.4 parsecs away

Travel
| | If you were to glance at the folder structure of your system, could you tell what the system is about? Your architecture should communicate what problems it solves. This approach is called sreaming architecture.
| | martinfowler.com
2.9 parsecs away

Travel
| | Don't try to build a single, unified model for a large domain. Instead DDD advises us to divide such a domain into many bounded contexts with explicit relationships between them.
| | venam.net
6.1 parsecs away

Travel
| | We're used, as software engineers to try to make things perfect, to see things from above, to think we're great architects and creators. What's more important though is to create software that does an important job for someone. What are the best ways to create such software?
| | vladikk.com
15.4 parsecs away

Travel
| Let's do a little experiment: try to explain the gist of Domain-Driven Design to someone who has no clue about it. This, especially doing it succinctly, is not easy. Heck, I struggle with it myself. Bounded contexts, entities, domain events, value objects, domains, aggregates, repositories... where do you even start? To find the order in the apparent chaos, I want to analyze the DDD methodology from a rather unusual perspective - by applying Domain-Driven Design to Domain-Driven Design itself. After all, this methodology is intended to deal with complex domains, isn't it?