Auditing 25 GitHub Repositories with Claude
How I used Claude in Chrome to audit 25 repos, spot clutter, and generate batch PowerShell scripts to clean up my GitHub profile.
githubclaudeai-toolsworkflow
Securing a Contact Pipeline: Astro, Cloudflare Pages Functions, Turnstile, and n8n
How I replaced hardcoded mailto links with an edge gateway that verifies humans, signs its own JWT, and hands off to a self-hosted n8n workflow — and the two local-dev gotchas that came with it.
architectureautomationsecurity
Architecting Idempotent Webhook Pipelines
Why "at-least-once" delivery breaks naive CRM integrations, and the idempotency-key pattern that fixes it for good.
architectureautomationreliability