Home / Syntax - Tasty Web Development Treats
Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.
Topics: Technology , News , Tech News
Transcribe the entire archive
1,031 episodes of Syntax - Tasty Web Development Treats have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1253186678/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
1,031 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
1035: Why everyone is moving to Stylex? September 2, 2026
1034: Omarchy Quattro Release August 31, 2026
1033: 8 New CSS, JS and HTML Features You Should Know August 26, 2026
1032: Stripe Buys OpenRouter for $7B August 24, 2026
1031: My Coding Skills Are Atrophying August 19, 2026
1029: The Workflow of the Future With Zed August 12, 2026
1028: Cloudflare Wallets August 10, 2026
1027: The Rise of the Design Engineer August 5, 2026
1026: OpenAI Agent Hacks Hugging Face August 3, 2026
1025: The Open Web's second chance (w/ Dan Abramov) July 29, 2026
1024: Open Models Replace Big AI July 27, 2026
1023: Mosh, Caddy & Tailscale: A Remote Dev Deep Dive July 22, 2026
1022: Bun re-written in Rust, Zig team big mad July 20, 2026
1021: We got addicted to an AI model we can't talk about July 15, 2026
1020: Do You Read The Code? July 13, 2026
1019: LGTM, Ship It: The AI Code Review Problem July 8, 2026
1018: Google fires Workspace CLI Creator July 6, 2026
1017, We need to stop calling it “AI” July 1, 2026
1016: More Bots Than Humans June 29, 2026
1015: Browsers and UIs are dead. Everything is chat June 24, 2026
1014: Anthropic doesn’t use AI June 22, 2026
1013: Cloudflare Acquires VoidZero June 17, 2026
1012: Who Decides What Ships on the Web? June 15, 2026
1011: tmux + Terminal Maxxing with Ben Vinegar June 8, 2026
1010: No one cares anymore? June 3, 2026
1006: Can AI Make Good Design? May 20, 2026
1005: Programatic and Skill based Video Creation with Remotion May 18, 2026
1004: TanHacked May 13, 2026
Supper Club × Redwood JS with Tom Pretson-Werner May 27, 2022
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any Syntax - Tasty Web Development Treats episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000787401197
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .