Introducing: Redact
A Go package for redacting sensitive information from slog-based logs using a configurable pipeline.
A Go package for redacting sensitive information from slog-based logs using a configurable pipeline.
Writing Intentional Go Code Through Mindful Pointer Initialization
A reflection on my career and what I'm looking for in my next job
Getting compile-time safety with Go templates
Exploring the Strategy Pattern in Go.
A practical guide on when to use sentinel errors versus custom error types in Go.
Discussing multistage and pre-compiled binaries for building Docker images.
Streamline application error logging and output standardized RESTful responses.
Combining the cache-aside pattern with the decorator design pattern in Go to create a caching mechanism.