Guest Blog: Microservices: a Trend or a Necessity

Guest Blog from Cristina Gupca, Technical Lead at Aspira Software

Once a project gets bigger in size and more complex in business logic, the monolith applications start to cause a lot of problems, being difficult to maintain, test and deploy them quickly and efficiently.

Then, a lot of questions start to appear:
⦁ Should we rewrite the entire application from scratch?
⦁ Should we decompose our application into a set of services?
⦁ Which Decomposition patterns to use?

This is when Microservice Architecture Pattern comes in handy, and opens a wide range of possibilities to develop a high-quality product…