Section 3: Beyond the Basics
This last part will improve the API built in the previous part and make it production-ready by introducing advanced topics such as testing, troubleshooting, and monitoring. Along the way, you will automate the deployment of the API with a CI/CD pipeline and scale it up for large workloads. This section includes the following chapters:
- Chapter 7, Testing Gin HTTP Routes
- Chapter 8, Deploying the Application on AWS
- Chapter 9, Implementing a CI/CD Pipeline
- Chapter 10, Capturing Gin Application Metrics