Creative Coding Podcast Summaries
Creative Coding on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Intro to Shaders – JavaScript & p5.js Course for Beginners
freeCodeCamp.org
Jul 15, 2026
Shaders move heavy visual processing from the CPU to the GPU, unlocking massive parallel speed. This course breaks down how to bridge p5.js logic with GLSL, teaching you to master coordinate spaces, shaping functions, and fractal-like accumulation to create stunning animated visuals.
Key insight: A shader code block is a single 'blueprinted' task sent simultaneously to thousands of GPU workstations; the catch is that pixels are isolated and cannot talk to their neighbors.

Musician turned Programmer turned Musician
ThePrimeagen
Jul 20, 2025
Prime demonstrates how to merge programming mastery with music creation using Strudel, a browser-based environment for algorithmic composition. By bridging the gap between a Vim-based workflow and JavaScript-driven audio synthesis, he creates a live-coding performance tool that allows for complex, cycle-based rhythmic structures.
Key insight: Strudel allows you to use 'mini notation' to program complex rhythmic cycles and patterns directly in the browser, treating code as a performative musical instrument.