🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
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.
In this code snippet, we are going to look at how variadic functions in Go work!
In this snippet, we are going to look at how we can embed lua scripts into our Go applications using the Shopify/go-lua package.
In this snippet, we are going to look at how we can generate UUIDs in Go, using the satori/go.uuid package
In this video, we are going to look at what it takes to build a serverless application in Go in 5 minutes using SST.