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.

How to write a Golang Deep Copy method

6 min read

  ·  

Discover various ways of using and implementing Golang to deep copy your complex data structures.

Golang map guide: check if map has key, delete a key, iterate over a map and more.

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.

How to partially implement a Golang interface for testing

5 min read

  ·  

Discover how by making use of partially implemented interfaces golang can make mocking tests easy and manageable.

How to use Golang Generic Functions (With Examples!)

6 min read

  ·  

Learn how to use Golang generic functions and what they can do for you with quick examples to get you going.

For Loops Golang: A Comprehensive Guide (With Examples!)

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.

How to Golang JSON Marshal and Unmarshal (With Examples!)

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.

How to Upload Files to CloudFlare R2 Using Go and S3 (With Steps!)

5 min read

  ·  

Learn how to upload files to CloudFlare R2 using the Go programming language with our step-by-step guide.

How to serve files using Go Embed FS with Mux (With Examples!)

6 min read

  ·  

Simplify your server setup by embedding files with Go embed and serving them with Mux.

Golang String to Int: How to Convert Strings to Integers in Go

4 min read

  ·  

Learn how to convert Golang string to int using the strconv.Atoi() function

How To Set Up, Work With and Compile Go Sqlite3 (With Steps!)

6 min read

  ·  

Learn how to set up, work with, and compile Go Sqlite3 with this step-by-step guide.

About

1 min read

  ·  

Work in Golang: Your source for Go programming tutorials and job opportunities.