Base.cs Podcast show

Base.cs Podcast

Summary: Beginner-friendly computer science lessons based on Vaidehi Joshi's base.cs blog series, produced by CodeNewbie.

Join Now to Subscribe to this Podcast

Podcasts:

 S2:E5 - "What's a binary tree?" | File Type: audio/mpeg | Duration: 00:20:02

We dig into binary trees. What makes a tree binary, and why are they so popular in computer science? And how do you implement one?

 S2:E4 - "Trees IRL" | File Type: audio/mpeg | Duration: 00:20:18

We explore the world (forest?) of trees even further! We learn what a tree's depth and height are, why they're important, and why unbalanced trees can cause computational problems.

 S2:E3 - "Don't be stumped ... by trees" | File Type: audio/mpeg | Duration: 00:25:53

What's in a tree? And why do they always seem to pop up in computer science? We dig into the different parts of a tree, and how certain "tree truths" make them so special.

 S2:E2 - "Queues IRL" | File Type: audio/mpeg | Duration: 00:16:10

Where do we see queues in real life? We explore how queues are used in different parts of the tech stack, and help us do things like send email, create animations, and manage requests.

 S2:E1 - "Cue the Queues" | File Type: audio/mpeg | Duration: 00:20:11

What's in a queue? And how does it relate to stacks? We explore what they do, how they work, and how to implement them.

 S1:E8 - "Stacks IRL" | File Type: audio/mpeg | Duration: 00:27:00

Where do you see stacks in real life? We look at how browser histories, call stacks, and undo/redo functionality in blogging are implementations of a stack. We also dig into what exactly a stack is made of and how it operates.

 S1:E7 - "How do you make a stack overflow?" | File Type: audio/mpeg | Duration: 00:27:18

Stack Overflow is an awesome resource, but it's also a real life technical thing! We dig into what causes a stack overflow and unpack the rules of creating and working with stacks.

 S1:E6 - "A friendly intro to Big O Notation" | File Type: audio/mpeg | Duration: 00:33:18

Big O Notation can be scary. But it doesn't have to be! We unpack this popular cs topic and show you how to use it to evaluate different data structures (like linked lists!) and make better programming decisions.

 S1:E5 - "Linked Lists in Your Apartment" | File Type: audio/mpeg | Duration: 00:23:16

You may be familiar with arrays and hashes and variables, but how much do you know about linked lists? We dig into what they are, how they work, and the pros and cons of using this popular data structure.

 S1:E4 - "Hexes and Colors" | File Type: audio/mpeg | Duration: 00:22:59

Vaidehi and Saron walk through how to count in hexes, discuss where we might see the hexadecimal system in real life, and breakdown the math that makes number 16 so special.

 S1:E3 - "Hex Queen" | File Type: audio/mpeg | Duration: 00:22:59

Vaidehi and Saron walk through how to count in hexes, discuss where we might see the hexadecimal system in real life, and breakdown the math that makes number 16 so special.

 S1:E2 - "What is encoding?" | File Type: audio/mpeg | Duration: 00:21:59

Vaidehi and Saron explore how encoding works and talk through some popular encoding schemes like ASCII, unicode, and base64.

 S1:E1 - "Bits, Binary, and Bytes" | File Type: audio/mpeg | Duration: 00:24:05

We give you a beginner-friendly breakdown of how to count in binary (with some fun counting challenges you can join in on!), how it relates to bits and bytes, and why it's important for us to know as developers.

 S1:E0 - "Season 1 Teaser" | File Type: audio/mpeg | Duration: 00:02:51

CodeNewbie is teaming up with the incredible Vaidehi Joshi to turn her base.cs blog series into an awesome podcast. Listen to a clip from the first episode, coming out Nov 8. Make sure to subscribe!

Comments

Login or signup comment.