Player FM - Internet Radio Done Right
30 subscribers
Checked 1M ago
Tilføjet five år siden
Indhold leveret af Minko Gechev. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Minko Gechev eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.
Player FM - Podcast-app
Gå offline med appen Player FM !
Gå offline med appen Player FM !
Podcasts der er værd at lytte til
SPONSORERET
<
<div class="span index">1</div> <span><a class="" data-remote="true" data-type="html" href="/series/threshold-1347809">Threshold</a></span>
![<div class="span index">1</div> <span><a class="" data-remote="true" data-type="html" href="/series/threshold-1347809">Threshold</a></span> podcast artwork](https://cdn.player.fm/images/11090196/series/9ly17xvTeyBgh2mO/32.jpg 32w, https://cdn.player.fm/images/11090196/series/9ly17xvTeyBgh2mO/64.jpg 64w, https://cdn.player.fm/images/11090196/series/9ly17xvTeyBgh2mO/128.jpg 128w, https://cdn.player.fm/images/11090196/series/9ly17xvTeyBgh2mO/256.jpg 256w, https://cdn.player.fm/images/11090196/series/9ly17xvTeyBgh2mO/512.jpg 512w)
![<div class="span index">1</div> <span><a class="" data-remote="true" data-type="html" href="/series/threshold-1347809">Threshold</a></span> podcast artwork](/static/images/64pixel.png)
Threshold is a Peabody Award-winning documentary podcast about our place in the natural world. Each season, we take listeners on a journey into the heart of a complex environmental story, asking how we got here and where we might be headed. In our latest season, Hark, we hand the mic over to our planet-mates and investigate what it means to truly listen to nonhuman voices—and the cost if we don't. With mounting social and ecological crises, what happens when we tune into the life all around us? Threshold is nonprofit, listener-supported, and independently produced.
Programming
Marker alle som (u)afspillede ...
Manage series 2599596
Indhold leveret af Minko Gechev. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Minko Gechev eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.
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.
…
continue reading
23 episoder
Marker alle som (u)afspillede ...
Manage series 2599596
Indhold leveret af Minko Gechev. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Minko Gechev eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.
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.
…
continue reading
23 episoder
كل الحلقات
×![Artwork](/static/images/128pixel.png)
1 Episode 23 - Building a minimal reactive framework 17:54
17:54
Afspil senere
Afspil senere
Lister
Like
Liked17:54![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
This episode explores building a minimal reactive framework using signals as a reactivity primitive. We'll look into implementing a simple component model, composing components, separating the view into static and dynamic parts, and implementing fine-grained reactivity.
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 describe a simple implementation so you can understand the internals and then see how it relates to the traditional object-oriented design pattern observer.
![Artwork](/static/images/128pixel.png)
1 Episode 21 - Maps, Hash Maps, Tree Maps, and Hash Tables 16:30
16:30
Afspil senere
Afspil senere
Lister
Like
Liked16:30![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
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 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!…
![Artwork](/static/images/128pixel.png)
1 Episode 20 - Static and Dynamic Systems 13:29
13:29
Afspil senere
Afspil senere
Lister
Like
Liked13:29![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
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 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!…
![Artwork](/static/images/128pixel.png)
1 Episode 19 - Type Systems and Type Checking 6:00
6:00
Afspil senere
Afspil senere
Lister
Like
Liked6:00![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
In 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.
![Artwork](/static/images/128pixel.png)
1 Episode 18 - How JavaScript Bundlers Work 11:12
11:12
Afspil senere
Afspil senere
Lister
Like
Liked11:12![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
In 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!
Today 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.
Today 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!
![Artwork](/static/images/128pixel.png)
1 Episode 15 - Compilers, Linters, and Formatters 8:39
8:39
Afspil senere
Afspil senere
Lister
Like
Liked8:39![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
In 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.…
![Artwork](/static/images/128pixel.png)
1 Episode 14 - The Four Principles of OOP 14:08
14:08
Afspil senere
Afspil senere
Lister
Like
Liked14:08![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
In 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.
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 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!
![Artwork](/static/images/128pixel.png)
1 Episode 12 - COVID-19. Epidemic modeling with SIR. 9:39
9:39
Afspil senere
Afspil senere
Lister
Like
Liked9:39![icon](https://imagehost.player.fm/icons/general/red-pin.svg)
Instead of digging into algorithms and data structures, today, you'll learn about epidemic modeling. In 9 minutes in this episode, you'll get a mathematical intuition on the spread of COVID-19 and the essential variables we can control, which can help us fight the virus.
Velkommen til Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.