Wild Workouts
Wild Workouts is an example Go DDD project that we created to show how to build Go applications that are easy to develop, maintain, and fun to work with, especially in the long term!
The idea for this series, is to apply DDD by refactoring. This process is in progress! Please check articles, to know the current progress.
No application is perfect from the beginning. With over a dozen coming articles, we will uncover what issues you can find in the current implementation. We will also show how to fix these issues and achieve clean implementation by refactoring.
Articles
"Too modern" application
- Too modern Go application? Building a serverless application with Google Cloud Run and Firebase [v1.0]
- A complete Terraform setup of a serverless application on Google Cloud Run and Firebase [v1.1]
- Robust gRPC communication on Google Cloud Run (but not only!) [v1.2]
- You should not build your own authentication. Let Firebase do it for you. [v1.3]
Refactoring
- Business Applications in Go: Things to know about DRY [v2.0]
- When microservices in Go are not enough: introduction to DDD Lite [v2.1]
- Repository pattern: painless way to simplify your Go service logic [v2.2]
- 4 practical principles of high-quality database integration tests in Go [v2.3]
- Introducing Clean Architecture by refactoring a Go project [v2.4]
- Introducing basic CQRS by refactoring [v2.5]
- Combining DDD, CQRS, and Clean Architecture
- Microservices test architecture. Can you sleep well without end-to-end tests? [v2.6]
- Repository secure by design: how to sleep better without fear of security vulnerabilities
- Running integration tests on Google Cloud Build using docker-compose [v2.7]
- More articles are on the way!
Community
We're building a Discord community focused on modern business applications. It's the place to discuss hard topics, request a review, or ask if something's not clear. Come join us!
Directories
- api OpenAPI and gRPC definitions
- docker Dockerfiles
- internal application code
- scripts deployment and development scripts
- terraform - infrastructure definition
- web - frontend JavaScript code
Live Demo
The example application is available at https://threedotslabs-wildworkouts.web.app/.