🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
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.