Podcast thumbnail for freeCodeCamp Podcast

freeCodeCamp Podcast

Claim This Podcast

by freeCodeCamp.org

4.9(842 reviews)
219 episodes
Updated Daily
Accepts GuestsHas SponsorsLocation 🇺🇸
63

Podcast Authority

Beta
GoodBased on show quality, social media presence, reviews, charts, and more
Pod Engine
Quality87
Social0
YouTube0
Engagement99

Podcast Overview

The official podcast of the freeCodeCamp.org open source community. Each week, freeCodeCamp founder Quincy Larson interviews developers, founders, and ambitious people in tech. Learn to math, programming, and computer science for free, and turbo-charge your developer career with our free open source curriculum: https://www.freecodecamp.org

Language

🇺🇲

Publishing Since

11/16/2017

Unlock The Full Podcast Authority Score Report

See how your podcast performs across key metrics

63

Podcast Authority

Beta
GoodBased on show quality, social media presence, reviews, charts, and more
Pod Engine
Quality87
Social0
YouTube0
Engagement99
10
Excellent Areas
1
Good Performance
8
Growth Opportunities
excellent
Episode Length
1h 7m
Performing excellently!
good
iTunes Tags
7.2/10

Recommendations available

Unlock the full report to see detailed tips

needs improvement
Publishing Consistency
Every 15 days

Recommendations available

Unlock the full report to see detailed tips

+16 More Metrics

Unlock comprehensive insights including:

  • • YouTube presence analysis
  • • Social media reach metrics
  • • RSS compliance scoring
  • • Podcast 2.0 features
  • • Technical standards
What's Included in Your Full Report

Detailed Analytics

  • Complete breakdown of all 19 authority metrics
  • Personalized recommendations for each metric
  • Industry benchmarks and comparisons
  • Technical RSS feed analysis and compliance scoring

Growth Strategies

  • Step-by-step action plans for improvement
  • Quick wins to boost your score immediately
  • Pro tips from successful podcasters
Get your free podcast insights report

See how your show performs across every key metric

Instant delivery
No spam
Attract Better Guests

High authority scores make your podcast more attractive to industry leaders and influencers who want to appear on credible shows.

Secure Sponsorships

Sponsors look for podcasts with proven authority and engagement. Your score demonstrates your podcast's value to potential partners.

Grow Your Audience

Understanding your strengths and weaknesses helps you make data-driven decisions to expand your listener base effectively.

1 verified contact email on file for freeCodeCamp Podcast

Pitch yourself as a guest, propose sponsorships, or reach out directly to the host.

Recent Episodes

Episode thumbnail for #217 Stanford's youngest instructor on InfoSec, AI, catching cheaters - Rachel Fernandez

May 19, 2026

#217 Stanford's youngest instructor on InfoSec, AI, catching cheaters - Rachel Fernandez

Quincy Larson interviews Stanford's youngest instructor, Rachel An Fernandez, about the future of computer science education, C++, and using AI tools responsibly.

Episode thumbnail for #216 How to friction-max your learning with software engineer Jessica Rose

April 17, 2026

#216 How to friction-max your learning with software engineer Jessica Rose

<p>Today Quincy Larson interviews Jessica Rose. She's a dev and teacher who's worked on open data projects at Mozilla and lots of open source projects.</p> <p>We talk about:<br /> - How the whole world is hard, and how embracing that difficulty rather than avoiding it can make you a better thinker<br /> - The Bad Website club, a free online bootcamp where people learn front end development together that starts this April<br /> - Why building "silly little things" is one of the best things you can do as a learner</p> <p>Links from our discussion:<br /> - Bad Website Club announcement: https://www.freecodecamp.org/news/bad-website-club-bootcamp-based-on-freecodecamp-rwd-cert/<br /> - Study Jess mentions about AI and worker productivity: https://www.raconteur.net/technology/ai-meaningful-work </p> <p>Community news section:</p> <p>1. freeCodeCamp just published a new Python course that will teach you how to program your own aerial drone. You don't need to own a drone. You'll use the PySimverse simulator to practice autonomous flight. First you'll learn the basics of drone components, 3D movement, and common computer vision tasks. Then you'll learn about navigation, image capture, hand gesture control, autonomous following, and more. (2 hour YouTube course): https://www.freecodecamp.org/news/master-ai-drone-programming/</p> <p>2. freeCodeCamp also published a massive course that will teach you how to program NVIDIA's H100 GPUs using CUDA. You'll learn about CUTLASS optimizations, multi-GPU scaling, and the primitives developers use to train large models. (24 hour YouTube course): https://www.freecodecamp.org/news/cuda-programming-for-nvidia-h100s</p> <p>3. If you've ever wanted to build a video editor or live streaming tool that runs entirely in a browser, this handbook is worth bookmarking. You'll see how the WebCodecs API can give you low-level, hardware-accelerated control over video processing. You'll learn key concepts like video frames, codecs, containers, and muxing. (full length handbook): https://www.freecodecamp.org/news/the-webcodecs-handbook-native-video-processing-in-the-browser/</p> <p>4. Kubernetes doesn't have a built-in user database. Instead it relies on a chain of authenticators. This course will teach you how x509 client certificates work, why they're not ideal for human users in production, and how to instead deploy your own self-hosted browser-based OpenID Connect login. (29 minute read): https://www.freecodecamp.org/news/how-to-authenticate-users-in-kubernetes-x509-certificates-oidc-and-cloud-identity/</p> <p>5. The song of the week is 1983's "Oblivious" by Scottish New Wave band Aztec Camera. I love the song's Django Reinhart-style Flamenco guitars, mischevous bass line, and stereo percussion. Believe it or not, front man Roddy Frame was only 18 years old when he wrote the song, sang it, and played it's iconic guitar solo. https://www.youtube.com/watch?v=NdVb4Iuq0e8</p>

Episode thumbnail for #215 How to learn programming and CS in the AI hype era – interview with dev and prof Mark Mahoney

April 10, 2026

#215 How to learn programming and CS in the AI hype era – interview with dev and prof Mark Mahoney

<p>Today Quincy Larson interviews Mark Mahoney. He worked as a dev before becoming a computer science professor. He's taught computer science for 23 years at Carthage College, a 180-year-old US university. He's also taught thousands of developers through his free programming courses built on top of his own open source course platform, Playback Press.</p> <p>We talk about:<br /> - Why learning programming the hard way is still the right way<br /> - How to not deskill yourself when programming with LLM tools<br /> - And why now is a great time to study computer science</p> <p>Support for this podcast comes from the 10,113 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org</p> <p>Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org</p> <p>Links from our discussion:<br /> - Playback Press, Mark's free interactive courses: https://playbackpress.com/books<br /> - Mark's personal website: https://markm208.github.io/<br /> - One of the many vibe-coded projects Mark mentions: https://markm208.github.io/vibeCodingInClassTools/git-workflow-simulator.html<br /> - Mark's tutorials on freeCodeCamp: https://www.freecodecamp.org/news/author/markm208/</p> <p>Community news section:</p> <p>1. freeCodeCamp just published a new course on AI-assisted software development. You'll learn common terminal workflows and tips for "pair programming" alongside LLM tools. You'll also get exposure to  tools like GitHub Copilot, Claude Code, Gemini CLI, and OpenClaw. At the end of the day, the entire goal of using these tools is to build more features without compromising the maintainability of your codebase. (90 minute YouTube course): https://www.freecodecamp.org/news/ai-tools-for-developers/</p> <p>2. freeCodeCamp also published a beginner level course on AI literacy for everybody that you can also share with your family. First you'll learn about the two traits that definte artificial intelligence: autonomy and adaptivity. Then you'll build your own image classifier right on your own phone or laptop. This course also delves into considerations like algorithmic bias the environmental costs of training and running LLM systems. (1 hour YouTube course): https://www.freecodecamp.org/news/ai-literacy-for-everybody/</p> <p>3. Learn how to build your own QR code generator using JavaScript. This tutorial will walk you through generating QR codes entirely in a browser without the need for a backend. You'll learn how to validate input, clear previous output, and use a JavaScript library to render the code instantly on the client side. Then you'll see how to extend the project with downloads, custom styling, WiFi support, and more. (7 minute read): https://www.freecodecamp.org/news/how-to-build-a-qr-code-generator-using-javascript/</p> <p>4. I'm thrilled to announce that the Bad Website Club is back for another Responsive Web Design bootcamp based on freeCodeCamp's curriculum. It starts April 24 and runs for 10 weeks. You can  join their Discord community and tune in for live streams. It's lead by volunteer devs who are passionate about helping folks learn CSS and JavaScript fundamentals. (5 minute read): https://www.freecodecamp.org/news/bad-website-club-bootcamp-based-on-freecodecamp-rwd-cert/</p> <p>5. Today's song of the week is 2008's Strange Overtones. The Talking Heads singer David Byrne blends his voice with Brian Enos, who handles organs and synths. The entire affair plays over an infectious palm-muted guitar line, and driving bass. This is a perfect mid-week jam. Put it on during during your commute. https://www.youtube.com/watch?v=GvZhpCYWFzs</p>

219 total episodes available with 116 transcripts

Recent guests on freeCodeCamp Podcast

Guests from recent episodes — sign up to see every guest that has ever appeared on this show.

Rachel An Fernandez

Guest

Chris Coyier

Guest

Luke Ciciliano

Guest

Justin Searls

Guest

Carl Brown

Guest

Shawn Wang

Guest

Robby Russell

Guest

Tapas Adhikary

Guest

Sumit Saha

Guest

Mike McQuaid

Guest

Zubin Pratap

Guest

Santosh Yadav

Guest

Deep-dive analytics for freeCodeCamp Podcast

Frequently asked questions

Have a different question and can't find the answer you're looking for? Reach out to our support team by sending us an email and we'll get back to you as soon as we can.

What is freeCodeCamp Podcast?

The official podcast of the freeCodeCamp.org open source community. Each week, freeCodeCamp founder Quincy Larson interviews developers, founders, and ambitious people in tech.

Learn to math, programming, and computer science for free, and turbo-charge your developer career with our free open source curriculum: https://www.freecodecamp.org

How often does this podcast release new episodes?

This podcast updates daily.

Where can I listen to this podcast?

This podcast is available on 9 platforms including Apple Podcasts, Spotify, and more. You can also use the RSS feed directly.

Does this podcast accept guests?

Yes, this podcast regularly features guests.

Legal Disclaimer

Pod Engine is not affiliated with, endorsed by, or officially connected with any of the podcasts displayed on this platform. We operate independently as a podcast discovery and analytics service.

All podcast artwork, thumbnails, and content displayed on this page are the property of their respective owners and are protected by applicable copyright laws. This includes, but is not limited to, podcast cover art, episode artwork, show descriptions, episode titles, transcripts, audio snippets, and any other content originating from the podcast creators or their licensors.

We display this content under fair use principles and/or implied license for the purpose of podcast discovery, information, and commentary. We make no claim of ownership over any podcast content, artwork, or related materials shown on this platform. All trademarks, service marks, and trade names are the property of their respective owners.

While we strive to ensure all content usage is properly authorized, if you are a rights holder and believe your content is being used inappropriately or without proper authorization, please contact us immediately at hey@podengine.ai for prompt review and appropriate action, which may include content removal or proper attribution.

By accessing and using this platform, you acknowledge and agree to respect all applicable copyright laws and intellectual property rights of content owners. Any unauthorized reproduction, distribution, or commercial use of the content displayed on this platform is strictly prohibited.