You've got me stumped!

This is a little embarrassing, but the page you're looking for can't be found.
But don't worry! If you're looking for edifying articles about Java, you're at the right place.
Below you'll find my most popular articles and guides. Enjoy!

User management microservice (Part 2): Implementing the domain model

 · 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.

User management microservice (Part 6): Remember me authentication with persistent JWT tokens

 · 11 min read – Last updated on August 10, 2020
Last time I added username and password based authentication with using Spring Security.

User management microservice (Part 1): Defining domain model and REST API

 · 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.