Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Programming is a podcast that aims to make us better software engineers! With each episode, you'll learn about a computer science concept in a brief and accessible way.... more
FAQs about Programming:How many episodes does Programming have?The podcast currently has 22 episodes available.
January 10, 2025Episode 22 - SignalsIn this episode, we'll explore a concept called Signal that has been getting a lot of traction in JavaScript over the past few years. I'll describe a simple implementation so you can understand the internals and then see how it relates to the traditional object-oriented design pattern observer....more12minPlay
July 01, 2020Episode 21 - Maps, Hash Maps, Tree Maps, and Hash TablesToday in less than 20 minutes, we'll explore what maps are and how they work under the hood. We'll talk about the differences between treemaps, hash maps, and hash tables.We'll dig pretty in-depth...By the end of the episode, you'll understand how to implement hash tables using an array, hash function, and a linked list!...more17minPlay
June 23, 2020Episode 20 - Static and Dynamic SystemsToday we'll look into static and dynamic systems. We'll discuss what does it mean for a programming language or a framework to be static or dynamic.In the second part of the podcast, we'll focus on some of the properties of static systems and how they can help in better compile-time optimizations, development experience, and more!...more14minPlay
June 16, 2020Episode 19 - Type Systems and Type CheckingIn this episode, we'll look at the very basics of type systems and their enforcement.We'll discuss strongly and weakly typed languages. After that, we'll dig into different enforcement strategies - runtime with dynamic typing and compile-time with static typing....more6minPlay
May 25, 2020Episode 18 - How JavaScript Bundlers WorkIn this episode, we'll look at what data structures and algorithms JavaScript bundlers use.We'll talk about ECMAScript modules, strongly connected components, depth-first search, and more! Enjoy!...more12minPlay
April 21, 2020Episode 17 - Dependency InjectionToday we'll talk about using dependency injection across paradigms! You'll understand what this pattern is all about and how to use it.During the episode, we'll touch on topics such as inversion of control, high-order functions, and testability....more11minPlay
April 14, 2020Episode 16 - MemoizationToday we'll learn about memoization! Memoization is a practice that helps us improve the performance of our apps using caching.In the episode, we'll also discuss pure functions, caching strategies, and much more!...more11minPlay
April 07, 2020Episode 15 - Compilers, Linters, and FormattersIn this episode of the programming podcast, we'll discuss static analysis and code transformation. In particular, we'll look at the difference between compilers, linters, and formatters.By the end of the episode, you'll understand what tool you should use to improve your development experience and team processes....more9minPlay
March 31, 2020Episode 14 - The Four Principles of OOPIn today's episode, you'll learn the four principles of object-oriented programming. We'll discuss abstraction, inheritance, encapsulation, and polymorphism. By the end of the show, you'll understand each one of them; you'll know how they relate to each other, and how to use them in practice....more15minPlay
March 24, 2020Episode 13 - Binary HeapsToday we're going to discuss the binary heap data structure. In this episode, you'll learn where to use heaps in practice, how they can come handy to you during a coding interview, and how to implement them!Along the way, we'll cover heap sort, priority queues, load balancing, and more!...more13minPlay
FAQs about Programming:How many episodes does Programming have?The podcast currently has 22 episodes available.