Developer Guides & Tutorials

Learn modern development practices, tools, and workflows through practical guides and in-depth tutorials.

Browse Tutorials

Featured Article

Our most recent guide

Recent Articles

Latest guides and tutorials from our team

The One-Second Trust Test: Why I Made a Utility Look Boring on Purpose

The One-Second Trust Test: Why I Made a Utility Look Boring on Purpose

I redesigned a public-records lookup tool to look less distinctive and more institutional. Here is the doctrine, the step-by-step playbook, and a live before/after demo you can click through.

Shipyard: A Serialized Deploy Queue for a One-Person, Many-Agent Dev Shop

Shipyard: A Serialized Deploy Queue for a One-Person, Many-Agent Dev Shop

How a filesystem queue, one supervisor, and a ship branch keep AI-agent deploys from clobbering each other - install, branch model, lifecycle, commands.

BYO-Login in Python: Building a Credential Proxy When the Third Party Has No OAuth

When the upstream system you depend on has no OAuth, no API keys, and no developer surface, your only path is to log in as the user. Here is how to do that without becoming a security hazard.

Cloud Tasks + Firestore: The Durable Queue Pattern Most Tutorials Miss

Cloud Tasks + Firestore: The Durable Queue Pattern Most Tutorials Miss

Cloud Tasks alone is not a durable queue. Pair it with Firestore as the source of truth and you get rate control, retry, visibility, and real durability on Cloud Run.

Building a Reusable Firestore Migration Runner in Go

Building a Reusable Firestore Migration Runner in Go

A reusable Go library for Firestore collection migrations with cursor-based pagination, batch writes, checkpoint resume, rate limiting, and dry-run. Built for real production use.

Solving CHALLENGEs in Browser Automation with Custom OCR

Solving CHALLENGEs in Browser Automation with Custom OCR

Integrate a custom-trained OCR model into browser automation to solve text-based CHALLENGEs. The OCR service, confidence thresholds, and retry logic.

Browse by Topic

Explore guides organized by technology and practice

Stay Updated

Get the latest tutorials and guides delivered to your inbox weekly.