🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this tutorial, we look at how you can build a solid CI pipeline with Travis for your Go Projects
In this tutorial, we are going to cover everything you need when it comes to working with JSON in Go.
👋 Welcome Gophers! In this article, we are going to be looking at how you can use GitHub actions to supercharge your Go project setup!
In this tutorial, we'll be discussing one of my favorite patterns and how you can use it to supercharge your Go app dev.
In this tutorial, we'll be looking at how we can join errors together in Go using the errors.Join method!
In this tutorial, we'll be covering how you can simplify and improve your tests in Go using the TestMain function.
In this tutorial, we're going to be looking at how we can improve our test output readability using the inbuilt helper methods in the testing package!
In this tutorial, we're going to be discussing how you can build clean functions in Go.
In this code snippet, we are going to be looking at how we can handle panics within our Go applications.