Strategic DDD Tools
If you are a Domain Driven Design enthusiast, you may already know how difficult is agreeing on which are the boundaries of your bounded contexts or which are your support and core domains.
Read moreIf you are a Domain Driven Design enthusiast, you may already know how difficult is agreeing on which are the boundaries of your bounded contexts or which are your support and core domains.
Read moreUsing ORMs like JPA makes it easy to map your entity fields to the database. You can easily map a String, an Enum or a List just using annotations to specify how you want your data to be stored.
Read moreRecently I’ve been working on a Spring Session project. I thought that It would be useful for other developers to share some links of my research about this topic.
Read moreWether you are a Python fan or not, this article is going to introduce you to the Django web framework.
Read moreRestful webservices are commonly used these days when developing apps. Maybe you are using microservices architectures or you want your website to have a restful API for your users.
Read more