Blog posts:
This blog covers wide-ranging topics on the industry, companies and technology all relating to Go. You'll find articles to help you stay up-to-date with the latest developments in the industry, learn new skills, and grow your knowledge of Go.
6 min read
·
Discover various ways of using and implementing Golang to deep copy your complex data structures.
4 min read
·
Go maps are incredibly useful data structures you'll use every day. Here are code examples to check if map has key, initialize, delete and more.
5 min read
·
Discover how by making use of partially implemented interfaces golang can make mocking tests easy and manageable.
6 min read
·
Learn how to use Golang generic functions and what they can do for you with quick examples to get you going.
6 min read
·
Get up to speed on the different for loops Golang has to offer, and learn how to use them to perform repetitive tasks and iterate over complex data structures like maps and structs.
7 min read
·
Need to convert Go data structures to JSON data and back again? Follow this comprehensive guide with examples using the Golang JSON marshal and unmarshal features.
5 min read
·
Learn how to upload files to CloudFlare R2 using the Go programming language with our step-by-step guide.
6 min read
·
Simplify your server setup by embedding files with Go embed and serving them with Mux.
4 min read
·
Learn how to convert Golang string to int using the strconv.Atoi() function
6 min read
·
Learn how to set up, work with, and compile Go Sqlite3 with this step-by-step guide.