Posts
Microservices and monoliths: comparison of architectures
Microservice
The term microservices came up at a conference for software architects, in May 2011, to represent a style of system architecture, not the size of the services that comprise it, as the name might imply.
The purpose of the microservice-oriented…
Microservices: Benefits
MicroserviceUnlike traditional monolithic architecture, microservice architecture is an approach that structures the application through several small autonomous services that work together. Each microservice is made according to specific circumstances of the business, such as user interface, billing or service.
Migrating From Monoliths to Microservices
MicroserviceTo decide whether a large and complex monolithic application should be refactored into microservices, you should answer a few questions...
Modern application development with Microservices and API Gateways
microservices, WEBINARThis webinar, presented by Claudio Acquaviva, Solution Architect at Kong Inc, shows an introduction to our technology and infrastructure modernization process for application development through three perspectives
Microservices Architecture - Understanding all the moving parts
Microservice
A
microservices architecture can be very beneficial when developing software. Its
main strengths are scalability, application resilience, ease of deployment and
higher efficiency maintaining systems.
In this
article, we will better understand…