You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work as DevOps in a company where many small teams developing applications using various frameworks and microservice architecture. That I've noticed through my observation is that each project has a backend (java, c#, php) and frontend (SPA, angular.io, react, vue) microservices. Sometimes frontend is a thin nginx server with SPA assets backed into Docker image, but sometimes it is more bloater for example spring-boot-web based or something similar from other frameworks. How do you look about adopting those experience and refactoring multimoduleness of sfg-pet-clinic further down by splitting web module into backend and frontend modules.
The text was updated successfully, but these errors were encountered:
I work as DevOps in a company where many small teams developing applications using various frameworks and microservice architecture. That I've noticed through my observation is that each project has a backend (java, c#, php) and frontend (SPA, angular.io, react, vue) microservices. Sometimes frontend is a thin nginx server with SPA assets backed into Docker image, but sometimes it is more bloater for example spring-boot-web based or something similar from other frameworks. How do you look about adopting those experience and refactoring multimoduleness of sfg-pet-clinic further down by splitting
web
module intobackend
andfrontend
modules.The text was updated successfully, but these errors were encountered: