🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this video, we are going to be covering everything you need in order to get up and running with Docker for development.
In this video, we are going to look at Constants in Go!
In this video, we are going to set up our project within our editor and initialize it using go mod.
In this video, we are going to add our first CLI command to our project which we can then build and run on our local machine.
In this video, we are going to look at the concept of packages within our Go programs and how we can build our own packages.
In this video, we cover what the beginner's project is going to look like and how we are going to tackle some of the more advanced topics within Go
In this video, we are going to look at how you can define and use Errors in Go.
In this video, we are going to be looking at gRPCs and what the advantages of gRPC over your more traditional HTTP approach.
In this video, we are going to be looking at Protocol buffers and how they differ to your more traditional formats like JSON.
In this video, we are going to look at how you can define and use Atomic Counters in Go.