Tutorials

Browse all tutorials posts from the Transactional team.

8 posts
Webhooks Will Fail. Here are the Retry and Idempotency Patterns That Save You.
Tutorials

Webhooks Will Fail. Here are the Retry and Idempotency Patterns That Save You.

Practical patterns for reliable webhook delivery: exponential backoff with jitter, idempotency keys, dead letter queues, and signature verification. TypeScript code included.

Transactional Team
Mar 7, 20269 min read
Your AI Agent Will Crash in Production. Plan for It.
Tutorials

Your AI Agent Will Crash in Production. Plan for It.

Common AI agent failure modes and how to handle them: tool execution failures, context window overflow, infinite loops, and hallucinated function calls. Production-ready error patterns with code.

Transactional Team
Mar 3, 202610 min read
Build an AI Chatbot with Persistent Memory in 30 Minutes
Tutorials

Build an AI Chatbot with Persistent Memory in 30 Minutes

Step-by-step tutorial for building an AI chatbot that remembers previous conversations using vector storage, embeddings, and context retrieval. TypeScript code throughout.

Transactional Team
Feb 16, 202612 min read
JWT Authentication in 2026: What Most Tutorials Get Wrong
Tutorials

JWT Authentication in 2026: What Most Tutorials Get Wrong

Common JWT mistakes that compromise security, and the correct patterns for token storage, rotation, and validation. Includes Express and Next.js code examples.

Transactional Team
Feb 3, 202611 min read
Stop Writing Raw HTML Emails. Use React Email Templates Instead.
Tutorials

Stop Writing Raw HTML Emails. Use React Email Templates Instead.

Build maintainable, responsive email templates using React Email instead of struggling with raw HTML tables. Includes password reset and order confirmation examples.

Transactional Team
Feb 1, 202610 min read
Your AI Should Never Go Down. Here is How to Set Up Fallback Routing.
Tutorials

Your AI Should Never Go Down. Here is How to Set Up Fallback Routing.

Configure fallback chains across LLM providers so your AI features stay up when any single provider goes down. Includes TypeScript implementation with health checks and cost-aware routing.

Transactional Team
Jan 26, 202610 min read
Track Your LLM Costs in Real-Time Before They Surprise You
Tutorials

Track Your LLM Costs in Real-Time Before They Surprise You

Set up real-time cost tracking for LLM API calls with token counting, dashboards, alert thresholds, and budget controls. Practical TypeScript examples included.

Transactional Team
Jan 24, 20268 min read
Set Up SPF, DKIM and DMARC Correctly the First Time (2026 Guide)
Tutorials

Set Up SPF, DKIM and DMARC Correctly the First Time (2026 Guide)

A step-by-step guide to configuring SPF, DKIM, and DMARC DNS records for your domain. Avoid the common mistakes that break email deliverability.

Transactional Team
Jan 12, 202615 min read

YOUR AGENTS DESERVE
REAL INFRASTRUCTURE.

START BUILDING AGENTS THAT DO REAL WORK.

Deploy Your First Agent