Recent reads i recommend in tech
We cannot afford to fall into technical monotony and get carried away by the same ways of doing things over and over again and in the way we already know. We need to make an effort to keep learning...
We cannot afford to fall into technical monotony and get carried away by the same ways of doing things over and over again and in the way we already know. We need to make an effort to keep learning...
Factories Of all the tactical patterns used in DDD, factories are probably one of the most well-known and used. In charge of the creation of object instances that require certain construction logi...
Modules Modules are containers of elements that allow us to organize our domain. Technically referred to as packages or namespaces. The main objective is to decouple and organize the elements depe...
Services We can define services as processes that perform specific tasks. Employed and evolved from Service Oriented Architecture or Remote Procedure Call. Generic tasks or actions that are not a...
Most important elements for domain modeling within the tactical section in DDD-oriented development. Entities We define an entity as a unique domain concept/object (it has an associated identifie...
In this post, I will introduce more interesting and recommended architectural styles and patterns that you can apply with DDD mentioned by Vaughn Vernon in “Implementing Domain-Driven Design”. This...
In the previous post we saw the first strategic steps and how we broke down the complexity of the business into Domains, Subdomains and Bounded Contexts. Each Bounded Context contains or has the te...
I am immersed in reading “Implementing Domain-Driven Design” by Vaughn Vernon. I’ve read a few chapters and have decided, as a way of tracking and learning, to start writing a series of posts to sh...
Retrospectives in SCRUM are meetings held after the sprint is finished (after the demo or sprint review and before planning). The duration of the meeting depends on the duration of the sprint: usu...
In recent months I have had the opportunity to read some books. I want to share with you a small review for each one, in case it could help you in choosing your next read. In a recent study with...