Tag: #hexagonal-architecture
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Clean Architecture and Hexagonal Architecture in Practice: Achieving Domain Independence with Ports and Adapters
A comparative analysis of Hexagonal Architecture (Ports and Adapters) and Clean Architecture core principles, with practical implementations in TypeScript and Python covering domain layer, application layer (ports), infr
2026-03-11 · 14 min read #architecture#clean-architecture#hexagonal-architecture#ports-adapters#domain-driven-designHexagonal 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-pattern