All Articles
Building an iOS/Android Auto-Deploy Pipeline from Scratch with Claude Code and Fastlane
Learn how to automate iOS and Android app releases by combining Claude Code with Fastlane. Covers Appfile design, certificate management, App Store Connect API integration, and real-world debugging workflows with working code examples.
Building an Offline-Capable AI Notes App with Claude API and Local-First Sync — A Production Design with Replicache and IndexedDB
A production design guide for combining Claude API with a local-first sync engine. Walks through Replicache, IndexedDB, mutation queues, and idempotency keys with full TypeScript code.
Doubling Your Freelance Rate in the Claude Code Era — Proposal, Pricing, and Delivery Playbook
A practical playbook for freelance engineers using Claude Code in earnest — how to keep rates high, structure proposals around outcomes, and run multiple parallel projects without exhaustion. Built from real client work.
Building a Subscription SaaS with Claude API and Stripe — A Complete 2026 Implementation Guide
An end-to-end implementation guide for shipping a subscription SaaS built on Claude API, Stripe, and Cloudflare Workers — covering checkout, webhooks, KV-backed access control, usage limits, and the production edge cases that always bite.
Claude × Stripe Meter Events — A Complete Guide to Building a Usage-Based SaaS
A production-ready architecture and full implementation for billing Claude API token consumption through Stripe Meter Events — covering idempotency, usage caps, and a hybrid base + overage pricing model.
Claude API temperature and top_p Explained — Optimal Settings by Task with Real-World Testing
A practical guide to Claude API's temperature and top_p parameters: how they work, why temperature=0 isn't fully deterministic, and optimal settings for code generation, creative writing, RAG, and more.
Claude Plan Cheat Sheet for Indie Developers 2026 — Pro, Max, or API for Monetization?
A practical comparison of Claude Pro, Max, and API for indie developers asking: which plan actually pays for itself? With concrete recovery thresholds and a hybrid setup recommendation.
Honest 6-Month Review of Claude Cowork — What Actually Worked for an Indie Developer
A candid 6-month review of Claude Cowork from an indie developer's perspective. Covers scheduled tasks, skills, and the memory system — what exceeded expectations, what was genuinely painful, and the hard-won lessons that changed how I use AI automation.
Writing Effective Custom Instructions for Claude Projects
A practical guide to writing Claude Projects custom instructions that actually shape Claude's behavior — covering role definition, output constraints, and project-specific context sharing.
How to Commit and Push via GitHub REST API When git CLI Fails in VM Environments
A practical guide to using GitHub REST API (blobs→trees→commits→refs) to push files when git CLI is blocked by index.lock, ownership errors, or permission issues in VM and sandbox environments.
How to Diagnose and Fix Claude Code Network and Connection Errors in 5 Minutes
A systematic guide to diagnosing network and connection errors in Claude Code. Understand what common error messages mean, and follow a step-by-step flow to pinpoint the root cause within 5 minutes.
Claude in Chrome × Google Sheets — Automate Repetitive Tasks with Apps Script
A practical guide to generating and running Google Sheets Apps Script with Claude in Chrome. No programming experience required — automate data cleanup, aggregation, and conditional formatting in minutes.