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 nee...