🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this article, we are going to be taking a look at the dependency inversion principle and how we can improve our code following this.
So, before we start defining our Kubernetes deployments and services, we need to have somewhere to actually run these services.
In this article, we are going to look at how we can set sensible read/write timeouts within our server.
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.
In this video, we are going to take the containerization one step further and define a docker-compose.yml file so that we can easily spin up all of the containers for our REST API.
In this video, we look at how we can improve the way in which we return error messages back to the consumers of our API by setting proper status codes and sending back the error messages.
In this video, we are going to look at how we can effectively add acceptance tests to our Go service
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.