TutorialEdge Tutorials
In this tutorial, we are going to be building a very simple Command Line Interface or CLI in Go
In this challenge, you are going to need to work with JSON strings and parse JSON in Go in order to retrieve the highest …
Learn how goroutines work in Go, how to write concurrent programs, and when to use the go keyword safely.
In this tutorial, we are going to look at how you can use mutexes in your Go programs
In this tutorial, we look at how you can build a solid CI pipeline with Travis for your Go Projects
Learn structured logging in Go with the standard library log/slog package - handlers, levels, context, custom handlers, …
Learn how closures work in Go with simple, practical examples. Understand lexical scoping and how closures capture and …
Learn how to use Makefiles in Go projects to automate builds, cross-compilation, and common dev tasks with a single …
In this tutorial, we are going to look at how you can secure your Go REST APIs with JSON Web Tokens
Master building production-ready REST APIs in Go 1.26 with modern patterns, frameworks, and best practices for 2025-2026