From this point forward, we are applying the Strangler Fig pattern to migrate the legacy system piece by piece to our new architecture. For the sake of simplicity, think of the Strangler Fig pattern as migrating features from one application to another, one by one. In this case, we replaced one application with another, but we could also use the same patterns to split an application into multiple smaller applications (like microservices). I left a few links in the further reading section in case migrating legacy systems is something you do or simply if you want to know more about…