🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!

Golang Development Image Golang Development

Sunset in the mountains

Functional Options Parameter Pattern in Go

In this tutorial, we'll be discussing one of my favorite patterns and how you can use it to supercharge your Go app dev.

intermediate
Sunset in the mountains

Joining Errors With errors.Join in Go

In this tutorial, we'll be looking at how we can join errors together in Go using the errors.Join method!

intermediate
Sunset in the mountains

Getting Started With Testmain in Go

In this tutorial, we'll be covering how you can simplify and improve your tests in Go using the TestMain function.

intermediate
Sunset in the mountains

Beginner's Guide to Logging in Tests in Golang

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!

intermediate
Sunset in the mountains

Writing Clean Functions in Go with the Full Mapping Strategy

In this tutorial, we're going to be discussing how you can build clean functions in Go.

Advanced
design-patterns
go
Sunset in the mountains

Handling Panics in Go

In this code snippet, we are going to be looking at how we can handle panics within our Go applications.

snippets
Sunset in the mountains

Variadic Functions in Go

In this code snippet, we are going to look at how variadic functions in Go work!

snippets
Sunset in the mountains

Embedding Lua Scripts in Go with Shopify/go-lua

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.

go
lua
Sunset in the mountains

Generating UUIDs in Go

In this snippet, we are going to look at how we can generate UUIDs in Go, using the satori/go.uuid package

snippets
Sunset in the mountains

Build a Go Serverless App in 5 Minutes With Sst

In this video, we are going to look at what it takes to build a serverless application in Go in 5 minutes using SST.

beginner
go
serverless
<< Previous Page Next Page >>
Showing Page 5 of 11