Tag: #design-pattern
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Hexagonal Architecture (Ports & Adapters) Practical Guide — The Core of Clean Architecture
From the core concepts of Hexagonal Architecture (Ports & Adapters) to hands-on implementation with Python/Spring Boot and testing strategies. Learn how to completely decouple business logic from external dependencies.
2026-03-03 · 26 min read #architecture#hexagonal-architecture#ports-adapters#clean-architecture#design-patternEvent-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#microservices