Redis Caching in Go: A Beginner's Guide

Follow this step-by-step tutorial to learn how to use Redis caching in Golang to improve application performance

Caching
Golang
Performance
Redis
Guides · Better Stack ·  Updated on November 23, 2023

Routing in Go with Gorilla Mux

When building web applications in Go, routing is one of the fundamental components you'll need to master. While Go's standard library provides basic routing capabilities, most production applicatio...

Golang
Guides · Better Stack ·  Updated on April 16, 2025

Practical Tracing for Go Apps with OpenTelemetry

Learn how to use OpenTelemetry to instrument your Go applications for distributed tracing

Distributed Tracing
Golang
OpenTelemetry
Guides · Better Stack ·  Updated on November 28, 2024

Instrumenting & Monitoring Go Apps with Prometheus

In this step-by-step guide, you will learn how to instrument metrics for a simple Go application and monitor them using Prometheus

Prometheus
Golang
Metrics
Guides · Better Stack ·  Updated on November 29, 2024