All Questions
2 questions
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 ...
0
votes
2
answers
2k
views
Saving to file before storing into a database in a REST service
A mobile back-end I am building should receive a larger amount of data (some sensor recordings) from an Android phone. The phone does not have much use of it so it was most efficient to store the data ...