June 12, 2017 · 6 min read – Last updated on January 21, 2020
One of the most anticipated events of the Java world is going to be when version 9 gets released on the 21st of September*.
April 18, 2017 · 5 min read – Last updated on August 10, 2020
In the previous part there was fair amount coding involved over the course of implementing the domain model, which comprises all the logic a user registration process needs.
April 18, 2017 · 4 min read – Last updated on August 10, 2020
In this first part we define the requirements against the application, its initial domain model and that REST API which its front-end will be using.
April 18, 2017 · 9 min read – Last updated on August 10, 2020
So far the business logic, data access layer and the front controllers had been build, however enforcing authentication was completely missing.
April 18, 2017 · 5 min read – Last updated on August 10, 2020
In my previous post I defined the requirements of a user management microservice and designed the initial domain model of it.