Things I Have Learned Adopting a Microservice Strategy (Part 2)

In the initial article of my "Things I Have Learned Adopting a Microservice Strategy" series, I focused on the following pitfalls:

  • Monolith -> Microservice Challenge (replacing one huge challenge with an equal challenge)
  • The Underlying Database (trying to make things work using an outdated data model)
  • Monolith -> Multiple Microservices Challenges (introducing a complex web of services)

In this article, I am going to focus on the following challenges: