Explore >> Select a destination


You are here

www.eventstore.com
| | www.paepper.com
4.0 parsecs away

Travel
| | Domain Driven Design (DDD) is an influential book by Eric Evans from 2004 - sometimes also referred to as "the big blue book". This blog post summarizes some of my own understanding of the book and gives you an introduction to domain driven design. Important definitions Domain The domain is the area in the real world which we are writing a computer program about. Model The model is our representation of our domain.
| | blog.gougousis.net
4.0 parsecs away

Travel
| | [AI summary] A developer provides a critical re-reading of Domain-Driven Design, contrasting tactical patterns with the strategic importance of domain modeling, ubiquitous language, bounded contexts, domain events, and aggregates.
| | herbertograca.com
3.4 parsecs away

Travel
| | Domain-Driven Design was coined by Eric Evans in his fantastic bookDomain-Driven Design: Tackling Complexity in the Heart of Software, published in 2003. Eric Evans book was key in formalisingmany of the software development concepts that today we take for granted.
| | testingcup.wordpress.com
16.8 parsecs away

Travel
| At times, we as automation testers must connect to a remote VM to develop our test scripts in BDD. This is mostly due to the organization policy that one cannot have the source code on their local machine. It is also observed that it is quite a heavy operation to open the IDE and load...