Part 1: Building a Golang Backend
In Part 1, we will build the backend components for our sample application. We will build the database with the models for the Go backend of our application. We will also build secure REST API endpoints that will have logging and tracing functionalities.
This part includes the following chapters:
- Chapter 1, Building the Database and Model
- Chapter 2, Application Logging
- Chapter 3, Application Metrics and Tracing