Kenton Vizdos

Guides

Posts, notes, and snippets tagged with Guides .

One File, No Merge

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

Git, Guides • Published on 11/11/2025

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.

Go, Guides • Published on 07/05/2025

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.

Go, Guides • Published on 07/04/2025

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.

JavaScript, Guides • Published on 04/21/2025

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.

Go, Guides • Published on 04/09/2025

How to use Cloudflare Turnstile with Lit Components

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

Guides • Published on 03/15/2025