8 min read
5 Vercel Edge Config Patterns I Use For Shopify A/B Tests
Edge Config reads in ~15ms at the edge, no cold start, no extra request to Shopify
The Lab · Written in the open · Tagged Developer Tools
Working notes from the studio. The tools I build, the workflows I keep, the mistakes I paid for.
52 entries · latest 2026-07-25
8 min read
Edge Config reads in ~15ms at the edge, no cold start, no extra request to Shopify
8 min read
I cut 11 Webpack plugins down to 6 Vite plugins and dev startup dropped from 4.2s to 0.8s
11 min read
5 production Cloudflare Workers patterns for Shopify backends: A/B testing, geo banners, signed customer URLs, AI personalization, webhook…
12 min read
Bun's built-in test runner runs 5-15x faster than Vitest, ships zero-config snapshots and coverage. Migration in 30 minutes,…
11 min read
Stage 3 decorators in TypeScript 5+ are stable in 2026. Migration from legacy, 5 production patterns, and where…
11 min read
pg_cron, pgvector, pg_partman, pg_stat_statements, postgres_fdw. The five extensions that turn generic Postgres into a Shopify-aware database.
8 min read
Next.js dev server cold start hit 14 seconds on a static portfolio, that was the breaking point.
7 min read
Resend with React Email shipped in 18 minutes, Postmark took 41 minutes plus DMARC tweaks
8 min read
Schema-first pgTable definitions and drizzle-kit migrations keep my Shopify backend predictable across 6 projects.
8 min read
Vim visual mode lands in Claude Code 2.1.118 with v and V selection, plus full operator support over…
10 min read
I took one of my APIs from 400ms p95 to 40ms p95 by fixing 7 missing or wrong…
8 min read
Hono ships under 14KB and runs the same code on Bun, Node, Deno, Cloudflare Workers, and Vercel Edge