Programming

চ্যানেল বিস্তারিত

Programming

Programming

স্রষ্টা: Minko Gechev

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.

EN-US মার্কিন যুক্তরাষ্ট্র প্রযুক্তি

সাম্প্রতিক এপিসোড

23 টি এপিসোড
Episode 23 - Building a minimal reactive framework

Episode 23 - Building a minimal reactive framework

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

2025-01-17 17:01:16 00:17:54
ডাউনলোড
Episode 22 - Signals

Episode 22 - Signals

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

2025-01-10 20:46:20 00:11:19
ডাউনলোড
Episode 21 - Maps, Hash Maps, Tree Maps, and Hash Tables

Episode 21 - Maps, Hash Maps, Tree Maps, and Hash Tables

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

2020-06-30 23:25:10 00:16:30
ডাউনলোড
Episode 20 - Static and Dynamic Systems

Episode 20 - Static and Dynamic Systems

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.

2020-06-23 12:08:44 00:13:29
ডাউনলোড
Episode 19 - Type Systems and Type Checking

Episode 19 - Type Systems and Type Checking

In this episode, we'll look at the very basics of type systems and their enforcement.

We'll discuss strongly and weakly typed languages....

2020-06-16 00:41:51 00:06:00
ডাউনলোড
Episode 18 - How JavaScript Bundlers Work

Episode 18 - How JavaScript Bundlers Work

In this episode, we'll look at what data structures and algorithms JavaScript bundlers use.

We'll talk about ECMAScript modules, strongly...

2020-05-25 20:50:40 00:11:12
ডাউনলোড
Episode 17 - Dependency Injection

Episode 17 - Dependency Injection

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

D...

2020-04-21 01:37:23 00:10:24
ডাউনলোড
Episode 16 - Memoization

Episode 16 - Memoization

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

In the ep...

2020-04-13 23:54:27 00:10:46
ডাউনলোড
Episode 15 - Compilers, Linters, and Formatters

Episode 15 - Compilers, Linters, and Formatters

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

2020-04-07 00:35:11 00:08:39
ডাউনলোড
Episode 14 - The Four Principles of OOP

Episode 14 - The Four Principles of OOP

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

2020-03-30 22:16:34 00:14:08
ডাউনলোড
Episode 13 - Binary Heaps

Episode 13 - Binary Heaps

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

2020-03-24 01:35:38 00:12:31
ডাউনলোড
Episode 12 - COVID-19. Epidemic modeling with SIR.

Episode 12 - COVID-19. Epidemic modeling with SIR.

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

2020-03-17 01:09:33 00:09:39
ডাউনলোড
Episode 11 - Coupling and Cohesion

Episode 11 - Coupling and Cohesion

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

2020-03-10 00:59:38 00:11:28
ডাউনলোড
Episode 10 - Topological Sort

Episode 10 - Topological Sort

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

2020-03-03 02:07:39 00:13:23
ডাউনলোড
Episode 9 - Sorting. Counting Sort.

Episode 9 - Sorting. Counting Sort.

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

2020-02-25 21:30:21 00:13:25
ডাউনলোড
Episode 8 - Decorator Pattern

Episode 8 - Decorator Pattern

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

In this episode, we'll d...

2020-02-18 01:44:47 00:13:13
ডাউনলোড
Episode 7 - Tries

Episode 7 - Tries

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 implement th...

2020-02-11 01:59:37 00:11:05
ডাউনলোড
Episode 6 - Graphs and Graph Traversal

Episode 6 - Graphs and Graph Traversal

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 about algor...

2020-02-04 01:07:54 00:21:35
ডাউনলোড
Episode 5 - Arrays and Linked Lists

Episode 5 - Arrays and Linked Lists

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

2020-01-25 21:00:00 00:19:11
ডাউনলোড
Episode 4 - Quickselect

Episode 4 - Quickselect

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 only help yo...

2020-01-21 02:15:06 00:10:42
ডাউনলোড
Episode 3 - Partial Application (not Currying)

Episode 3 - Partial Application (not Currying)

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

2020-01-14 01:10:57 00:09:05
ডাউনলোড
Episode 2 - Binary Search

Episode 2 - Binary Search

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

2020-01-05 20:27:17 00:19:19
ডাউনলোড
Episode 1 - How Compilers Work

Episode 1 - How Compilers Work

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 you write...

2020-01-05 20:25:08 00:11:35
ডাউনলোড
0:00
0:00
Episode
home.no_title_available
home.no_channel_info