Tag: #clean-architecture
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Clean Architecture & Hexagonal Architecture Complete Guide 2025: Dependency Inversion, Ports & Adapters
Everything about Clean Architecture! Uncle Bob Clean Architecture, Hexagonal (Ports & Adapters), Onion Architecture, Dependency Rule (outer to inner), Layers (Entity/UseCase/Interface/Framework), testability, framework i
2026-04-14 · 24 min read #clean-architecture#hexagonal#onion#ports-adapters#dependency-inversionClean Architecture Complete Guide: From SOLID to Hexagonal, DDD, and Layered — Design Principles for Senior Engineers
A comprehensive comparison of Uncle Bob's Clean Architecture, SOLID principles, Hexagonal (Ports & Adapters), DDD, and Layered Architecture with real-world code examples. The complete software design principles guide for
2026-03-22 · 33 min read #clean-architecture#solid#hexagonal#domain-driven-design#design-patternsClean 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-patternClean Architecture + DDD Practical Guide: Domain-Centric Design with Spring Boot
A practical guide to applying Clean Architecture and Domain-Driven Design in Spring Boot projects. Covers layer separation, domain modeling, and the Ports/Adapters pattern with code implementations.
2026-03-03 · 9 min read #architecture#clean-architecture#domain-driven-design#spring-boot#2026-03