← Back
Milan Jovanovic May 5, 2026 13m

The Strangler Fig Pattern Explained With .NET 10

Summary

The transcript discusses migrating legacy APIs from Node.js to .NET 10 using the Strangler Fig pattern, a step-by-step approach for gradually transitioning between technology stacks. The key technical reference is YARP (Yet Another Reverse Proxy), which will be used to facilitate the migration process by routing requests between the old and new API implementations. The practical takeaway is that developers can incrementally migrate complex systems endpoint by endpoint, minimizing risk and allowing for a controlled, methodical transition between different technology platforms.

View original episode ↗