Posts
All the articles I've posted.
-
Making IoT Compromise a Dead End: Zero Trust + Network Segmentation at Home
I sell Zero Trust for a living. My own house was a flat network where a Ring camera, a pool controller, and 35 other devices I can't patch shared a broadcast domain with the laptop my income depends on. So I pointed the enterprise stack at my house — and learned it takes two halves to actually secure it.
-
Email Without Third Parties: Sending Mail Straight From a Cloudflare Worker
Every app I've ever built needed to send email — and every time, that meant a third party. SendGrid, Mailgun, an API key in a secrets store. Then Cloudflare shipped Email Service and the dependency just disappeared. Here's how I added live email sending to this site with one binding and one line of code — and the live demo you can try yourself.
-
Where Does Your Data Live? Proving It With Cloudflare Regional Services
I enabled data sovereignty on saltwaterbrc.com in 30 seconds. One dropdown, one save, and now every request to my site is decrypted exclusively in the United States. Here's how Regional Services works, how to prove it, and why your customers are asking about it.
-
Locking Down the Front Door: 6 Cloudflare Products in One Session
I enabled 6 Cloudflare security and observability products on saltwaterbrc.com in a single session — Turnstile, AI Crawl Control, DMARC Management, Waiting Room, Web Analytics, and Health Checks. Here's what I found, what I blocked, and why every site should have these running.
-
Three Ways to See What Your Workers Are Doing: Log Explorer, Workers Observability, and Local Explorer
Cloudflare now has three distinct tools for understanding what your Workers are doing — from local development to enterprise forensics. I enabled all three on saltwaterbrc.com and broke down when to use which.