IntermediateVocabulary#software-architecture#backend#architecture

Strangler Fig Pattern Vocabulary

Build fluency in the vocabulary of migrating a legacy monolith feature by feature behind a facade instead of a big-bang rewrite.

0 / 5 completed
1 / 5
A teammate explains that a legacy monolith is migrated by routing individual features to a new service one at a time behind a facade, leaving the rest of the traffic on the old system until every feature has been moved and the monolith can finally be retired. What migration pattern is being described?