
Episode 25 - Micro Frontends Patterns
The episode is inspired by research I conducted a few years ago in which I interviewed hundreds of other senior engineers and architects bui...
Radio and PodcastLive Radio & PodcastsOpening Radio and Podcast...

Radio and PodcastLive Radio & PodcastsFetching podcast shows and categories...
Radio and PodcastLive Radio & PodcastsFetching podcast episodes...

Programming is a weekly 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.

The episode is inspired by research I conducted a few years ago in which I interviewed hundreds of other senior engineers and architects bui...

In this episode, we'll cover what AI agents are, how they work, common agentic implementation patterns, and how agents manage their context...

This episode explores building a minimal reactive framework using signals as a reactivity primitive. We'll look into implementing a simple c...

In 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 d...

Today 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 treema...

Today 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...

In this episode, we'll look at the very basics of type systems and their enforcement. We'll discuss strongly and weakly typed languages. Aft...

In this episode, we'll look at what data structures and algorithms JavaScript bundlers use. We'll talk about ECMAScript modules, strongly co...

Today we'll talk about using dependency injection across paradigms! You'll understand what this pattern is all about and how to use it. Duri...

Today we'll learn about memoization! Memoization is a practice that helps us improve the performance of our apps using caching. In the episo...

In this episode of the programming podcast, we'll discuss static analysis and code transformation. In particular, we'll look at the differen...

In today's episode, you'll learn the four principles of object-oriented programming. We'll discuss abstraction, inheritance, encapsulation,...

Today 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...

Instead of digging into algorithms and data structures, today, you'll learn about epidemic modeling. In 9 minutes in this episode, you'll ge...

Today you'll learn how keeping your abstractions more cohesive and less coupled can improve the quality and maintainability of your software...

The chances are that the information from this episode will come in handy to you during a coding interview and likely in real life! In this...

Have you ever been frustrated during interviews thinking that your interviewer expects you to have memorized a bunch of sorting algorithms y...

Today you'll learn how at runtime, you can enhance the behavior or existing objects using the decorator pattern. In this episode, we'll disc...

In the episode today, we'll talk about the trie data structure. You'll learn what tries are, how you can use them in practice, and how to im...

In this episode, we'll discuss graphs. You'll learn how this data structure looks like and what are its applications. Later on, we'll talk a...

In this episode, we'll discuss two fundamental data structures in computer science - arrays and linked lists. Their understanding is essenti...

Today we're going to talk about quickselect. This algorithm helps us quickly find the n-th smallest element in unsorted arrays. It'll not on...

Today we'll discuss partial application and currying. By the end of the episode, you'll understand what these two different concepts are how...

Today we'll discuss the binary search algorithm. We'll go through several examples when the algorithm makes sense and discuss in detail how...

In this episode, we discuss how compilers work. By the end of the show, you'll have a high-level understanding of the phases the source code...