ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

376,140 results

David Furcy
[BYOPL:L8e] Continuation-passing style in functional programming: Advantages of CPS programming

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We discuss some of ...

12:41
[BYOPL:L8e] Continuation-passing style in functional programming: Advantages of CPS programming

9 views

5 days ago

David Furcy
[BYOPL-L7b] Functional programming building blocks:  Closures and anonymous functions

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We introduce a data ...

11:11
[BYOPL-L7b] Functional programming building blocks: Closures and anonymous functions

8 views

2 weeks ago

David Furcy
[BYOPL:L5a] The accumulator pattern in functional programming: the  reverse() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

13:52
[BYOPL:L5a] The accumulator pattern in functional programming: the reverse() function

5 views

2 weeks ago

David Furcy
[BYOPL-L7c] Functional programming:  Review of procedural abstraction; The mapping pattern

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We review one of the ...

18:05
[BYOPL-L7c] Functional programming: Review of procedural abstraction; The mapping pattern

3 views

2 weeks ago

Alex
Python map() Explained in 5 Minutes — Stop Using Loops for Everything!

Want to write cleaner and faster Python code? In this video, you'll learn how the built-in map() function can transform entire lists in ...

4:52
Python map() Explained in 5 Minutes — Stop Using Loops for Everything!

32 views

9 days ago

Apply IT
What is Functional Programming in Java | 01 | Apply IT

ApplyIT2021 #javaprogramming #javatutorial #lambdafunction #lambdaexpression Functional programming in Java is a modern ...

5:47
What is Functional Programming in Java | 01 | Apply IT

31 views

2 weeks ago

David Furcy
[BYOPL-L7a] Functional programming building blocks:  Higher-order functions

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We define the concept ...

6:39
[BYOPL-L7a] Functional programming building blocks: Higher-order functions

2 views

2 weeks ago

rats159
What even is a low level language?

Programming languages have been around for a long time, and the term "high level" has become a very ambiguous way to ...

11:14
What even is a low level language?

19,284 views

8 days ago

David Furcy
[BYOPL:L4i] Functional programming practice: designing and implementing the removeTree() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

11:36
[BYOPL:L4i] Functional programming practice: designing and implementing the removeTree() function

3 views

2 weeks ago

David Furcy
[BYOPL:L4d] Functional programming practice: designing and implementing the removeFirst() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

10:55
[BYOPL:L4d] Functional programming practice: designing and implementing the removeFirst() function

5 views

3 weeks ago

David Furcy
[BYOPL:L7f] Functional programming: Implementing the compose() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We implement the ...

6:26
[BYOPL:L7f] Functional programming: Implementing the compose() function

1 view

2 weeks ago

David Furcy
[BYOPL:L7d] Functional programming:  How to turn map() into a one-parameter (or curried) function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We describe how to ...

13:25
[BYOPL:L7d] Functional programming: How to turn map() into a one-parameter (or curried) function

2 views

2 weeks ago

David Furcy
[BYOPL:L7g] Functional programming: The filtering pattern

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We implement the ...

16:11
[BYOPL:L7g] Functional programming: The filtering pattern

6 views

2 weeks ago

Stephen Blum
Python Building a Terminal based Chat App

Today we are building a simple terminal chat in Python. We will use threading and queues to handle sending and receiving ...

16:44
Python Building a Terminal based Chat App

142 views

3 days ago

David Furcy
[BYOPL:L5b] The accumulator pattern in functional programming: the  split() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

16:46
[BYOPL:L5b] The accumulator pattern in functional programming: the split() function

6 views

2 weeks ago

David Furcy
[BYOPL:L4e] Functional programming practice: designing and implementing the subst() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

6:28
[BYOPL:L4e] Functional programming practice: designing and implementing the subst() function

9 views

3 weeks ago

David Furcy
[BYOPL:L4g] Functional programming practice: designing and implementing the sumTree() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

11:21
[BYOPL:L4g] Functional programming practice: designing and implementing the sumTree() function

2 views

3 weeks ago

David Furcy
[BYOPL:L7i] Functional programming: Implementing the folding pattern in the reduce() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We implement the ...

16:46
[BYOPL:L7i] Functional programming: Implementing the folding pattern in the reduce() function

1 view

12 days ago

David Furcy
[BYOPL:L4h] Functional programming practice: designing and implementing the isMemberTree() function

BYOPL course playlist: https://www.youtube.com/playlist?list=PLIgSR01UTt8OHY8WhAqOmr8EzArJYd5Z0 We complete the ...

12:29
[BYOPL:L4h] Functional programming practice: designing and implementing the isMemberTree() function

2 views

3 weeks ago

Cosmy
First-Class & Higher-Order Functions | Build Crash-Proof Architecture with FP | Web Devs

This video illustrates a critical bug where shared state mutation between a UI component and a network callback caused a ...

5:28
First-Class & Higher-Order Functions | Build Crash-Proof Architecture with FP | Web Devs

63 views

3 weeks ago