Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

Best approach to handle user statuses and keep their history

I am developing a Spring application which has a few different modules. There will be a bunch of users added in the database. I want to add a feature, which will allow me to track users' availability,...
Kamil's user avatar
  • 149
2 votes
2 answers
2k views

How to correctly split a monolith and rely on the same domain

Context I'm developing a Spring Boot java application. Currently it is a monolith with the rest API and the front end (vaadin driven) in the same big project. Although this is very easy to develop ...
Lucas Montenegro Carvalhaes's user avatar