#ddd
Read more stories on Hashnode
Articles with this tag
Today I would like to talk from an elevated perspective about a topic I enjoy: APIs. Because when well-designed, they help us produce highly...
Introduction Last article of the series: the application layer. We will talk about its role, how to write it in a functional style with just a few...
Introduction Now that you know a lot about the functional representation of value objects, it is time to switch to entities and aggregates. Entities...
Introduction Now is the time to tackle DDD... and let's start with Value Objects. We will study them using a classic object approach and then we will...
Series introduction DDD (Domain Driven Design) and functional programming have become increasingly popular to master the complexity of our modern...