🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
Advanced

Legacy Monolith to Microservices Migration

#refactoring #microservices #legacy-code #architecture

Create a comprehensive refactoring strategy to transition a tightly coupled monolithic legacy application into a loosely coupled microservices architecture.

Assume the role of a Lead Software Engineer. You are tasked with refactoring a 10-year-old monolithic Java application into a microservices architecture. The monolith contains spaghetti code, circular dependencies, and lacks test coverage. Outline a step-by-step migration strategy that includes the Strangler Fig pattern. Identify how you would extract bounded contexts, manage data integrity during the transition, handle authentication/authorization across services, and ensure zero downtime deployment. Discuss potential pitfalls and rollback strategies.