Skip to content
The freeCodeCamp Podcast artwork

The freeCodeCamp Podcast

freeCodeCamp.org·Hosted by Quincy Larson·100 episodes

EducationTechnologyDeveloper interviewsCareer adviceWeeklySelf-taught friendlyOpen sourceAI and coding

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

Why listen

The freeCodeCamp Podcast is a weekly interview show where freeCodeCamp founder Quincy Larson talks with developers, teachers, founders, and open source builders about how they learned, built careers, and adapted to a fast-changing tech industry. It is especially useful for self-taught programmers, career changers, and working developers who want practical stories about coding, AI tools, job searches, freelancing, and long-term skill growth.

Episodes

1 hr 18 min
May 19, 2026Episode 217
Stanford's youngest instructor on InfoSec, AI, catching cheaters - Rachel Fernandez

Today Quincy Larson interviews Rachel An Fernandez. She's a computer science student at Stanford and the youngest instructor at the entire university. She recently helped organize TreeHacks, Stanford's annual hackathon, which narrowed 15,000 applicants down to just 1,000 participants. They built projects over a single weekend and competed for a million dollars in prizes. Rachel grew up in Westminster, a small California town with a largely Mexican and Vietnamese population. 70% of students at her high school had family incomes so low that qualified for free school lunches. And Rachel was the first student from there to get into Stanford in years. We talk about: - The state of computer science education in 2026 - Her thoughts on C++, a language she teaches at Stanford, and its continued importance - And her tips for how devs should use AI tools without "deskilling" themselves 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Rachel on LinkedIn: https://www.linkedin.com/in/rachel-fernandez28/ - freeCodeCamp book on AI Assisted Coding that Quincy mentions: https://www.freecodecamp.org/news/how-to-become-an-expert-in-ai-assisted-coding-a-handbook-for-developers/ 1. freeCodeCamp just published an automation for beginners course. You'll learn how to automate your routine daily tasks by piping together triggers and actions. By the end of the course, you'll have your own Model Context Protocol server that can share info between your productivity apps and your agents. (4 hour YouTube course): https://www.freecodecamp.org/news/reclaim-your-time-master-automation-with-zapier/ 2. freeCodeCamp also published a full-length handbook on data quality. You'll learn the most common ways that bad data enters a system, and how to prevent them. You'll get exposure to the different layers where data validation needs to happen: front end, back end, database, business logic, and data ingestion. The handbook will also walk you through testing strategies to keep bad data out of your projects. (full-length handbook): https://www.freecodecamp.org/news/data-quality-handbook-data-errors-the-developer-s-role-validation-layers/ 3. AI Governance may sound like something only managers need to worry about. But in practice, it's us developers who have to actually build the responsible AI systems. You can bookmark this new freeCodeCamp handbook and code along with four hands-on Python projects: a model card generator, a bias detection pipeline, an audit trail logger, and a human-in-the-loop escalation system. (full length handbook): https://www.freecodecamp.org/news/the-ai-governance-handbook-build-responsible-ai-systems/ 4. Today's song of the we

52 min
Apr 17, 2026Episode 216
How to friction-max your learning with software engineer Jessica Rose

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. We talk about: - How the whole world is hard, and how embracing that difficulty rather than avoiding it can make you a better thinker - The Bad Website club, a free online bootcamp where people learn front end development together that starts this April - Why building "silly little things" is one of the best things you can do as a learner Links from our discussion: - Bad Website Club announcement: https://www.freecodecamp.org/news/bad-website-club-bootcamp-based-on-freecodecamp-rwd-cert/ - Study Jess mentions about AI and worker productivity: https://www.raconteur.net/technology/ai-meaningful-work  Community news section: 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/ 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 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/ 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/ 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

1 hr 16 min
Apr 10, 2026Episode 215
How to learn programming and CS in the AI hype era – interview with dev and prof Mark Mahoney

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. We talk about: - Why learning programming the hard way is still the right way - How to not deskill yourself when programming with LLM tools - And why now is a great time to study computer science 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Playback Press, Mark's free interactive courses: https://playbackpress.com/books - Mark's personal website: https://markm208.github.io/ - One of the many vibe-coded projects Mark mentions: https://markm208.github.io/vibeCodingInClassTools/git-workflow-simulator.html - Mark's tutorials on freeCodeCamp: https://www.freecodecamp.org/news/author/markm208/ Community news section: 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/ 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/ 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/ 4. I'm thrilled to announce that the Bad Website Club is back for another Responsive Web Design bootcamp based on freeCodeCamp's curric

1 hr 18 min
Apr 3, 2026Episode 214
Lessons from 15,031 hours of coding live on Twitch with Chris Griffing

Today Quincy Larson interviews Chris Griffing is a software engineer and prolific streamer of live coding on Twitch. He spent 10 years as a "snowboard bum" doing odd jobs at ski resorts to facilitate him spending as much time on the mountain as possible. At age 28 he taught himself PHP programming and started building websites for friends. In 2018 he started streaming himself programming on Twitch, which blew up during the pandemic and has lead to more opportunities as a dev and developer advocate. We talk about: - How he learned programming at age 28 and built projects for friends before going pro  - How learning Go made him a better Rust Developer and why you should be a polyglot programmer - How Chris uses LLM tools but still builds most codebases manually - Tips for building projects in public for anyone interested in also stream coding Support for this podcast comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Chris's Twitch channel: https://www.twitch.tv/cmgriffing - Chris's YouTube channel: https://youtube.com/@cmgriffing Community news section: 1. freeCodeCamp just published a comprehensive course that will walk you through using the popular AI-assisted development tool Claude Code. You'll learn about Code Harnesses, Agentic Loops, Sandboxing, and other key concepts. By the end of the course you'll be able to spin up an entire fleet of agents to help you fix bugs and build out new features. (12 hour YouTube course): https://www.freecodecamp.org/news/claude-code-essentials-exampro/ 2. We also published a course on the Hugging Face tool ecosystem. You'll learn how to connect your models, datasets, and deployment tools into a single unified build pipeline. (7 hour YouTube course): https://www.freecodecamp.org/news/deploying-ai-models-with-hugging-face/ 3. Learn how to secure your Kubernetes Cluster. This in-depth tutorial starts by exploring real-world security breaches at big companies like Tesla, Shopify, and Capital One. Then it walks you through how to prevent each of these types of attacks by hardening your setup. (1 hour read): https://www.freecodecamp.org/news/how-to-secure-a-kubernetes-cluster-handbook/ 4. Tell your Spanish-speaking friends: freeCodeCamp just published a new Spanish-language course on SQL and relational databases. It covers tables, foreign keys, queries, data manipulation, and more. (4 hour YouTube course): https://www.freecodecamp.org/news/learn-sql-course-for-beginners-in-spanish/ 5. Today's song of the week is the 1988 song by Genesis sideproject Mike + the Mechanics: "Nobody's Perfect". If you like synths and guitar solos, you'll love this song. Paul Young has an incredible voice. A

1 hr 32 min
Mar 27, 2026Episode 208
What happens when the model CAN'T fix it? Interview with software engineer Landon Gray

Today Quincy Larson interviews Landon Gray. He's a software engineer who worked at agencies for years. Then he taught himself AI assisted software development. And now he's helping other devs do the same.  Landon's famous for proving that RAG pipelines can be written in Ruby and popularizing Ruby as a language for building machine learning projects. He works as an AI Engineer at a enterprise software company and runs a popular newsletter. We talk about: - How Large Language Models are just the raw fuel, and harnesses are the real engine to get things done - Why building your professional network is so helpful for finding clients and landing job interviews - Why Landon helped port Python machine learning libraries to Ruby, and why he thinks that – now that AI is just an API call away – the Ruby ecosystem is better-positioned than ever. 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Landon's Substack newsletter: https://landongray.substack.com Community news section: 1. freeCodeCamp just published a new YouTube course that will teach you beginner Front-end Development skills like HTML, CSS, and JavaScript. You can code along at home and build a variety of projects: your own interactive quiz game, a currency converter app, and even a Trello-style kanban board. Along the way you'll learn how to use APIs and local storage to extend the functionality of these bite-sized apps. (12 hour YouTube course): https://www.freecodecamp.org/news/build-19-web-dev-projects-using-html-css-javascript/ 2. Learn how to properly test your software and ensure it doesn't break when you add new features. Prolific freeCodeCamp instructor Beau Carnes teaches this course. He'll introduce you to the Testing Pyramid and show you how to balance fast unit tests against complex end-to-end user journeys. You'll also learn how to automate some of this testing using an open source library called Playwright and an LLM testing tool. (1 hour YouTube course): https://www.freecodecamp.org/news/software-testing-with-playwright/ 3. More and more apps are relying on probabilistic LLM output alongside deterministic API calls. This makes life harder for devs who now need to ensure that hallucinations don't escape to end users. freeCodeCamp just published this advanced observability tutorial that will teach you emerging best practices and architectural patterns for dealing with this. (40 minute read): https://www.freecodecamp.org/news/build-end-to-end-llm-observability-in-fastapi-with-opentelemetry/ 4. Learn how to containerize your MLOps pipelines. This tutorial is the result of hard-won deployment wisdom. The author spent three weeks debu

1 hr 18 min
Mar 20, 2026Episode 212
The world still needs people who care - CodePen founder Chris Coyier interview

Today Quincy Larson interviews Chris Coyier. He's a front-end developer and co-founder of CodePen and the CSS Tricks blog. He has also recorded more than 700 podcasts about software engineering. We talk about: - How he thinks front-end development tools are 90% of the way to where they need to be - How developing for the web is "just as good as mobile, and you can reuse it everywhere." - And why high skilled devs working on novel problems don't need to worry about AI disrupting their careers 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Chris's personal site: https://chriscoyier.net/ - CodePen: https://codepen.io/chriscoyier - ShopTalk Podcast: https://shoptalkshow.com/ - Bluesky: https://bsky.app/profile/chriscoyier.net - Mastodon: https://front-end.social/@chriscoyier Community news section: 1. freeCodeCamp just published a comprehensive DevOps course that will teach you how to deploy your apps to production safely. You'll build your own CI/CD (Continuous Integration / Continuous Delivery) pipeline. Along the way you'll learn about branching strategies, Jenkins Freestyle Jobs, GitFlow, Maven, and more. This is a perfect way to build your skills over spring break. (17 hour YouTube course): https://www.freecodecamp.org/news/ci-cd-in-production-with-jenkins/ 2. Learn how to fine-tune an LLM to incorporate your own proprietary data. This is super useful if you need off-the-shelf LLMs to do novel tasks that they weren't originally optimized for. This course will teach you all about Parameter-Efficient Fine-Tuning, and how to use techniques like LoRA and QLoRA to train models on consumer-grade hardware. No data center needed. (12 hour YouTube course): https://www.freecodecamp.org/news/learn-how-to-fine-tune-llms-in-12-hours/ 3. Learn how to protect your sensitive data by running your LLMs locally. This quick tutorial will show you how to get up and running with Ollama, Python, LangChain, and LangGraph. It will also walk you through the various trade-offs you face when you avoid sharing your data with big tech companies. (15 minute read): https://www.freecodecamp.org/news/protect-sensitive-data-with-local-llms/ 4. Learn how agents are changing the field of software development. This in-depth tutorial will get you hands-on experience with building your own Flutter mobile app using Antigravity and Stitch. You don't even need to know Flutter. You just need to understand the core concepts and make the architectural decisions. You'll quickly see how sophisticated these tools have gotten over the past few months. (40 minute read): https://www.freecodecamp.org/news/learn-how-ai-agents-are-changing-de

1 hr 47 min
Mar 13, 2026Episode 211
How to Land Freelance Clients with Small Business Whisperer Luke Ciciliano (Developer Interview)

Today Quincy Larson interviews Luke Ciciliano. He's a front-end developer who runs Modern Website Design, a software consultancy that builds solutions for small to medium sized businesses. He taught himself programming in the 1980s and started landing clients in the 1990s. He's going to share tips for building your own software consultancy in your city and winning clients. We talk about: - How AI tools are actually creating MORE potential small business customers. Not fewer. - How to engage with clients and close the deal. - And why long term relationships are the key to building a business as a freelance developer Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,104 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Luke's website: https://www.modern-website.design/about-us/ - Luke's freeCodeCamp course: "How to Make Money as a Freelance Developer: Business Tips from an Expert" https://www.freecodecamp.org/news/tips-for-making-money-as-a-freelance-developer-39fae6b76972/ - Luke's many other freelance developer-focused courses on freeCodeCamp: https://www.freecodecamp.org/news/author/Luke-Ciciliano/ Community news section: 1. If you're interested in learning about AI infrastructure, freeCodeCamp just published this new course that will help you pass the NVIDIA Infrastructure and Operations Certification Exam. Andrew Brown is a CTO who has passed practically every DevOps exam under the sun, and he teaches this course. He'll introduce you to key concepts like GPU architecture, CUDA, and use cases for Accelerated Computing. Even if you decide not to pursue the certification, you'll still learn a lot from this course. (4 hour YouTube course): https://www.freecodecamp.org/news/pass-the-nvidia-certified-associate-ai-infrastructure-and-operations-certification-exam/ 2. freeCodeCamp also published a new course that will teach you full-stack JavaScript development by building your own professional-grade Loom-style screen-sharing platform. You can code along at home as you watch instructor Beau Carnes create a Next.js app, then add screen and mic capturing using standard media APIs. Then you'll learn how to store video data in the cloud, and automatically transcribe it. (1 hour YouTube course): https://www.freecodecamp.org/

1 hr 29 min
Mar 6, 2026Episode 210
There are 2 kinds of devs. One of them is screwed. Justin Searls interview

Today Quincy Larson interviews Justin Searls. He's a software engineer who cofounded a software agency 15 years ago that's still going – even after he figured out how to make a lot of money quickly and retire at age 38 once he had enough savings. These days he's gone from solving problems for client to solving solving problems for himself by building open source software. Often using emerging tools like agents. He says he getting way more done now than ever before. We talk about: - How software development is ceasing to be a team sport and is now more about individual devs working directly for the people paying them - How verifiability is everything - whether it's agents contributing to your codebase or humans - How someone just now entering the field can use emerging tools to get an edge over more experienced developers Note that I don't edit or censor these interviews at all. Justin uses some pretty blunt language so you may not want to listen to this around young children. 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Justin's website: https://justin.searls.co - The Breaking Change podcast: https://justin.searls.co/casts - Justin's article "There's no AI in team": https://justin.searls.co/links/2025-08-03-there-is-no-ai-in-team/ - Justin's article about how software is supply-constrained: https://justin.searls.co/links/2025-11-04-software-is-supply-constrained-for-now/ Community news section: 1. freeCodeCamp just published a course that will take you deep into the modern Kubernetes ecosystem. You'll implement advanced industry standards such as Gateway API for traffic management, CloudNativePG for managing PostgreSQL databases, and cert-manager for automated HTTPS security. By the end of the course, you'll have the confidence to manage production-grade environments. (6 hour YouTube course): https://www.freecodecamp.org/news/master-kubernetes-through-production-ready-practice/ 2. freeCodeCamp also published a comprehensive Notion course. It's not just a fancy notebook – you can use it as a full-blown operating system. You can code along at home and build your own task manager using Notion's "Software Legos" philosophy. Then you'll integrate your project with mail and calendar functionality, dashboards, and other advanced features. (12 hour YouTube course): https://www.freecodecamp.org/news/lean-notion-in-12-hours/ 3. Learn how to guide agents to write secure code using a robust framework of rules and tests. Software engineer and recent podcast guest Sumit Saha shares his step-by-step process by building a Node.js shopping cart app using an agent. Instead of just using naive "one-shot"

1 hr 27 min
Feb 27, 2026Episode 209
The ultimate dev skill is Integration Testing – Interview with Internet of Bugs

Today Quincy Larson interviews Carl Brown, who runs the Internet of Bugs YouTube channel and has worked as a dev at Amazon, IBM, Sun Microsystems, and startups for over 37 years. We talk about: - The hype versus the utility in LLMs and agent code generation tools - Why you might want to target developer jobs at smaller companies, and how these differ from "big tech" - How everyone will face agism eventually. Carl argues that a consulting career is a great escape hatch. 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - My interview with Stack Overflow founder Joel Spolsky whom we discuss: https://www.freecodecamp.org/news/trello-stack-overflow-founder-joel-spolsky-podcast-interview/ - Quincy's free book "How to learn to code and get a developer job": https://www.freecodecamp.org/news/learn-to-code-book/ Ted Chiang "ChatGPT Is a Blurry JPEG of the Web" article Carl mentions: https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web The Karpathy on Moltbook saga: //Karpathy hyping up MoltBook https://x.com/elonmusk/status/2017370646767145419 //Noon Jan 30 //Doubles Down after "being accused of overhyping" Moltbook https://x.com/karpathy/status/2017442712388309406 // 9:39 PM Jan 30 // Tweet showing Karpathy's (redacted) private information from a MoltBook security breach https://x.com/theonejvo/status/2017732898632437932 // 4:53PM Jan 31 // Fortune quotes Karpathy saying MoltBook is "a dumpster fire, and I also definitely do not recommend that people run this stuff on their computers" https://fortune.com/2026/02/02/moltbook-security-agents-singularity-disaster-gary-marcus-andrej-karpathy/ // Feb 2 Quote from Cory Doctorow about code failing well: https://pluralistic.net/2026/01/06/1000x-liability/ Excerpt from Cory's Mastodon with that quote in it: https://mamot.fr/@pluralistic/115848576290992814 Mastodon from Carl to Cory telling him I'm going to use that quote (which he boosted): https://mastodon.social/@carlbrown/115867074293449215 Article on Claude 4.6 being good at finding bugs with fuzzing: https://red.anthropic.com/2026/zero-days/ Reference to it from Computer Security Guru Bruce Schneier: https://www.schneier.com/blog/archives/2026/02/llms-are-getting-a-lot-better-and-faster-at-finding-and-exploiting-zero-days.html Older paper on LLMs being good at fuzzing prior to this new claim about claude 4.6: https://arxiv.org/html/2508.01750v1 Falsehoods programmers believe about names from Patio11: https://img.sauf.ca/pictures/2025-10-23/61fb6db44e7173cd9318753c955f7dda.pdf Same kind of article, but this one is about time instead of names (Carl said he was wrong in that

1 hr 15 min
Feb 20, 2026Episode 208
The three paths AI could take from here - Shawn Wang SWYX interview

Today Quincy Larson interviews Shawn Wang. He's a software engineer, founder of the AI Engineer conference, and host of the Latent Space podcast focused on applying the latest models toward getting work done. We talk about: - How even if LLMs plateau, there will be still paths to better output through surrounding harness code - And three big areas researchers are exploring to further improve model performance: World Models, Multi-modality, and Embodied AI - Which skills Shawn thinks are most important for developers going forward - And why Shawn thinks you should switch your own self teaching from "just-in-time learning" to "just-in-case learning" 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Shawn's Tiny Teams Playbook: https://www.latent.space/p/tiny - Shawn's interview with FeiFei Li: https://www.latent.space/p/after-llms-spatial-intelligence-and?utm_source=publication-search - Boots Theory: https://en.wikipedia.org/wiki/Boots_theory - Wirth's Law: https://en.wikipedia.org/wiki/Wirth%27s_law - Adversarial Reasoning: https://www.latent.space/p/adversarial-reasoning Community news section: 1. freeCodeCamp just published a comprehensive course that will teach you how to use the security-focused Kali Linux operating system. You'll learn how to identify, exploit, and defend against real-world vulnerabilities. You'll also build a solid foundation in penetration testing, network security, and vulnerability assessment. Most importantly, you'll learn how to think like a security engineer and leverage tools of the trade like Nmap and Wireshark. (4 hour YouTube course): https://www.freecodecamp.org/news/learn-cybersecurity-and-ethical-hacking-using-kali-linux/ 2. freeCodeCamp also published a guide to passing the Certified Kubernetes Administrator Exam. Beau Carnes teaches this course, which will walk you through key DevOps concepts. You'll start by setting up your K8s practice environment. Then you'll bootstrap a multi-node cluster and your control plane. You'll learn about Helm, High Availability Autoscaling, CoreDNS, and more. (2 hour YouTube course): https://www.freecodecamp.org/news/prepare-for-the-kubernetes-administrator-certification-and-pass/ 3. We also just published a full-length handbook on freeCodeCamp Press that you can read right in your browser. It will teach you modern React data fetching best practices. You'll learn how to leverage Suspense, ErrorBoundary, and the new Use API. If you're interested in web development, this is well worth bookmarking. (full length handbook): https://www.freecodecamp.org/news/the-modern-react-data-fetching-handbook-suspense-use-and-errorboundary-exp

1 hr 23 min
Feb 13, 2026Episode 207
Why maintaining a codebase is so damn hard – with OhMyZSH creator Robby Russell

Today Quincy Larson interviews Robby Russell. Robby created the open-source project Oh My ZSH. Oh My Zsh is a framework for managing your Zsh configuration for your command line terminal. It's been extremely popular among developers for more than a decade. Robby is also the CEO of Planet Argon, a software consultancy he created two decades ago. He's done work for Nike and lots of other companies. Note that this discussion is aimed at more advanced devs and engineering managers. We talk about: - How a "Don't let that happen again" culture can make it take forever to get new code into production, and how to reverse this - Tips for reducing your team's dependency on that one developer who's been there for years - Robby's perspective on LLM tools and how they're speeding up his workflows 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 Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - My previous interview of Robby with his full journey: from painting houses to running a popular open source tool (2 hour listen): https://www.freecodecamp.org/news/podcast-oh-my-zsh-creator-and-ceo-robby-russell/ - Robby reading his classic "d'Oh My Zshell" article recording on an older freeCodeCamp podcast episode: https://freecodecamp.libsyn.com/site/ep-34-doh-my-zsh - A recent interview Robby did with Kent Beck, the software engineer who created the Extreme Programming agile methodology, on his Maintainable Podcast: https://maintainable.fm/episodes/kent-l-beck-youre-ignoring-optionality-and-paying-for-it - Robby's Robby on Rails blog he's been maintaining for over 20 years: https://robbyonrails.com/links/ - Robby's "On Rails" podcast, the official podcast of the Ruby on Rails framework: https://onrails.buzzsprout.com/ - The Mighty Missoula (Robby's Post Rock band): https://mightymissoula.com/ - The Ghostty cross-platform terminal that Robby recommended: https://ghostty.org/ - The fzf command line fuzzy finder tool Robby recommended: https://github.com/junegunn/fzf - The new omarchy Linux distribution Robby recommended: https://omarchy.org/ Community news section: 1. Learn to code in Python from one of the greatest living Computer Science professors, Harvard's David J. Malan. This is the 2026 version of the famous CS50 course. It will teach you Python programming fundamentals like functions, conditionals, loops, libraries, file I/O, and more. If you're new to Python, or to coding in general, this is an excellent place to start. (25 hour YouTube course): https://www.freecodecamp.org/news/harvard-cs50-2026-free-computer-science-university-course 2. That Harvard computer science course will get you started with programming. But where do you go from there? freeCodeCamp just published a helpful tutorial tha

1 hr 19 min
Jan 29, 2026Episode 206
Tips from a 20-year developer veteran turned consultancy founder – Tapas Adhikary interview

Today Quincy Larson interviews Tapas Adhikari. He's a software engineer who runs a firm of 20 developers who build projects for companies around the world. He's also a prolific teacher, having written 300 programming tutorials - including 47 for freeCodeCamp – and runs a popular English and Bangla-language YouTube channels. We talk about: - The changing nature of software engineering - Tips for building your own fully-remote software development firm and landing clients abroad - Lessons from mentoring more than 500 developers over the years Support for this podcast comes from the 10,104 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Tapas's handbook on how to get started contributing to open source projects (required reading IMHO): https://www.freecodecamp.org/news/a-practical-guide-to-start-opensource-contributions/ - Tapas's many tutorials and handbooks on freeCodeCamp: https://www.freecodecamp.org/news/author/atapas/ - The developer firm Tapas co-founded and nows runs with more than a dozen developers: https://www.creowis.com/ - Tapas's personal website: https://www.tapasadhikary.com/ - Tapas's English-langauge programming tutorial YouTube channel: https://www.youtube.com/@tapasadhikary Community news section: 1. freeCodeCamp just published a new Python Data Structures & Algorithms course that will help you understand key Dynamic Programming patterns. These approaches come up all the time in technical interviews. You'll learn Constant Transition, the Grid Pattern, Two Sequences, Interval DP, Non-Constant Transition, Knapsack-like problems, and more. (2 hour YouTube course): https://www.freecodecamp.org/news/learn-dynamic-programming-through-dynamic-visuals/ 2. If you're interested in building projects on top of Large Language Models, freeCodeCamp just published a Python course on Retrieval-Augmented Generation (RAG). You'll learn how to turn documents into embeddings then store them in vector databases. The course will also walk you through building your own Model Context Protocol (MCP) server. (2 hour YouTube course): https://www.freecodecamp.org/news/learn-rag-and-mcp-fundamentals/ 3. Learn How Execution Context Works in JavaScript. If you're a JS dev, this is essential reading. You'll learn about interpretation vs compilation. Then you'll see how Node.js and the V8 engine load and execute code. (full length handbook): https://www.freecodecamp.org/news/how-execution-context-works-in-javascript-handbook/ 4. Finally, this weekend you can build your own fully-playable horror game based on the legendary "The Backrooms" liminal space. For some reason my kids are terrified of this weirdly normal-looking office setting. You'll build you

1 hr 4 min
Jan 23, 2026Episode 205
How to stay curious as a dev in the AI hype era with Sumit Saha

Today Quincy Larson interviews Sumit Saha, a software engineer and prolific teacher on YouTube. Sumit is based in Dhaka, Bangladesh, where he runs a developer agency building projects for clients throughout Asia. We talk about: - How the hunger for learning is dying and people are increasingly drawn to shortcuts over taking the time to truly understand concepts - Sumit's information diet and his tips for expanding your skills - 5 key developer concepts explained like you're 5 Support comes from the 10,104 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Sumit's many freeCodeCamp handbooks and tutorials: https://www.freecodecamp.org/news/author/sumitsaha/ - Sumit's website: https://www.sumitsaha.me/ - Sumit's Bangla-language YouTube Channel: https://youtube.com/@LearnwithSumit - Sumit's English YouTube Channel: https://youtube.com/@logicBaseLabs Community news section: 1. I spent three days at the San Francisco Palace of Fine Arts recording a documentary about the world's largest collegiate hackathon. More than 3,000 student developers participated in this year's UC Berkeley Cal Hacks hackathon. Over the course of 36 hours, they built a broad array of projects, then demo'd them to judges from industry. I now present to you the finished documentary. I hope you find it both enjoyable and inspiring. (80-minute documentary): https://www.freecodecamp.org/news/inside-cal-hacks-2025-36-hours-at-the-worlds-largest-collegiate-hackathon/ 2. freeCodeCamp also published a new course on building your own custom Kubernetes operators and controllers from scratch. You'll learn everything from the internal architecture of Informers and Caches to advanced concepts like Finalizers and Idempotency. If you're interested in DevOps, this is the course for you. (6 hour YouTube course): https://www.freecodecamp.org/news/build-your-own-kubernetes-operators-with-go-and-kubebuilder/ 3. Learn how to select the best GPU for economically training your models and running inference workloads. This no-nonsense guide will help you understand why certain specs matter more than others. It will also help you navigate around common pitfalls when buying or renting GPUs. (35 minute read): https://www.freecodecamp.org/news/how-to-choose-the-best-gpu-for-your-ai-workloads/ 4. Learn how to benchmark embedding models using your own custom data. This course will walk you through leveraging Vision Language Models for precise text extraction. You'll also learn how to use LLMs to generate synthetic evaluation data. Finally, you'll get exposure to the rigorous statistical tests that can help you find the best models for whatever hardware you have on hand. (4 hour YouTube course): https://www.f

1 hr 27 min
Jan 16, 2026Episode 204
The Most Important Skills Going Forward with CTO + Homebrew Maintainer Mike McQuaid

Today Quincy Larson interviews Mike McQuaid. He's a software engineer who previously worked at GitHub, and now serves as lead maintainer of Homebrew, a Mac package manager used by tens of millions of developers. He's based in Edinburgh, Scottland. He's worked remotely as a dev for nearly two decades. We talk about: - What does a career in open source really look like - What skills are going to be the most important going forward - How big open source infrastructure really gets written and maintained Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,104 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Mike's podcast, Minimum Viable Management: https://www.youtube.com/playlist?list=PLdx6vnBOYrMZw3ZHjJJyItqQuZQhTIzhc - Homebrew 5.0 announcement with changelog: https://brew.sh/2025/11/12/homebrew-5.0.0/ - POSSE approach to social media: https://indieweb.org/POSSE Community news section: 1. freeCodeCamp just published a book that will teach you the math that powers most AI systems. Even if you haven't studied math since high school, you may find this book helpful in expanding your understanding of the layers of abstraction underpinning these emerging tools. You'll learn key concepts in statistics, linear algebra, calculus, and optimization theory. You'll also get a healthy dose of mathematical history. (free full-length book): https://www.freecodecamp.org/news/the-math-behind-artificial-intelligence-book/ 2. And if you're finding the sudden surge in AI tools to be overwhelming, freeCodeCamp just published this practical guide to using them effectively. This tutorial will separate the utility from the hype. You'll learn how to minimize hallucinations with Context Management. You'll also learn about agentic tools and in-editor assistants. It even has tips for how to prevent your own developer skills from atrophying, so you can adopt these tools without becoming overly dependent on them. (35 minute read): https://www.freecodecamp.org/news/how-to-not-be-overwhelmed-by-ai/ 3. freeCodeCamp also published a course on React Optimization. You'll learn key React design patterns to achieve a screaming-fast front end. This course covers memoization, derived states, throttling, debouncing, concu

1 hr 13 min
Jan 9, 2026Episode 203
First developer job at age 38 with lawyer turned software engineer Zubin Pratap

Today Quincy Larson interviews Zubin Pratap, a software engineer and manager from Melbourne, Australia. After nearly two decades working as a corporate lawyer, he taught himself programming using freeCodeCamp.org. Within two years, he landed a job as a software engineer at Google. We talk about: - How tools are making programming easier, but other parts of being a developer harder - How 2009 - 2022 was NOT a normal job market and how devs are adapting - "The purpose of communication is to be understood" and other lessons Zubin's learned over the years Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,104 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Zubin's LinkedIn and other social media: https://meetzubin.carrd.co/ - Zubin's "Easier said than done" podcast on YouTube: https://www.youtube.com/watch?v=Ky4Hhd-k1js&list=PLAPuklwJx5V3fpXiSD9CMh3RhPQTCSemj Community news section: 1. Let's kick off 2026 with a ton of announcements. We just launched Version 10 of freeCodeCamp's JavaScript certification, along with updated Python, SQL, and Responsive Web Design certifications that you can earn. We even launched our beta Spanish and Mandarin Chinese curricula. (10 minute announcement article with tons of data): https://www.freecodecamp.org/news/christmas-gifts-freecodecamp-community-2025 2. Now you can learn Spanish on freeCodeCamp. We just launched our FREE A1 Level Spanish curriculum. You'll learn: pronunciation, introductions, numbers, and more. More than 200 steps are live now. ¡Aprendamos! https://www.freecodecamp.org/news/freecodecamps-a1-professional-spanish-curriculum-beta-is-now-live/ 3. Over the holiday break I took my kids to Johnson Space Center in Houston. If you're in Houston you should absolutely go here. We visited the Mission Control center that NASA used during the Apollo missions to the moon. They also had an awesome multimedia experience created by Tom Hanks about this year's Artemis mission to the moon. This is an incredible museum. We spent 7 hours there. It wasn't particularly expensive. Just make sure you book tickets to mission control a few months in advance of your trip. 4. During the road trip, I re-listened to Guns 'n' Roses's entire catalogue. Which bri

1 hr 4 min
Dec 19, 2025Episode 202
How to get promoted as a dev without becoming a manager – Staff Engineer Santosh Yadav interview

Today Quincy Larson interviews Santosh Yadav. The son of a textile worker, he grew up inner-city Mumbai and studied hard to get into university. From there he's worked as a software engineer for 16 years. Along the way, he's picked up every distinction imaginable including Google Developer Expert, GitHub Star, and Microsoft MVP. Santosh shares tips for: - How to get promoted as an Individual Contributor without needing to becoming a manager - How to rise within a company without needing to change jobs to move up - How to succeed socially on a team while working remotely remotely - How to not just survive but thrive after a Type 2 Diabetes diagnosis Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Santosh's freeCodeCamp article: "From the Slums of Mumbai to a Rented Apartment – My 30-Year Developer Journey": https://www.freecodecamp.org/news/my-journey-into-tech-from-slums-of-mumbai-to-my-own-apartment/ - Santosh's freeCodeCamp article "My Developer Journey – How I Got a Remote Job and Increased My Salary While Contributing to Open Source": https://www.freecodecamp.org/news/my-developer-journey-how-i-increased-my-salary-and-got-a-remote-job/ - Santosh's journey to Staff Engineer and tips for getting promoted as an IC: https://www.santoshyadav.dev/blog/2025-03-29-my-journey-to-staff-engineer/ - Santosh's podcast on working in tech: https://www.youtube.com/c/ThisisTechTalks -Santosh's article on how he realized he was introducing toxicity as a manager: https://dev.to/this-is-learning/how-i-made-workplace-toxic-1ici Community news section: 1. freeCodeCamp just launched our new JavaScript Data Structures and Algorithms Certification and our new Python certification. The are 300-hour interactive courses. You can now take the final exams for both of these and earn a free verified certification, which you can then it to your LinkedIn, CV, résumé, or personal website. These are part of version 10 of the core freeCodeCamp curriculum. The community collectively spent thousands of hours developing all this to serve as your shortest path to acquiring programming fundamentals. (300 hour interactive curriculum – announcement article and FAQ): https://www.freecodecamp.org/news/freecodecamps

1 hr 8 min
Dec 12, 2025Episode 201
The "AI is going to replace devs" hype is over – 22-year developer veteran Jason Lengstorf

Today Quincy Larson interviews Jason Lengstorf. He's a college dropout who taught himself programming while building websites for his emo band. 22 years later he's worked as a developer at IBM, Netlify, run his own dev consultancy, and he now runs CodeTV making reality TV shows for developers. We talk about: - How many CEOs over-estimated the impact of AI coding tools and laid off too many devs, whom they're now trying to rehire - Why the developer job market has already rebounded a bit, but will never be the same - Tips for how to land roles in the post-LLM résumé spam job search era - How devs are working to rebuild the fabric of the community through in-person community events Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Jason's previous freeCodeCamp podcast interview, with his developer origin story: https://www.freecodecamp.org/news/from-drop-out-to-software-architect-with-jason-lengstorf-podcast-167/ - The first season of Web Dev Challenge on CodeTV: https://codetv.link/wdc Community news section: 1. freeCodeCamp just published a Git and GitHub for beginners course. Git is a powerful version control tool that most developers now use to build software projects together. GitHub is a popular platform that adds tons of collaboration features on top of Git. You'll learn the basics of both in this course, which covers branching, merging, pull requests, and other key concepts. Well worth your time. (1 hour YouTube course): https://www.freecodecamp.org/news/git-and-github-crash-course-for-beginners 2. freeCodeCamp also just launched our new Responsive Web Design Certification. You can now take the final exam and earn this verified cert, then add it to your LinkedIn, CV, or personal website. This is version 10 of the core fCC curriculum. The community collectively spent thousands of hours developing all this as your shortest path to front-end development skills. This announcement and comprehensive FAQ will help you figure out where this fits into your journey toward your learning goals. (100+ hour interactive curriculum): https://www.freecodecamp.org/news/freecodecamps-new-responsive-web-design-certification-is-now-live/ 3. freeCodeCamp also just published a

1 hr 8 min
Dec 5, 2025Episode 200
How to build your own learning path using Open Source with Kunal Kushwaha

Today Quincy Larson interviews Kunal Kushwaha. He's a software engineer and prolific computer science teacher on YouTube. He failed the JEE, the Indian Engineering Entrance Exam, TWICE. But he persevered. He did 4 years of university but attended ZERO lectures. Instead he built his own learning path by contributed to open source projects and using free learning resources including freeCodeCamp. He moved from Delhi to London on a UK Global Talent Visa. He works at Cast AI and is the founder of the WeMakeDevs community. We'll talk about: - How he teaches himself new skills, then teaches those skills through his YouTube channel - His day-to-day working remotely at startups - His role in building out cloud regions as a field CTO at Civo, a cloud native service provider - The Indian higher education system Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Rep the freeCodeCamp community with pride. Get your fCC t-shirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - Kunal's YouTube channel: https://www.youtube.com/@KunalKushwaha - WeMakeDevs, an inclusive global community for anyone passionate about technology that puts on events: https://www.wemakedevs.org/ - CastAI where Kunal now works: https://cast.ai/ Community news section: 1. freeCodeCamp's New Responsive Web Design Certification is now live. You can now take the final exam and earn this FREE verified cert, then add it to your LinkedIn, CV, or personal website. Announcement article: https://www.freecodecamp.org/news/freecodecamps-new-responsive-web-design-certification-is-now-live/ 2. Before modern Large Language Models, scientists and developers worked with more fundamental Natural Language Processing tools. freeCodeCamp just published a handbook that will help you understand the tools that power chatbots, machine translation, text summarization, and more. You'll learn how computers analyze syntax, model semantics, and interpret context. Then you'll use popular Python libraries to apply those concepts to real projects. (full length handbook): https://www.freecodecamp.org/news/how-to-use-nlp-techniques-and-tools-in-your-projects-full-handbook/ 3. freeCodeCamp also published a handbook that will give you a nuanced understanding of one of the trickier aspects of JavaScript devel

1 hr 14 min
Nov 28, 2025Episode 199
Tips from a serial career changer with GitHub's Andrea Griffiths

Today Quincy Larson interviews Andrea Griffiths, who taught herself programming using freeCodeCamp while working in construction. She moved to the US from Colombia when she was 17, and within 6 months she joined the US Army. She ran a chain of gyms before landing a support role at a tech company, then ascending to Product Manager and ultimately Developer Advocate at GitHub. Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp t-shirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org We talk about: - Tips for busy parents who want to learn new skills. - How AI tools are no substitute for your own critical thinking - and problem solving skills. - How even though it's getting easier every day to learn programming for free, people are so distracted, and for many it feels harder and harder to sit down and do it. Links from our discussion: - Article about AI and product management (which includes some blunt takes from Quincy): https://thenewstack.io/for-devs-a-fix-for-ai-complexity-is-hiding-in-plain-sight/ - Andrea's weekly newsletter: https://mainbranch.beehiiv.com/ - Learn How to Learn course by Dr. Barbara Oakley: https://www.classcentral.com/course/learning-how-to-learn-2161 Community news section: 1. freeCodeCamp just published this beginner-friendly back-end development course. You'll learn how to build your own web servers and APIs using Node.js, Express, and MongoDB. freeCodeCamp's website and mobile apps are built using these tools, which make up the popular MERN stack. You'll also get some exposure to database architecture, security principles, testing best practices, and more. (2 hour YouTube course): https://www.freecodecamp.org/news/intro-to-backend-web-development-nodejs-express-mongodb/ 2. freeCodeCamp also published a comprehensive Blender and Three.js course where you'll build your own 3D portfolio piece: a render of an adorable home office. If you're interested in 3D rendering and computer graphics, this is the course for you. You'll learn key concepts like Quad Topology, Raycasting, OrbitControls, and more. By the end of the course, your 3D model will be live on the web so you can share it with your friends. (9 hour YouTube course): https://www.freecodecamp.org/news/create-a-cute-room-portfolio-with-threejs-blender-javascript/ 3. freeC

1 hr 3 min
Nov 21, 2025Episode 198
When NOT to use AI in your hackathon project with MLH winners Cindy Cui and Alison Co

Today Quincy Larson interviews Alison Co and Cindy Cui, two university students who won the NW Hacks hackathon with their tool that helps people who are losing their vision learn to read Braille. He met them when GitHub invited them to their big San Francisco conference, GitHub Universe to present their project. Alison Co is a software engineer who's graduating Fall 2026. She's among the prestigious Major League Hacking Top 50 hackers. She's interned at Hubspot and will soon start interning at Rippling. Cindy Cui is a software engineer who's graduating Spring 2026. She's interning as a backend developer at Shopify. She also teaches violin and holds the prestigious Level 10 Violin certification from the Royal Conservatory of Music. We talk about: - Tips for securing good internships - How they use AI as university students and as devs, and its limits - How they built their winning hackathon project to help people losing their vision learn to read braille Support for this podcast is provided by a grant from AlgoMonster. AlgoMonster is a platform that teaches data structure and algorithm patterns in a structured sequence, so you can approach technical interview questions more systematically. Their curriculum covers patterns like sliding window, two-pointers, graph search, and dynamic programming, helping you learn each pattern once and apply it to solve many problems. Start a structured interview prep routine at https://algo.monster/freecodecamp Support also comes from the 10,338 kind folks who donate to our charity each month. Join them and support our mission at https://donate.freecodecamp.org Get a freeCodeCamp tshirt for $20 with free shipping anywhere in the US: https://shop.freecodecamp.org Links from our discussion: - A 45-second demo of Braillelearn I recorded in the shuttle with Alison and Cindy at GitHub Universe: https://youtube.com/shorts/a7B-JvPgTQs - The Braillearn website: https://braillearn.vercel.app/ - Braillearn on GitHub: https://github.com/co-alison/nwhacks-2025 - Alison on LinkedIn: https://www.linkedin.com/in/alison-co-3634721b7/ - Cindy on LinkedIn: https://www.linkedin.com/in/cindy-cui/ Community news section: 1. freeCodeCamp just published a Discrete Mathematics for beginners course. It'll teach you tons of math concepts that are key to modern Machine Learning. You'll learn some Number Theory and Combinatorics, then use Python to explore the Pigeonhole Principle, the Stars and Bars Principle, Stirling Numbers, the Chinese Remainder Theorem, and more. (9 hour YouTube course): https://www.freecodecamp.org/news/learn-discrete-mathematics/ 2. We also published this JavaScript course on the open source n8n agentic workflow automation tool. freeCodeCamp instructor Gavin Lon will teach you core concepts like working with loops, trigger nodes, webhooks, and more. You can code along at home and build 4 real-world projects, including a chatbot and an emergency

1 hr 17 min
Nov 14, 2025Episode 197
Harvard CS50 prof David J. Malan on why you should take your time learning programming

Dr. David J. Malan teaches computer science at Harvard. Over the past decade, millions of people have taken his CS50 course both in person and online. He joins us to talk about: 1. Why he still recommends learning the C programming language in 2026 2. How he intentionally nerfs hist student's coding editors and LLMs to help them learn fundamentals faster 3. His vision for self-paced learning, and how it improves on traditional university education 4. Where the software engineering field is heading in light of recent AI tool improvements Links from our discussion: - Teaching Computer Science with Theatricality: https://www.youtube.com/watch?v=AMiNIjePZlo - Teaching CS50 with AI: https://youtu.be/ggshaJcOc6Y Dr. Malan's paper on Academic Honesty in CS50: https://cs.harvard.edu/malan/publications/Teaching_Academic_Honesty_in_CS50.pdf - Dr. Malan's paper, Toward an Ungraded CS50: https://cs.harvard.edu/malan/publications/Toward_an_Ungraded_CS50.pdf - My 2019 interview with Dr. Malan and Colton Ogden, one of his CS50 instructors: https://www.freecodecamp.org/news/podcast-harvard-cs50s-david-malan-and-colton-ogden-on-computer-science/ Community news section: 1. Learn how cryptography works, and how developers use it to secure both data and communication. freeCodeCamp just published a course that will teach you Python functions for symmetric and asymmetric encryption. You'll learn about SHA-256, AES, RSA, and public / private keys as well. You'll even code your own command-line cryptography tool. (1 hour YouTube course): https://www.freecodecamp.org/news/cryptography-for-beginners-full-python-course-sha-256-aes-rsa-passwords/ 2. freeCodeCamp also published a course on building your own 3D games that run in a browser using Three.js and Blender. You'll learn how to model characters, design levels, detect collisions, and make the camera follow your playable character. You'll even deploy your game to the cloud so your friends can play it. (6 hour YouTube course): https://www.freecodecamp.org/news/creative-web-development-with-threejs-and-blender/ 3. Learn Event-Driven Architecture. freeCodeCamp published this advanced JavaScript handbook that will teach you about Event Loops, Task Queues, Call Stacks, Backpressure, Websockets, Pub/Sub, and more. Take your full stack development skills to the next level and be sure to share this with your developer friends. (full length handbook): https://www.freecodecamp.org/news/event-based-architectures-in-javascript-a-handbook-for-devs/ 4. freeCodeCamp also published our first ever guitar course. You'll learn beginner music theory concepts like chords and scales. You'll then map them to the guitar fretboard. You'll also learn guitar-specific techniques like barre chords. I learned guitar during the pandemic and am having an absolute blast with it. I hope you will, too. (1 hour YouTube course): https://www.freecodecamp.o

1 hr 8 min
Nov 7, 2025Episode 196
Applying into the void with recruiter admin Abbey Perini

Abbey Perini taught herself programming at age 27 while working as an admin at an engineering recruitment agency. She has worked extensively with large legacy codebases and taught best practices to developers internationally. We talk about: - How to hit the ground running with a large legacy codebase - How to get employers to remember you and actually respond to you - How she adapted to her ADHD diagnosis and stays focused and ships code - How knitting and cosplay give her perspective as a dev Links we discuss: - Abbey's blog: https://abbeyperini.com/ - Robby Russell (OhMyZSH maintainer) interview: https://www.freecodecamp.org/news/podcast-oh-my-zsh-creator-and-ceo-robby-russell/ - Leon (100Devs founder) interview: https://www.freecodecamp.org/news/playing-the-developer-job- search-game-to-win-in-2025-with-danny-thompson-and-leon-noel-podcast-188/ - AskJan to help you figure out if you need accomodation at work and your options: https://askjan.org/ - Little Old Lady Memory: https://www.amusingplanet.com/2020/02/that-time-when-computer-memory-was.html Links from the community news section: 1. freeCodeCamp just published a new course taught by legendary Harvard computer science professor Dr. David J. Malan. This comprehensive cybersecurity for beginners course will teach you how to secure accounts, databases, and entire software systems. Dr. Malan also shares tons of practical tips for securing your privacy in an increasingly adversarial world. (8 hour YouTube course): https://www.freecodecamp.org/news/learn-cybersecurity-from-harvard-university/ 2. freeCodeCamp also published a guide to passing the Certified Kubernetes Administrator Exam. Beau Carnes teaches this course, which will walk you through key DevOps concepts. You'll start by setting up your K8s practice environment. Then you'll bootstrap a multi-node cluster and your control plane. You'll learn about Helm, High Availability Autoscaling, CoreDNS, and more. (2 hour YouTube course): https://www.freecodecamp.org/news/prepare-for-the-kubernetes-administrator-certification-and-pass/ 3. Learn how to build high-performance mobile apps using Google's open-source Flutter framework. freeCodeCamp uses Flutter for our Android and iPhone apps, and it's way easier than maintaining two separate app codebases. This Flutter handbook will teach you how to efficiently lay out your apps with minimum widget rebuilds. You'll learn state management techniques, asynchronous patterns, and image caching best practices. You'll also learn how to use Isolates and lazy loading to make your apps really snappy. (full length handbook): https://www.freecodecamp.org/news/how-to-build-scalable-and-performant-flutter-applications-a-handbook-for-devs/ 4. Learn Serverless Architecture using C# .NET and Azure cloud. This jam-packed course will teach you common microservice patterns, Onion Architecture, IoT functions, and

50 min
Oct 31, 2025Episode 195
He Turned Down a FAANG Dev Job to Keep Working Remotely with Patrick Hartley

Patrick Hartley is a self-taught developer with nearly a decade of software engineering experience. When he was 21 he had to dropped out of college to provide for his family. He taught himself programming while working at a thrift store. After building his own apps and freelancing, he became the founding engineer at startup that got acquired, and has since worked as a dev at other tech companies. A few months ago he turned down an opportunity at Amazon so he could continue to work remotely from his home in Oklahoma City. He shares tips for: - Teaching yourself programming while raising kids - How to build foundational skills with JavaScript and Python - Getting a remote job when you have to compete with the global developer talent pool - Surviving as an introvert in a networking-heavy and meeting-filled profession Patrick Hartley on LinkedIn: https://www.linkedin.com/in/patrick-hartley-jr/ Links from the Community News intro:  1. freeCodeCamp just published a massive course that will teach you almost every major data structure and algorithm that may come up in a developer job interview. You'll learn about Time Complexity, Space Complexity, and Big O Notation. Then you'll learn concepts like Trees, Graphs, Dynamic Programming, Backtracking, and more. (49 hour YouTube course): https://www.freecodecamp.org/news/master-technical-interviews-by-learning-data-structures-and-algorithms/ 2. freeCodeCamp also published a handbook that will teach you React for beginners. React is a powerful front end development library that tons of companies use to make their websites more interactive. If you already know some basic HTML, CSS, and JavaScript, this handbook is for you. You'll learn about JSX, components, event handlers, hooks, and more. (full length handbook): https://www.freecodecamp.org/news/react-handbook-for-beginners-learn-jsx-hooks-rendering/ 3. This SwiftUI for Beginners course will give you the tools you need to build your first iPhone app. You can code along at home and build your own movie browsing app with powerful search features and the ability to stream movie trailers. You'll learn about navigation, API networking requests, SwiftData, and more. (4 hour YouTube course): https://www.freecodecamp.org/news/learn-swiftui-and-create-an-ios-app-from-scratch/ 4. freeCodeCamp published an advanced Python tutorial on Machine Learning Lineage. This is important to establish the safety of mission critical AI systems. You'll learn about ETL Pipelines, Data Drift Checks, Model Tuning, and Model Risk Assessment. (20 minute read): https://www.freecodecamp.org/news/how-to-build-end-to-end-machine-learning-lineage/ 5. This relaxing 3D browser game where you deliver messages around town. You can customize your appearance and watch other messagers spawn into the game and deliver their packages, too. A chill way to spend 15 minutes. https://messenger.abeto.co/ 6. Song

1 hr 10 min
Oct 24, 2025Episode 194
First dev job at 45 – Interview with self-taught freeCodeCamp grad Eric Carlson

Eric Carlson is a self-taught software engineer at Cisco. In his early 20s, he worked his way up to manager at the busiest Dominos Pizza in Canada. He eventually went to college and studied liberal arts, then worked as a teacher for two decades before teaching himself programming using freeCodeCamp.  He got his first developer job at age 45 by using his programming skills to pivot into a more technical role within a big telecom company. And he's since gone further down the stack, doing back end work and now DevOps. Eric shares tips for: - Teaching yourself programming while raising young kids - Building up your mental stamina so you can program for many hours in one sitting - How to learn just-in-time so you don't waste time chasing "shiny object" tools - How to reinforce your learning by taking detailed notes on basically everything Links we discuss during the show: - Eric's 2022 freeCodeCamp forum post about his journey into software development: https://forum.freecodecamp.org/t/i-got-a-dev-job-after-9-months-on-freecodecamp-or-was-it-2-years-and-9-months/516049 - The 1990 Teenage Mutant Ninja Turtles pizza scene: https://www.youtube.com/watch?v=W-teYcHSWkg Links from the Community News intro:  1. freeCodeCamp just published a course on how to build your own MCP server with Python. Model Context Protocol Servers are like APIs for AI agents. Lots of developers are now building them to help agents interact with their websites' data more accurately. This course will teach you how to leverage the open source FastMCP library to build a calculator project that agents can then directly interact with. (1 hour YouTube course): https://www.freecodecamp.org/news/learn-mcp-essentials-and-how-to-create-secure-agent-interfaces-with-fastmcp 2. Learn how to pass Google's new Generative AI Leader Certification Exam. Andrew Brown is a CTO who has passed practically every DevOps exam under the sun, and he teaches this course. He'll give you a business-level understanding of Google Cloud's gen AI offerings. By the end of this course, with the help of Andrew's practice materials, you'll be ready to sit for the exam. (3 hour YouTube course): https://www.freecodecamp.org/news/pass-the-google-generative-ai-leader-certification-exam/ 3. Teach your apps how to learn. This comprehensive Machine Learning fundamentals course will walk you through building systems smart enough to create their own algorithms. You'll use C++ to implement a Preceptron, which will then look at images of shapes and figure out ways to reliably label them. (interactive course): https://www.freecodecamp.org/news/machine-learning-tutorial-how-to-program-without-creating-your-own-algorithms/ 4. Strix is a relatively new open source tool for testing the security of your apps and identifying vulnerabilities. It's essentially an AI-powered white hat attacker that you set loose in your codebase. This tutorial

1 hr 13 min
Oct 17, 2025Episode 193
From injured athlete to software engineer with Kaleb Garner

Kaleb Garner is a software engineer working at a medical technology app company. He got a scholarship to play baseball at a state university, but a serious knee injury ended his career and he dropped out. After moving back in with his parents and working at an optometry office, he decided to teach himself programming. He used freeCodeCamp and 100Devs to learn for free, and got his first front end developer job when he was only 19. He has since expanded his skills to work on large legacy Python and C# codebases. We talk about: - How his Major League Baseball goals and his dream of becoming a doctor ended in the same catastrophic semester - His grind to get his first developer role after only 20 carefully researched job applications - Getting laid off right before his wedding and losing all discipline in his frantic job search - Tips for making your skillset and your network layoff-resilient Links we discuss: - Recent NY Times article Quincy mentions about people struggling to find developer jobs ("They're doing it wrong") [paywalled]: https://www.nytimes.com/2025/08/10/technology/coding-ai-jobs-students.html - 1999 movie Office Space trailer about a simpler time in corporate life: https://www.youtube.com/watch?v=3_fG_zLbBeU - Leon Noel's 100Devs program and community that Kaleb used alongside freeCodeCamp: https://100devs.org/ Links from the news section: 1. freeCodeCamp just published an in-depth Harvard course that will teach you SQL and relational databases. You'll learn key concepts like CRUD operations (Create, Read, Update, Delete). You'll also learn how to normalize data, join tables, and index your databases for faster performance. You'll use real-world datasets and write your own queries in SQLite, before moving on to working with PostgreSQL and MySQL. (11 hour YouTube course): https://www.freecodecamp.org/news/learn-databases-and-sql-from-harvard-university 2. This advanced Python Machine Learning course will teach you the history of computer vision architectures. You'll learn about design philosophies like LeNet, AlexNet, Xception, and Vision Transformers. You'll see side-by-side comparisons, and learn how they've progressed over the past few decades. (5 hour YouTube course): https://www.freecodecamp.org/news/the-history-of-deep-learning-vision-architectures 3. freeCodeCamp also published this handbook that will teach you all about JSON Web Tokens, which are key to modern authentication and security. You'll learn their history and how they work, through a series of helpful diagrams and code examples. (full length handbook): https://www.freecodecamp.org/news/the-json-web-token-handbook-learn-to-use-jwts-for-web-authentication/ 4. Learn how developers are using the Compound Components Design Pattern to clean up their messy React code. You can code along at home and refactor several components. This will help you solidify your understandin

1 hr 20 min
Oct 10, 2025Episode 192
Evan You – From Art School Kid to Open Source Legend

Evan You is the creator of the popular Vue JavaScript library for front end development and the Vite JavaScript build tool that a lot of devs use as a boilerplate for their new projects. He's a self-taught developer based in Singapore. He shares tips for: - Getting involved in open source - Leading open source projects and attracting sponsors - And how to use AI as a thinking assistant rather than just as a coding assistant We also talk about his thoughts on the Chinese open source scene, a new documentary that just came out about Vite, and his new project: Void 0. Links from the news section: 1. freeCodeCamp just published a new in-depth course that will teach you full stack development fundamentals from the ground up. It covers front end development tools like HTML, CSS, and JavaScript. Then it moves to back end development tools like Node, SQL, and TypeScript. You can code along at home and build a variety of projects while getting exposed to a ton of concepts. (47 hour YouTube course): https://www.freecodecamp.org/news/become-a-full-stack-developer-with-one-video/ 2. We also just completed work on this new Go programming course where you build your own movie streaming app. Go is a fast back end language, and here we're pairing it with the Gin-Gonic web server framework. As you build this project, you'll also integrate your movie database with OpenAI's API to analyze data and give your users personalized movie recommendations. (15 hour YouTube course): https://www.freecodecamp.org/news/build-a-full-stack-movie-streaming-app-with-go-react-mongodb-openai/ 3. When browsing the web, you may see the error message that something has been "blocked by CORS policy." CORS stands for Cross-Origin Resource Sharing. When fetching data, if the domain of the requester is different from the domain of the receiver, your browser will reject that request. It's an important security measure, but it can also be a headache for developers trying to maintain their web apps. Luckily, freeCodeCamp just published this tutorial – chock full of theory and code examples – to help you understand the basics. (20 minute read): https://www.freecodecamp.org/news/how-to-fix-cross-origin-errors/ 4. You've probably heard people throw around terms like Deep Learning, Machine Learning, and Generative AI. But what do they mean in relation to one another? This quick article breaks down the jargon for you in plain English. (10 minute read): https://www.freecodecamp.org/news/machine-learning-vs-deep-learning-vs-generative-ai/ I'm proud of the freeCodeCamp community and all these open source learning resources we're building. If you're proud of it too, then please consider joining the 10,881 kind folks who support our charity and our mission: https://www.freecodecamp.org/donate Bare Metal Gaming: Zaxxon running on assembly (no operating system below it): https://www.youtube.com/watch?v=ZFHnbozz7b4

58 min
Oct 3, 2025Episode 191
From manufacturing worker to first developer job at age 43 with Thomas Gooch

He's a self-taught software engineer who got his first developer job at age 43. He spent decades working in manufacturing while raising his kids, before using freeCodeCamp to learn programming. He was able to translate his JavaScript skills into working on enterprise Java apps, and now works at a semiconductor company. We talk about: What working 12 hour manufacturing shifts is really like Why he preferred freeCodeCamp's free curriculum over the paid courses that he tried When to use AI code generation and when to do it yourself Having faith in your ability to ultimately get a developer job Play snake in your browser's address bar [open source repo - links to the game itself]: https://github.com/epidemian/snake  Song of the week: Return of the Space Cowboy by Jamiroquai 1994 https://youtu.be/OPkjnRIdQXQ News items: 1. Learn how to code your own LLM from scratch with Python with this free 6 hour course. freeCodeCamp just published an in-depth Python course that will walk you through training your own Large Language Model. If you have some basic programming skills and want to get deeper into Machine Learning, this is an excellent place to start. You'll learn about key concepts like Reward Modeling, Supervised Fine-Tuning, Mixture-of-Experts Layers, RMSNorm, RoPE, KV caching, and more. Dive in. (6 hour YouTube course): https://www.freecodecamp.org/news/code-an-llm-from-scratch-theory-to-rlhf/  2. We also published a Python course that will help you build production-ready AI systems. This no-nonsense course will take you step by step through building a sophisticated data pipeline that scrapes training data, cleans it up, and ensures its integrity before feeding it into your model. I love this dude's relentless teaching style. (2 hour YouTube course): https://www.freecodecamp.org/news/build-an-enterprise-grade-ai-project/  3. freeCodeCamp also published a course on building advanced AI agents. You'll use Python to implement interactive voice agents and intelligent research assistants. This course will even expose you to multi-agent workflows. You'll use sample codebases and popular tools like LangChain and LiveKit to code along at home. (1 hour YouTube course): https://www.freecodecamp.org/news/how-to-build-advanced-ai-agents/  4. Memory leaks are one of the most common performance issues with React apps. This JavaScript tutorial will walk you through the most common ways they afflict your apps. Then it'll equip you with the tools you need to track memory leaks down and fix them. It's chock full of

38 min
Sep 26, 2025Episode 190
Lone Wolf Dev turned Open Source Super Contributor Tom Mondloch

Tom Mondloch quit programming after he finished community college. After a few years of odd jobs, he decided to get back into programming and discovered freeCodeCamp.  He was just learning his own way, and didn't think freeCodeCamp's linear curriculum would be worth his time. But he stuck with it, got good, and ultimately started contributing to our open source project. He's since joined freeCodeCamp's staff and archetected freeCodeCamp's entire relational database curriculum, which you can run in your browser or right inside your VS Code editor. Tom shares tips for: - Brushing up on your programming skills if you've taken a few years off - Contributing to open source - Using AI codegen tools sensibly and not relying too heavily on them He also talks about the role of vocational college, his love of the outdoors, and how working remotely allows him to continue to live in small town middle America without the need to move to a big city. A huge thank you to the 10,889 kind folks who make this podcast possible by supporting freeCodeCamp through a monthly donation. Join these kind folks and help our mission by going to https://www.freecodecamp.org/donate Links we talk about: - freeCodeCamp's daily coding challenges in Python and JavaScript: https://www.freecodecamp.org/news/introducing-freecodecamp-daily-python-and-javascript-challenges-solve-a-new-programming-puzzle-every-day/ - Mrugesh's article on AI Assisted Coding (that Tom used for his hackathon project): https://www.freecodecamp.org/news/how-to-become-an-expert-in-ai-assisted-coding-a-handbook-for-developers/ - Jessica Wilkins who helped Tom with his hackathon project on the freeCodeCamp podcast episode #111: https://www.freecodecamp.org/news/podcast-jessica-wilkins-classical-music-learning-to-code/ News items: 1. freeCodeCamp just published this comprehensive front end development course where you build your own browser-based code editor. You can code along at home and build your own single page app development environment with tabs for editing your HTML, CSS, and JavaScript. Along the way, you'll learn some intermediate JS techniques that allow for instant live preview, so you can see the results of your code changes right away. (4 hour YouTube course): https://www.freecodecamp.org/news/code-your-own-code-editor/ 2. I also made a quick announcement about some big improvements to our core Full Stack Development curriculum. In short, we're breaking down our new coursework into a series of six new certifications you can earn along the way to the capstone cert. These include Python, Relational Databases, Front End Libraries, and more. (5 minute read): https://www.freecodecamp.org/news/introducing-freecodecamp-checkpoint-certifications/ 3. freeCodeCamp also just published this new course that will help you pass the Databricks Data Engineer Associate certification exam. Andrew Brown is a

58 min
Sep 19, 2025Episode 189
Learn Chess and Become a Better Developer with Ihechikara Abba (ELO rating of 2285)

On this week's freeCodeCamp podcast we're talking with software engineer Ihechikara Abba, who has a chess ELO rating of 2285, putting him among top competitive chess players. We just published his freeCodeCamp course on chess end games, and an accompanying handbook. We talk about: how learning chess can make you a better developer tips for getting into embedded systems development with Arduino how contributing to open source can serve as an alternative to building up a social media presence Links from our discussion: Ihechikara's checkmate patterns handbook: https://www.freecodecamp.org/news/checkmate-patterns-in-chess-for-beginners/ Ihechikara's Arduino embedded systems handbook: https://www.freecodecamp.org/news/the-arduino-handbook/ Links from community news segment at the beginning: freeCodeCamp just published a GameDev for beginners course that will help you build your first 2D platformer game. First you'll learn the basics of the open source Godot game engine, and its Python-like GDScript programming language. Then you'll dive into Godot's editor, custom tile sets, game mechanics, scoring, checkpoint systems, and more. By the end of the course, you'll have your own game that your friends can play in any browser. (1 hour YouTube course): https://www.freecodecamp.org/news/learn-game-development-by-building-your-first-platformer-with-godot/ freeCodeCamp just launched our daily coding challenges. You can solve these programming puzzles using Python or JavaScript. Build up your data structures + algorithms skills each day, right in your browser or in the freeCodeCamp iPhone or Android app. We're launching with a backlog of 30 challenges that are live now. See how many you can solve. (article with more details): https://www.freecodecamp.org/news/introducing-freecodecamp-daily-python-and-javascript-challenges-solve-a-new-programming-puzzle-every-day/ Learn how to build your own secure PHP web apps using the popular open source Symfony framework. This intermediate course is taught by Beau Carnes, who has many years of experience as a software engineer and as a high school special ed teacher. He'll quickly fill you in on Symfony's security features, which enable you to query e

56 min
Sep 12, 2025Episode 188
Playing the Developer Job Search Game to Win in 2025 with Danny Thompson & Leon Noel

For this week's interview, we've got a special treat. I'm talking with two legends in the self-taught developer community. Danny Thompson worked for 10 years at a Tennessee gas station, frying chicken for people to eat, sometimes working 80 hour weeks just to provide for his family. And yet, Danny had ambition. He taught himself to code using freeCodeCamp. He built his network through local tech events. And eventually, he landed his first job as as software developer. He's since worked at tech companies like Google. Leon Noel grew up with everyone telling him he had to become a doctor, lawyer, or dentist. He skipped college, taught himself programming, and had a successful exit with a startup. Leon then turned his attention to helping folks who were struggling during the pandemic. He started 100Devs, a charity which has helped thousands of people learn to code. Danny and Leon run the Programming Podcast which you can find in the podcast player freeCodeCamp iPhone or Android app, along with other podcasts we recommend. The following 45 minute conversation is almost entirely focused on the developer job market - perfect if you're looking to getting a new job. You'll learn common misconceptions people have about Résumés, Recruiters, Applicant Tracking Systems, Knock Out Questions and more. We also talk about the Commit Your Code conference happening September 25 and 26 here in Dallas. Tickets are super cheap and all proceeds go to charity. I'll be there and I hope you'll be there, too. A massive thank you to every single on of the 10,706 kind folks who support freeCodeCamp through a monthly donation. Join these kind folks and help our charity and our mission by going to https://donate.freecodecamp.org/ Links from our conversation: - The Commit Your Code Conference: https://www.commityourcode.com/ - The Programming Podcast (listen in the freeCodeCamp iPhone / Android app) - Danny on X/Twitter: https://x.com/DThompsonDev - Leon on X/Twitter: https://x.com/leonnoel News items: freeCodeCamp just published a handbook that will help you learn about AI-assisted coding, straight from a software engineer who's maintained freeCodeCamp's platform and infrastructure for the past 7 years. Mrugesh was initially skeptical of AI tools but has recently used them to great effect. And he wrote this handbook to help you do the same. He says experienced developers can complete tasks faster with AI assistance. But they need to know how to use these tools effectively. And they also need strong foundational programming skills. This handbook is a no-nonsense guide to emerging tools and best practices. (full-length handbook): https://www.freecodecamp.org/news/how-to-become-an-expert-in-ai-assisted-coding-a-handbook-for-developers/ freeCodeCamp also published a course on building your own AI agent from scratch using Python. You'll implement the agentic loop. Then you'll endow your agent with the ability

57 min
Sep 5, 2025Episode 187
How to focus on building your skills when everything's so distracting with Ania Kubów

For this week's interview, I'm talking with Ania Kubów. She's a software engineer and prolific programming teacher on YouTube. She shares tips for: - Getting into game development and using JavaScript and browser games as an entry point - How to keep your focus in an increasingly distracting world - How AI tools are a jack hammer and you usually just need a regular hammer - What she's learned from hanging out with Chinese developers Growing up in Dubai and how the city has changed over the decades Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 10,889 kind folks who support freeCodeCamp through a monthly donation. Join these kind folks and help our mission by going to https://www.freecodecamp.org/donate Links from our conversation: - Ania's most recent freeCodeCamp course on building your own shopping agent: https://www.freecodecamp.org/news/building-an-ai-powered-e-commerce-chat-assistant-with-mongodb/ - Ania's Code with Ania YouTube channel: https://www.youtube.com/aniakubow - Ania on X/Twitter: https://x.com/ania_kubow - Ania's Dubai-based coffee shop chain on Instagram: https://www.instagram.com/homebrew.ae/ - JS13k games - competition to build games in just 13 kilobytes of JavaScript: https://js13kgames.com/2025/ News items: The freeCodeCamp community just published this Python Machine Learning course where you'll learn how to control a robotic arm using computer vision. You'll set up serial communication between Python and a cheap Arduino microcontroller board. Then you'll learn how to detect physical objects using the open source Python libraries MediaPipe and OpenCV. You'll also learn how to manipulate servo motors and LED displays. (3 hour YouTube course): https://www.freecodecamp.org/news/use-arduinos-for-computer-vision/ freeCodeCamp also published a course that will help you prepare for the Google Professional Cloud Architect Certification exam. Andrew Brown is a CTO who has passed practically every DevOps exam under the sun, and he teaches this course. You'll learn about Infrastructure as Code, Serverless Architecture, networking, monitoring, logging, and more. (16 hour YouTube course): https://www.freecodecamp.org/news/prepare-for-the-google-professional-cloud-architect-certification-exam-and-pass/ Three.js is a powerful 3D rendering tool that tons of artists use to build games and interactive experiences that can run right inside a browser. This new freeCodeCamp course will walk you through building 5 practical projects. You'll learn about foundational concepts before moving on to textures, dynamic particle effects, and interactive physics. (2 hour YouTube course): https://www.freecodecamp.org/news/create-3d-web-experiences-with-javascript-and-threejs

54 min
Aug 29, 2025Episode 168
How to use AI as an accelerator, not a crutch, with freelance engineer Ankur Tyagi

For this week's interview, I'm talking with Ankur Tyagi. He's a software engineer who's worked at multinational companies like Volvo, Barclays, and Accenture. He grew up in Pune, India and now lives in Gothenburg, Sweden. Ankur is a prolific contributor to freeCodeCamp's open source learning resources. He also runs DevTools Academy, where he blogs about emerging developer tools. He shares tips for: - How he uses AI tools to get more done as a dev but... - He thinks leveraging AI is a skill any dev can learn, and we shouldn't worry about fewer dev jobs. - How to run you own developer consultancy - How writing programming tutorials can help you become a better engineer Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 10,889 kind folks who support freeCodeCamp through a monthly donation. Join these kind folks and help our mission by going to https://www.freecodecamp.org/donate News items: → freeCodeCamp just published our first-ever chess course, taught by a software engineer on our team who has an international ELO rating of 2285, putting him among top competitive players. Ihechikara Abba will teach you how to think strategically and checkmate your opponents. This beginner-level course starts off with algebraic chess notation and identifying the squares. Then you'll learn several endgame patterns. We published both a handbook and an accompanying YouTube course for you to reference and share with your friends. (full length handbook): https://www.freecodecamp.org/news/checkmate-patterns-in-chess-for-beginners → freeCodeCamp also published this comprehensive course on how to build your own AI shopping agent. Software Engineer Ania Kubów will teach you how to use Node, TypeScript, LangChain's LangGraph, Gemini, MongoDB, and other popular tools to build your agent. By the end of this course, your agent will be able to autonomously perceive, plan, act, and respond to your users. It will also be able to decide when it has enough information to respond, and when it needs to first reach out for external information by searching product databases. (2 hour YouTube course): https://www.freecodecamp.org/news/building-an-ai-powered-e-commerce-chat-assistant-with-mongodb/ → Last month Alibaba dropped the latest version of their Qwen LLM and already the freeCodeCamp community has a comprehensive course on how to train it from scratch. You'll learn about its architecture, Training Hyperparameters, Muon Optimization, RoPE Positional Embeddings, inference, text generation, and more. (1 hour YouTube course): https://www.freecodecamp.org/news/code-and-train-qwen3-from-scratch/ → freeCodeCamp also published this guide to the field of System Design, written by a who applies the principles bo

1 hr 28 min
Aug 22, 2025Episode 185
From Hospital Janitor to Developer with Emmett Naughton

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Emmett Naughton. He worked as hospital janitor for years while teaching himself programming using freeCodeCamp. He's founder of Coder Dads, a chat community where dads encourage one another. We talk about: - Making ends meet while raising a family - Recovering from getting laid off twice in the same year - Emmet's journey into the PHP Laravel ecosystem as a full stack JavaScript developer - How to use social media effectively when you don't like using social media - Emmett's sleep apnea and how fixing his sleep dramatically improved his thinking and coding Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: - Emmett's website with dozens of blog posts: https://emmettnaughton.com/ - The Coder Dads community: https://coderdads.carrd.co/

1 hr 19 min
Aug 15, 2025Episode 183
From drop-out to backpacker to self-taught developer with Dominick Monaco

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Dominick Monaco. He dropped out college to hike the Appalachian Trail, a 2,200 mile backpacking route across the US. After working in nature conservation for 3 years, he taught himself how to program and now works as a developer. We talk about: - Life working as a Yogi Bear-style forest ranger in training - Close brushes with death in the wilderness and how it affects you - Learning programming for a grand total of $15 - How surrounding yourself with other ambitious learners can help you learn programming faster Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,189 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Dominick's blog article on how he got here: https://dominickjmona.co/blog/how-i-got-here - Dominick on LinkedIn: https://www.linkedin.com/in/dominick-j-monaco/ - Americorps conservation core: https://www.americorps.gov/

1 hr 13 min
Aug 8, 2025Episode 182
Abandoning med school to become a software engineer with Edidiong Asikpo

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Edidiong Asikpo. Didi is a software engineer. She grew up in Lagos, the biggest city in Nigeria and the biggest tech hub in Africa. Didi got into medical school. But while waiting for her studies to start, she started studying computer science and got really into it. She graduated with a CS degree and has worked in tech for nearly a decade. She now works at MongoDB, a cloud database company, remotely from her home in London. We talk about: - Nigeria's tech scene - How to break into tech when you live outside the Sillicon Valley ecosystem - How to transition from one programming language to another (Didi moved from mobile apps -> DevOps) - How writing programming tutorials can help you become a better developer Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Didi's website: https://edidiongasikpo.com/ - Didi's freeCodeCamp tutorial with career advice: https://www.freecodecamp.org/news/how-to-kickstart-a-career-in-tech/ - Open Data Kit - the first open source project Didi contributed to: https://en.wikipedia.org/wiki/ODK_(software)

1 hr 24 min
Aug 1, 2025Episode 184
Senior Playstation Engineer's tips for learning new tools and getting things done

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Dilip Krishnamoorthi. He's a software engineer working at Sony, building user interfaces for Playstation game consoles where he's been for 10 years. We talk about: - How he dropped out of a traditional Indian university and used an inexpensive distance learning program to finish his engineering degree for less than US $100 / semester - What it's like working in Bengaluru, the Silicon Valley of Asia - His experience launching the Playstation 5 - Tips for continuing to learn new tools even as a senior engineer Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,423 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Wikipedia article on Flow State, a concept Dilip mentions: https://en.wikipedia.org/wiki/Flow_(psychology) - An IGN article about major improvements to Playstation 5's UI that Dilip worked on: https://www.ign.com/articles/ps5s-ui-the-five-biggest-gamechangers - Webcomic about the perils of context switching: https://www.reddit.com/r/ProgrammerHumor/comments/60wx3z/this_is_why_you_shouldnt_interrupt_a_programmer/#lightbox

1 hr 25 min
Jul 25, 2025Episode 181
How to turn Open Source into a Job with Nick Taylor

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Nick Taylor. He's a software engineer from Montreal and a prolific open source contributor. We talk about: - Why trying to build your own tooling will ultimately limit your app development - Tips for getting started contributing to open source - AI and the changing nature of working in tech - Tips for leveraging libraries and tools as a dev Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - https://www.nickyt.co/

1 hr 23 min
Jul 18, 2025Episode 180
We are truly in the Hackathon Era – Namanh Kapur interview

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Namanh Kapur. He's a senior software engineer at LinkedIn. He also creates YouTube videos to help devolopers with their careers. We talk about: - Tips for getting hired in the post-Leetcode world - Tips for cold-DM'ing recruiters and for guessing their email addresses - Why AI tools are going to lead to developers doing less repetitive work and more creative problem solving - And which foundational developer skills he thinks you should priortize learning Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: - Namanh's video about two legendary Google engineers: https://www.youtube.com/watch?v=IK0I4f8Rbis - Namanh Kapur on Instagram: https://www.instagram.com/namanhkapur/?hl=en

1 hr 18 min
Jul 11, 2025Episode 179
799 rejections... but he got the job! Braydon Coyer developer interview

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Braydon Coyer. He's a software engineer who started building mobile apps in high school – one of which even out-sold Angry Birds for a few days. He dropped out of his computer science degree program once he landed his first web developer job and never went back. We talk about: - Mobile app development VS web app development - Strategies for applying for developer roles - How useful is a CS degree really? - Sane ways to integrate AI into your developer workflows Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Braydon's awesome custom website: https://www.braydoncoyer.dev/ - Fruit Ninja game development documentary: - Raycast tool Braydon uses to automate prpcesses on his Mac: https://www.raycast.com/ - Tana note taking tool Braydon uses: https://tana.inc/

1 hr 32 min
Jul 4, 2025Episode 178
From freeCodeCamp to NASA with Data Engineer Joe Hill

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Joe Hill. He's a software engineer who works on a data platform for NASA. Joe taught himself programming for 4 years while working as a janitor. As the single father of two Autistic boys, he first used his programming skills to build an iPad app to help them learn how to talk. We talk about: - Data Engineering and wrangling Department of Defense data into a central platform - The role of soft skills in getting things done in big organizations - The need for patience and practice in self-teaching - How to stop jumping from one tool to another and to instead go deep - Tips for parents raising kids with Autism Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - The trailer of the 1992 classic hacking heist movie Sneakers: https://www.youtube.com/watch?v=NEhgUxQ322A - Joe on LinkedIn: https://www.linkedin.com/in/joe-hill-4a138123/

1 hr 58 min
Jun 27, 2025Episode 176
Rust VS Go VS TypeScript which back end language is for you with Tai Groot

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Tai Groot. He's a back end software engineer and maintains an open source project used by companies like Google. For the first half of the interview we talk about back end programming languages. Then he shares tips for running learning back end development and running your own developer consultancy. We talk about: - The Performance VS Developer Experience trade-offs of Rust, Go, and TypeScript - How to run a free open source project profitably - How to mentor junior devs and ramp them up to work at your consultancy - Why he recommends devs learn Arch Linux Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org. Links we talk about during our conversation: - Tai's website: https://taigrr.com/ - Why Tai doesn't use Salt Stack anymore and how it inspired grlk: https://taigrr.github.io/blog/so-long-salt-project/ - The promise-breaking app: https://bridgetime.net/ - freeCodeCamp's Arch Linux handbook: https://www.freecodecamp.org/news/how-to-install-arch-linux/ - The Arch wiki: https://wiki.archlinux.org/title/Main_page

1 hr 20 min
Jun 20, 2025Episode 176
From Therapist to six figure freelance dev

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Kelly Vaughn. She's a self-taught software engineer who ran her own developer agency. She was also the founding CTO at financial technology startup. Kelly runs the popular Ladybug Podcast focused on women in tech. We talk about: - How to freelance and ultimately create a developer agency and get clients - Tips for navigating the current developer job market - How to move from freelance to working for someone else - Tips for recognizing burnout so you can know when to take break Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Kelly's website: https://kvlly.com - The Ladybug Podcast talks about tech, career, and code lead by women in tech: https://ladybug.dev - Kelly's engineering leadership newsletter: https://modernleader.is - Kelly's new burnout-focused newsletter: https://afterburnout.co

1 hr 21 min
Jun 6, 2025Episode 175
From electrical engineering student to CTO with Hitesh Choudhary

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews former CTO and prolific programming teacher Hitesh Choudhary. We talk about: - The limits of AI in building a robust codebase - Time management - Higher Education in India - Lessons from training developers - Lessons you've learned from your travel Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to https://donate.freecodecamp.org Links we talk about during our conversation: - Hitesh's TypeScript course on freeCodeCamp: https://www.freecodecamp.org/news/programming-in-typescript/ - Hitesh's project-oriented Appwrite course on freeCodeCamp https://www.freecodecamp.org/news/comprehensive-full-stack-react-with-appwrite-tutorial/ - Hitesh's Git course on freeCodeCamp: https://www.freecodecamp.org/news/learn-git-in-detail-to-manage-your-code/ - Hitesh's TED talk on time management: https://www.youtube.com/watch?v=s1KrFy_3LYQ

1 hr 10 min
May 30, 2025Episode 174
How to Survive in Tech When Everything's Changing w/ 21-year Veteran Dev Joe Attardi

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Joe Attardi. He's a software engineer and prolific author of programming books.   We talk about: How software development has changed over the past 21 years Tips for suriving AI's sweeping changes to the field The evolving role of Computer Science degrees Why people should still read O'Reilly style programming books on dead trees Links we talk about during our conversation: Joe's freeCodeCamp books and tutorials: https://www.freecodecamp.org/news/author/joeattardi/ Joe's website: https://joeattardi.com/ Joe's Web API Cookbook: https://www.webapis.info/ Joe's open source projects on GitHub: https://github.com/joeattardi What Joe's desk looks like: https://x.com/JoeAttardi/status/1849819837360480658 Some games Joe's recently played: https://backloggd.com/u/jattardi/games?page=1

1 hr 18 min
May 23, 2025Episode 173
Laid off but not afraid with X-senior Microsoft Dev MacKevin Fey

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews MacKevin Fey. He just got laid off last week from his senior engineering role at Microsoft. We talk about: How Mack's approaching the job search after being laid off Tips for building your own financial safety net while working as an engineer How to use your dev skills to help people around you in the meantime And how Mack trains mentally and physically for the rigors of modern work Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,423 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: Mack's Oscilliscope course: https://www.youtube.com/playlist?list=PLBfhD_4FPIYsQ9LiWYoHVrLbuvwnb_bvC

1 hr 29 min
May 16, 2025Episode 171
How to make Developer Friends When You Don't Live in Silicon Valley, with Iraqi Engineer Code;Life

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews software engineer and live coding streamer Code;Life. For those of you watching the video version of this interview, she lives in Iraq and she uses a 3D avatar to protect her identity. We talk about: Training language models to work well with low-resource languages from Africa and the Middle East Growing up in Iraq and her early experiences with computers and the internet How streaming yourself coding can be a good way to practice your skills, update your knowledge, and motivate fellow devs How to participate in coding competitions and hackathons even if you feel intimidated Support for freeCodeCamp comes from the 11,384 kind folks who support our charity through a monthly donation. You can join these chill human beings and aid us in our mission by going to donate.freecodecamp.org Support for also comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Correction: Quincy mentioned half of all articles on Wikipedia are English. While this is no longer true, as of 2025 half of all Wikipedia pageviews are still for English articles. Links we talk about: Quincy's interview with Eammon Cottrell who automated his coffee shop chain: https://www.freecodecamp.org/news/self-taught-coding-automating-coffee-shop-chain-eamonn-cottrell-interview-151/ MNIST character dataset: https://en.wikipedia.org/wiki/MNIST_database Zepeto tool for creating your own V-tuber avatar: https://page.zepeto.me/en/u4EEl3wK89atkdyUiivGEck Hugging Face AI Agent course (freeCodeCamp also has several courses on this on YouTube but this is the one CL mentioned): https://huggingface.co/learn/agents-course/en/unit0/introduction A video of Code;Life doing a Kaggle data science competition: https://youtube.com/live/WGLqd_sGiVA?feature=share</

1 hr 55 min
May 9, 2025Episode 171
Ditching a Microsoft Job to Enter Startup Purgatory with Lonewolf Engineer Sam Crombie

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Sam Crombie. He's a software engineer and prolific open source contributor to freeCodeCamp. He abandon his job at Microsoft, got into Y Combinator, and is currently in startup pivot hell trying to decide how to use the half million he raised. We talk about: How useful are AI coding tools, really? Tips for getting new users to care about your projects What's its really like running a Y-Combinator-funded tech startup Tips for getting into an Ivy League computer science degree program Support for freeCodeCamp comes from the 11,384 kind folks who support our charity through a monthly donation. You can join these chill human beings and aid us in our mission by going to donate.freecodecamp.org Support for also comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Links we talk about during our conversation: Sam's course on how to audit university courses: https://www.freecodecamp.org/news/how-to-audit-a-class-university-course/ College Compendium, a univeristy course auditing tool Sam built with fellow freeCodeCamp podcast alum Seth Goldin: https://collegecompendium.org/

1 hr 23 min
May 2, 2025Episode 170
From Art School Drop-out to Microsoft Engineer with Shashi Lo

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Shashi Lo. He's a software engineer at Microsoft. He grew up the child of refugees. He wanted to start earning money and build his family so he abandoned his art school degree and taught himself how to program. He immediately hustled to land freelance development clients – something he still does today on top of his full time job and raising his 4 kids. We talk about: - Making ends meet doing freelance work - How to bootstrap your reputation toward getting a job in big tech - Mistakes he sees careers changers make - The pros and cons of working in big tech VS working at developer agencies Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: - Shashi's conference talks and other podcast interviews: https://bento.me/shashilo

1 hr 20 min
Apr 21, 2025Episode 169
From fast food worker to cybersecurity engineer with Tae'lur Alexis

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Tae'lur Alexis. She's a developer and security analyst. Instead of going to college, Tae'lur spent years working various fast food and retail jobs. Tae'lur taught herself Python and JavaScript using freeCodeCamp and worked as a software engineer for 5 years before specializing in security engineering. Now instead of building applications, she breaks them. We talk about: - Making ends meet working McDonalds in Florida - How she taught herself programming using freeCodeCamp and the #100DaysOfCode challenge - Leveraging local meetups to make developer friends - Moving to Thailand and working remotely Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: - Tae'lur's website and blog articles: https://taeluralexis.com - Tae'lur's YouTube channel about working remotely in Bangkok: https://www.youtube.com/@TaelurAlexis - Tae'lur on Twitter: https://x.com/TaelurAlexis

1 hr 19 min
Apr 12, 2025Episode 168
From Accountant to Data Engineer with Alyson La

On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Alyson La. She taught herself how to code while working as an accountant at GitHub and was able to transition to a data scientist there, then ultimately a software engineer. After one of her kids got diagnosed with autism, she left her career for 3 years to be a full-time mom. She then re-entered the workforce and now teaches other moms how to do the same through a charity called Tech-Moms. She recently won a teacher of the year award and was a top 5 finalist in a data visualization competition. We talk about: - How Alyson taught herself programming while working as an accountant - How she transitioned to data analyst and ultimately data engineer - Tips for preparing for a break from work to take care of your family or address burnout - How to re-enter with the workforce with gusto Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Support also comes from the 11,384 kind folks who support freeCodeCamp through a monthly donation. You can join these chill human beings and help our charity's mission by going to donate.freecodecamp.org Links we talk about during our conversation: - Alyson's new analytics consultancy: https://alysonla.com/ - The charity Alyson teaches at: https://www.tech-moms.org/ - Tech-Mom's Data class: https://github.com/Tech-Moms/data-analytics-course  - The petition site Alyson mentioned: https://playground-petition-portal-9cfaeecf.vercel.app/ - Alyson's Drake fan page: https://alysonla.github.io/drizzydrakefanpage/  - Alyson's matching game: https://alysonla.github.io/hubber-memory-game/ - Alyson substack: https://alysonsaiplayground.substack.com/ - The data visualization app Alyson that was a finalist in the recent competition: https://pixar-scroll-tale.lovable.app/