-
Introducing Clean Architecture by refactoring a Go project
Introducing Clean Architecture by Refactoring a Go Project — Three Dots Labs has a series of posts building a real microservices project in Go. This post starts a refactoring toward Clean Architecture, an idea around defining clear boundaries within a system.
Appears in lists (1)
More like this (3)
-
Repository secure by design: how to sleep better without fear of security vulnerabilities
Repository Secure by Design: How to Sleep Better Without Fear of Security Vulnerabilities — Part of...
-
Refactoring for better testability
Refactoring for Better Testability — The first in a series of posts on refactoring existing code...
-
How to customize Go's HTTP client
How to Customize Go's HTTP Client — Extending html.Client for custom use against APIs.