Personally, I prefer building a monolithic app fir...
# general
c
Personally, I prefer building a monolithic app first. It gives me the opportunity to see what the notable aspects of the application are, which can then be transitioned to microservices if it makes sense to do so. Trying to predetermine how everything ought to be separated can be tricky.
👍 3