docker rmi $(docker images -f "dangling=true" -q)
docker rm $(docker ps -a -q -f status=exited)
My socials:
Domain-Driven Design is an approach to software development that centers the development on programming a domain model that has a rich understanding of the processes and rules of a domain.
Martin Fowler
Recently, I found DDD hard to learn, as it is a complex subject with concepts that are difficult to understand. Most of these concepts are completely new to beginners, which makes it tough to start. Hence, I decided to share the process I took to learn DDD. I hope everyone finds it helpful.