Tag: #monolith
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Microservices Architecture 2025 Complete Guide: From Monolith to MSA, and Back to Modular Monolith
Everything about microservices! Monolith vs MSA vs Modular Monolith, DDD service decomposition, communication patterns (gRPC/REST/events), Service Mesh (Istio), Saga pattern, OpenTelemetry observability, and deployment s
2026-03-23 · 28 min read #microservices#monolith#modular-monolith#service-mesh#istioComplete Guide to the Strangler Fig Pattern: Zero-downtime Migration from Monolith to Microservices
Strategy for safely migrating from monolith to microservices using the Strangler Fig pattern. Covers Anti-Corruption Layer design, traffic routing, Feature Flag integration, data synchronization, rollback strategies, and
2026-03-08 · 29 min read #architecture#strangler-fig#microservices#migration#monolith