
Migrating your monolithic application to microservices can be accomplished gradually, with clear benefits at each step.
By Chris Richardson
Explore the advantages and drawbacks of deploying microservices server instances on physical hosts or VMs, in containers, or statelessly.
By Chris Richardson
Learn how an event-driven microservices architecture solves the distributed data management challenges caused by separate per-service datastores.
By Chris RichardsonExplore the service discovery within a microservices architecture, including client-side and server-side discovery patterns, the service registry, & more.
By Chris Richardson
Learn the pros and cons of the different technologies you can choose for inter-process communication in your microservices-based application
By Chris RichardsonLearn why and how to build microservices using API gateways for communication between clients and applications.
By Chris RichardsonMicroservices are currently getting a lot of attention. This blog post is the first in a 7-part series about designing, building, & deploying microservices.
By Chris Richardson