Episode 6: History, Debugging, and Problem Solving (You Are Not Bad at This, This Is Just How It Feels)

If you have ever stared at a bug long enough to start negotiating with it, congratulations. You are doing programming correctly. This episode is about the part of computer science nobody puts on the brochure: the history that explains why our tools look the way they do, the debugging that eats half your time, and … Read more

Episode 5: Data Structures — Putting Things Somewhere So You Can Find Them Again

If Episode 4 was about thinking smarter, Episode 5 is about storing smarter. Because at some point, every program turns into the same little panic: “Cool. I have data. Now where do I put it so Future Me can find it without screaming?” That is the entire point of data structures. They are the choices … Read more

Back to Basics: CS 101 Explained Like You’re Holding the Syllabus Upside Down

Welcome to CS 101, the class where you learn the basics of computing while simultaneously wondering how everyone else already seems to know what they’re doing. Somehow, half the room is writing code like they’re auditioning for a hacker movie, and you’re just trying to remember your password to the course portal. It’s fine. Truly. … Read more