selfie of Kenton

Kenton Vizdos

i make cool things in go. this is my dev log. note: it's not a technical masterpiece, I just like writing (sometimes poorly) about what I learn!

Posts tagged with Guides

One File, No Merge

The easiest way to steal a single file from another branch.

11/11/2025 • Kenton Vizdos

Routing Patterns in Go Stdlib

Learn how to organize Go HTTP routes using nested muxes, StripPrefix, and modular patterns. Transform messy flat routing into clean, scalable APIs using only the standard library - no third-party packages needed.

07/05/2025 • Kenton Vizdos

Demystifying the Go HTTP Mux

A practical guide to Go's HTTP mux: what it is, how it works, and how to scale routing patterns using the standard library's ServeMux, no third-party packages required.

07/04/2025 • Kenton Vizdos

Web Share API

A quick dive into the Web Share API: how it works, when to use it, and why it's surprisingly useful for modern web apps (especially on mobile). Includes code, fallbacks, and a few UX tips.

04/21/2025 • Kenton Vizdos

My Experience With Twilio For Voice

My experience using Twilio for Voice with Go: easy setup, quick calls, but limited AMD accuracy and no Terraform support.

04/09/2025 • Kenton Vizdos

How to use Cloudflare Turnstile with Lit Components

Integrate Cloudflare Turnstile in LitJS via slots for seamless, secure bot protection in your apps.

03/15/2025 • Kenton Vizdos