Tag: #microservices
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 24 posts
Circuit Breaker Pattern Complete Guide — Fault Isolation for Microservices with Resilience4j
Implement the Circuit Breaker pattern to prevent cascading failures in microservices using Resilience4j. Covers Closed/Open/Half-Open state transitions, fallback strategies, and combining Retry/Bulkhead patterns.
2026-03-03 · 6 min read #architecture#circuit-breaker#resilience4j#microservices#fault-toleranceEvent-Driven Architecture + CQRS + Saga Pattern: A Practical MSA Design Guide
A practical design guide combining Event-Driven Architecture, CQRS (Command Query Responsibility Segregation), and the Saga pattern in an MSA environment. Includes Kafka-based implementation code, Mermaid diagrams, and a
2026-03-02 · 8 min read #architecture#event-driven#cqrs#saga-pattern#microservicesEvent-Driven Architecture Design Patterns — Kafka, CQRS, Event Sourcing Practical Guide
A hands-on guide to core Event-Driven Architecture patterns. Covers the concepts and implementation of Kafka-based messaging, CQRS, and Event Sourcing with code examples and Mermaid diagrams.
2026-03-02 · 12 min read #architecture#event-driven#kafka#cqrs#event-sourcingFive Decisive Strategies for Opening Up the Black Box of Microservices with OpenTelemetry
Propagating business context with W3C Baggage, a hybrid automatic/manual instrumentation strategy, cost optimization through tail-based sampling, standardizing on Semantic Conventions, and choosing between OTLP gRPC and
2026-03-01 · 43 min read #opentelemetry#observability#microservices#distributed-tracing#otlp