Skip to content
SP StackPractices

Tag: legacy-migration

Browse 1 practical software engineering resources tagged with "legacy-migration". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving legacy-migration.

Strangler Fig Pattern

Incrementally migrate functionality from a legacy system to a new system by intercepting calls and routing them, eventually replacing the old system entirely.