#Clean Architecture
3 articles
Application
2022-09-04
Static Analysis of Clean Architecture Layers in Go
Enforce clean architecture layer dependencies in Go using go-cleanarch for static analysis and architecture validation.
#Golang#Clean Architecture
Application
2019-08-18
Clean Architecture in Go: A Practical Implementation Guide
Learn how to implement Clean Architecture in Go with practical code. Covers layer separation, dependency rules, directory structure, and real-world trade-offs.
#Clean Architecture#Golang#DIP
Architecture
2018-08-01
Learning Software Structure and Design from Clean Architecture Experts
Learning Software Structure and Design from Clean Architecture Experts
#Clean Architecture#Architecture#Book Review