kalyan dahakeaekshant.hashnode.dev·Dec 4, 2024Building a Modular and Testable n-Tier Architecture in GoLang Using the Consumer Interface PatternIn this blog post, we'll explore an n-tier architecture implemented in GoLang with a consumer interface pattern that promotes modularity, decoupling, and unit testability. This approach is particularly useful for projects requiring clean separation o...1 like·41 readsDesign PatternGo Language
Manupuri Nithinnithinmanupuri.hashnode.dev·Apr 1, 2024N-tier architectureN-tier architecture divides an application into logical layers and physical tiers. where each layer is separated by its responsibilities for a 3-layer architecture for controller layer, service layer and Dao layers are all having its responsibilities...N Tier Architecture