
CodePen Radio
The CodePen team talk about the ins and outs of running a web software business.
CodePen Blog
Show overview
CodePen Radio has been publishing since 2021, and across the 5 years since has built a catalogue of 119 episodes. That works out to roughly 6 hours of audio in total. Releases follow a fortnightly cadence.
None of the episodes are flagged explicit by the publisher. It is catalogued as a EN-US-language Technology show.
The show is actively publishing — the most recent episode landed 1 weeks ago, with 22 episodes already out so far this year. The busiest year was 2022, with 46 episodes published. Published by CodePen Blog.
From the publisher
The CodePen team talk about the ins and outs of running a web software business.
Latest Episodes
View all 119 episodes439: Dragging! Drag Everything!
438: Are Diffusion Models Better Than LLMs at Web Design?
437: The Cheese. It Has Been Moved.
436: The Design & Message of Launch Emails (with MJML)
435: The 2.0 Launch & Team CodePen’s Favorite Features
434: Still Proudly on WordPress for our Blog, Podcast, and Documentation
433: CodePen 2.0 is Backward Compatible with Any Classic Pen or Project
432: Trends of 2026 (So Far)
431: Versions are Deeply Integrated into CodePen
430: The Wild World of Keyboard Shortcuts in Web Apps
429: Why CodePen Rebuilt Its Realtime Service
428: Billing
427: Next.js and The Journey of SSR
426: Browserslist in CodePen 2.0
425: Debug Logs
424: File List Optimization
423: 2.0 Templates
422: Supporting Packages
421: View Control of the 2.0 Editor
420: What are Blocks?
With CodePen 2.0, we've got a new word we're using: Blocks. A way to think about Blocks is anything that processes code. They are added as steps to the CodePen Compiler as needed. For example, TypeScript is a block, because it processes files in the TypeScript syntax into JavaScript files. But something like Lodash is not a block. Lodash is a package from npm (which we also handle, but that's a topic for another podcast). Lodash doesn't process code, it's just a library that is linked up or bundled. Time Jumps