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
Fetch every episode as speaker-labeled Markdown in one script:
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 -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
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
Any episode from this podcast is available via the API — get started .
Get any Syntax - Tasty Web Development Treats episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.