Posts
All the articles I've posted.
-
From Chatbot to Autonomous Agent: Building V3 on Cloudflare
I rebuilt my AI chatbot as an autonomous agent that plans, chains tools, generates images, searches the web, queries databases, and creates files — all running on 9 Cloudflare products in a single Worker.
-
Build What You Sell: 23 Cloudflare Products on One Site
I'm a Cloudflare Account Executive who built saltwaterbrc.com from scratch using 23 Cloudflare products — from DNS registration to AI agents to Layer 4 TCP proxies. Here's the full journey, what each product does, and how to demo it live.
-
Cloudflare Spectrum: Protecting Non-HTTP Traffic at the Edge
I set up a DigitalOcean VPS, configured Cloudflare Spectrum, and locked down SSH access to prove how Layer 4 protection works for non-HTTP traffic. Here's the full walkthrough — from VPS creation to origin IP masking.
-
Securing APIs with Cloudflare: API Shield, Schema Validation, and Layered Defense
I set up API Shield on my own site, uploaded an OpenAPI schema, and fired good and bad requests to test it. Here's the full walkthrough — from what an API actually is to why layered security matters.
-
Building an AI Agent on Cloudflare: From RAG to Multi-Turn Conversations
I rebuilt my AI assistant from a stateless Q&A box into a multi-turn agent with tool calling, persistent memory, and real-time streaming. Here's what changed and why it matters for customer conversations.