/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.beberlei.de
| | www.paepper.com
5.3 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. Generally, the model represents a subset of our domain at an appropriate abstraction level to be able to solve problems related to that domain.
| | morrisbrodersen.de
4.8 parsecs away

Travel
| | I often follow the functional core, imperative shell way of constructing software: Isolate business logic into a set of pure functions (the functiona...
| | sookocheff.com
5.0 parsecs away

Travel
| | Early pioneers in object-oriented programming paved the path towards using Model View Controller (MVC) for graphical user interfaces as early as 1970 and web applications have continued using the pattern to separate business logic from display. This article attempts to clarify the use of Model View Controller within web applications - giving consideration to the fact that most developers will be building their application using an existing web framework.
| | conradakunga.com
25.4 parsecs away

Travel
| This is Part 3 of a series on Dependency Injection