Micro-services: Are this the new thing?


In this entry is about a new idea that has been growing into architectures, this is because it allows developers to turn complex systems or applications into microservices which can be modified because in this architecture they are modular, so when we need to make an update to the service or application, or only fix it, the process of implementing the changes is far more easier than it used to be, as we can see there are many advantages and benefits of using this new and trending type of architecture and in this entry we are going to talk more about how microservices work and my perspective as a software developer.

Basically, microservices allow us to deploy parts of any system individually, as I mentioned this before this is because of the modularity that we can bring with the microservices architecture, thanks to the deployment of the individual parts the full deployment of the application is done far simpler because at the end we will be able to make changes without the need of updating the entire application.

Overall, I think that the microservices architecture is a great tool for every system or platform that is made nowadays and well, I would not be surprised if major platforms like Spotify or Netflix are using this type of architecture to make their platforms fare more stable and more important, stable for the customers allowing them to become that they are today, several of the most used services in the world.

This was a great reading and I really enjoyed it, readings like this makes me think a lot in the future of services and in how I can apply this in the future in my work.

Comentarios

Entradas populares de este blog

4 + 1 = 5?

WarGames

SOLID Principles