Posts
The Trifecta of Software Metrics - Scrape Interval, Resolution Window, Chart Step
· 10 min readHow collection, aggregation, and rendering shape every Prometheus metric — and the math that quietly breaks when you get them wrong.
Building better bash scripts with Claude Code skills
· 8 min readHow I created a Claude Code skill to help me write bash scripts.
Run JavaScript in a Go webserver using WebAssembly
· 7 min readHow to run JavaScript code inside a Go webserver using WebAssembly for sandboxed execution.
Keep application configuration decoupled from Helm chart values
· 4 min readKeep it easy for yourself to maintain application configuration.
How to set up mutual TLS with Traefik for wildcard domains
· 5 min readContinuation of the article on configuring mutual TLS with Traefik as an ingress controller.
Before you code, understand the language
· 4 min readIf you think about how you can properly learn a programming language, you should first think about why it was created in the first place.
Configuring mutual TLS with Traefik as an ingress controller
· 13 min readHow do you configure mutual TLS between an external app and a service in a Kubernetes cluster using Traefik as an ingress controller?
Reduce goroutine leaks and channel misuse in Go
· 6 min readSimple techniques to minimize goroutine leaks and channel misuse in Go.
Initial post
· 1 min readHi, and thanks for stopping by!