home/category/Tutorial

Tutorial

// Build something real. Practical how-to guides, getting started walkthroughs, and best-practice write-ups. Hands-on and to the point.

18 posts

// posts in tutorial
Building a Production-Ready MCP Server with TypeScript, Stripe, and Supabase

Learn how to build a typed Model Context Protocol server that goes beyond toy examples, integrating real-world services like Stripe and Supabase with full type safety.

Fixing MCP Timeouts in AI Agents: The Async HandleId Pattern

Learn how to prevent MCP tool timeout errors in AI agents using the async handleId pattern. Stop 424 errors when external APIs block your agent workflows.

Building a Real-Time DDoS Detection Engine in Go: A Practical Guide

Learn to build an anomaly detection engine that monitors web traffic patterns and catches DDoS attacks using Go's concurrency primitives and statistical analysis.

Run Claude Code Locally: Complete Guide to ANTHROPIC_BASE_URL with Ollama & More

Learn how to run Claude Code with local LLMs using ANTHROPIC_BASE_URL. Step-by-step setup for Ollama, LM Studio, llama.cpp, and vLLM with 32K context minimum.

2674 0
Fine-Tune HuggingFace Models on TPUs with TorchAX (No JAX Rewrite Required)

Learn how to fine-tune PyTorch HuggingFace models on Google TPUs using torchax and LoRA—keeping your existing PyTorch code intact.

Build Your First AI Agent in 60 Lines of Python — No Framework Needed

Learn how AI agents work by building one from scratch in Python. No LangChain, no CrewAI — just core concepts, the Anthropic API, and clean code.

Designing a Hooks System for AI Agent CLIs: 4 Lifecycle Points That Matter

Learn how to build extensible AI agent CLIs with a hooks system. Discover the 4 critical lifecycle points that give users control without complexity.

Give Your AI Agent a Wallet: Autonomous USDC Payments in 10 Minutes

Step-by-step guide to enabling AI agents with autonomous payment capabilities using USDC stablecoins, smart contract wallets, and safe transaction limits.