Blog posts by Chris Richardson
Blog posts written by Chris Richardson(7)

Refactoring a Monolith into Microservices
Migrating your monolithic application to microservices can be accomplished gradually, with clear benefits at each step.
By Chris Richardson
Choosing a Microservices Deployment Strategy
Explore the advantages and drawbacks of deploying microservices server instances on physical hosts or VMs, in containers, or statelessly.
By Chris Richardson
Event-Driven Data Management for Microservices
Learn how an event-driven microservices architecture solves the distributed data management challenges caused by separate per-service datastores.
By Chris RichardsonService Discovery in a Microservices Architecture
Explore the service discovery within a microservices architecture, including client-side and server-side discovery patterns, the service registry, & more.
By Chris Richardson
Building Microservices: Inter-Process Communication in a Microservices Architecture
Learn the pros and cons of the different technologies you can choose for inter-process communication in your microservices-based application
By Chris RichardsonBuilding Microservices: Using an API Gateway
Learn why and how to build microservices using API gateways for communication between clients and applications.
By Chris RichardsonIntroduction to Microservices
Microservices 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