TutorialEdge Tutorials
In this video, we are going to look at how you can implement some basic acceptance tests for your API.
In this video, we are going to look at how we can effectively containerize our Go applications using Docker.
Use docker-compose to spin up every container your Go REST API needs with a single command, taking your containerization …
Return better error responses from your Go REST API with proper HTTP status codes and clear, consistent error messages …
Welcome Gophers! In this course, we are going to be diving in to building a production-ready API in Go.
We'll start off by creating a simple Go application that will act as the main entrypoint for our REST API.
Structure a Go REST API for clean dependency injection and easy mocking, so you can swap implementations and test …
This course will cover absolutely everything you need to know in order to build a production ready REST API using Go! …