How Do You Structure Your Go Apps
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore effective Go application structuring techniques in this GopherCon 2018 talk by Kat Zien. Learn about common design patterns and best practices for organizing Go code, including file and package organization, object-oriented approaches in Go, and the advantages of using a cmd directory. Discover how to create testable, maintainable, and easily understandable projects through various structuring methods such as flat structure, domain-driven development, and hexagonal architecture. Gain insights into grouping by context, implementing frameworks, and proper naming conventions. Use a beer reviewing service as a practical example to illustrate different structuring approaches. Enhance your Go programming skills and make informed decisions about code organization for your next project.
Syllabus
Intro
QUESTIONS. DECISIONS
A BEER REVIEWING SERVICE
FLAT STRUCTURE
DOMAIN DRIVEN DEVELOPMENT DDD
GROUP BY CONTEXT
HEXAGONAL ARCHITECTURE
FRAMEWORKS
TESTING
NAMINS
CONCLUSION
QUESTIONS? LINKS
Taught by
Gopher Academy
Related Courses
How to design & develop REST microservices in Golang (Go)Udemy REST based microservices API development in Golang
Udemy Introdução a Arquitetura Hexagonal
Udemy Microservices: Clean Architecture, DDD, SAGA, Outbox & Kafka
Udemy Reactive Architecture: Domain Driven Design
Cognitive Class