Term Kind Topic What it is
Anti-Corruption Layer ACL pattern Legacy Modernization A translation layer that converts a legacy or external system's model into your own, so its concepts do not leak into your domain.
Dual Write pattern Data Migration Strategies Writing the same change to both the old and new stores during a migration, and the reconciliation that makes it trustworthy.
Strangler Facade pattern Strangler Fig The routing layer in front of a legacy system that decides, per capability, whether a request goes to the old implementation or the new one.
Zero-Downtime Migration Expand and Contract, Parallel Change pattern Legacy Modernization Changing a schema or system while it stays in service, by adding the new alongside the old, migrating, then removing the old.