Tag: real-coding

User management microservice (Part 7): Putting it together

August 10, 2020 · 5 min read
During writing the last six parts of this article series a lot has happened.

User management microservice (Part 4): Implementing REST API

August 10, 2020 · 7 min read
In the previous part the data access layer along with the repositories were implemented, before that the domain model without having to rely on any framework specific class or feature and now time has come to add REST controllers on the top of that.

User management microservice (Part 3): Implementing and testing repositories

August 10, 2020 · 5 min read
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.
← Prev
Page 1 of 3
Next →