ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

761 results

Houston FPUG
Richard Feldman, "New Ways to Roc!"

In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...

2:23:52
Richard Feldman, "New Ways to Roc!"

8,406 views

1 month ago

Mark Newman
How to Implement the FFT: A Coding Tutorial

Learn how to implement the FFT in this practical coding tutorial in which I guide you step-by-step through the process of writing a ...

13:12
How to Implement the FFT: A Coding Tutorial

2,935 views

6 months ago

Craig Piercy
Python built-in function: filter()

In today's video, we're diving into Python's `exec()` function, a built-in tool that lets you execute dynamically created Python code.

4:06
Python built-in function: filter()

243 views

10 months ago

Craig Piercy
Python built-in function: globals()

Use it responsibly to maintain clean and predictable code. And that's the `globals()` function! To recap: - It gives you access to the ...

4:20
Python built-in function: globals()

49 views

10 months ago

CodeRefinery
6.2 Modular Code Development - CodeRefinery 2025 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:25:25
6.2 Modular Code Development - CodeRefinery 2025 Mar

56 views

9 months ago

Learn with Shikaar
Object Comparison by Function

Resources: • MDN: Object.keys() and function documentation • Functional programming techniques in JavaScript If this helped ...

2:36
Object Comparison by Function

4 views

9 months ago

Learn with Shikaar
Uncurry Function to Depth n

Video Title: Uncurry a Function to Depth n in JavaScript In this video, you'll learn how to convert a curried function into a standard ...

1:50
Uncurry Function to Depth n

14 views

10 months ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

... Whether you're starting out or switching from functional programming, this video will make object-oriented concepts finally click!

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

7 months ago

Craig Piercy
Python built-in function video: list()

This allows you to process and store the results of functional programming constructs in list form. Here are some key points to ...

4:20
Python built-in function video: list()

34 views

9 months ago

Craig Piercy
Python built-in function: map()

`map()` is a functional programming tool that avoids writing explicit loops. 2. It's memory-efficient because it returns an iterator ...

5:21
Python built-in function: map()

144 views

9 months ago

Learn with Shikaar
Function with Appended Partials

Practical applications in event handling, API calls, and functional programming. What You'll Need: • Basic knowledge of ...

1:49
Function with Appended Partials

0 views

9 months ago

Houston FPUG
Eric Normand, "On Domain Modeling"

He helps people thrive with functional programming. He is the author of Grokking Simplicity, and he is writing a book on domain ...

1:04:28
Eric Normand, "On Domain Modeling"

178 views

4 months ago

Learn with Shikaar
Build Array with Iterator and Seed

This technique is useful for generating sequences, functional programming, and procedural data generation. In this video, you'll ...

1:57
Build Array with Iterator and Seed

22 views

9 months ago

Learn with Shikaar
Converge Function with Branching Functions

Video Title: Combine Multiple Functions with a Converging Function in JavaScript In this video, you'll learn how to merge multiple ...

2:28
Converge Function with Branching Functions

1 view

10 months ago

Craig Piercy
Python data type: complex

If you found this video helpful, give it a like, subscribe for more coding tutorials, and drop a comment if you've used complex ...

5:02
Python data type: complex

26 views

7 months ago

Learn with Shikaar
Average of Array with Mapping Function

Title: Calculating the Average of an Array Using a Mapping Function | JavaScript Tutorial In this tutorial, you'll learn how to ...

2:21
Average of Array with Mapping Function

1 view

11 months ago

Learn with Shikaar
Left to Right Function Composition

Function composition is a powerful technique used in functional programming to improve modularity and reusability. In this video ...

1:58
Left to Right Function Composition

13 views

9 months ago

Learn with Shikaar
Function with Prepended Partials

Practical use cases in event handling, API calls, and functional programming. What You'll Need: • Basic understanding of ...

3:47
Function with Prepended Partials

3 views

9 months ago

Learn with Shikaar
Change Function to Variadic

Title: Convert a Function to Handle Multiple Arguments | JavaScript Variadic Functions In this tutorial, you'll learn how to transform ...

2:49
Change Function to Variadic

1 view

11 months ago

Learn with Shikaar
Index of Fastest Function

Video Title: Find the Index of the Fastest Function in JavaScript In this video, you'll learn how to determine which function in an ...

3:03
Index of Fastest Function

1 view

9 months ago

Learn with Shikaar
Async Left to Right Composition

Practical applications for API requests, data pipelines, and functional programming. What You'll Need: • Basic understanding of ...

2:12
Async Left to Right Composition

6 views

9 months ago

Learn with Shikaar
Negate Predicate Function

Video Title: Negate a Predicate Function in JavaScript In this video, you'll learn how to invert the logic of a predicate function, ...

2:31
Negate Predicate Function

2 views

10 months ago

Learn with Shikaar
Single Argument Function

This technique is useful for functional programming, improving readability, and ensuring cleaner code. In this video, you'll learn: ...

2:07
Single Argument Function

1 view

10 months ago

Learn with Shikaar
Rearrange Function Arguments

Video Title: Rearranging Function Arguments in JavaScript In this video, you'll learn how to rearrange the order of arguments ...

2:07
Rearrange Function Arguments

1 view

8 months ago

Learn with Shikaar
Left to Right Function Composition

Function composition is a powerful functional programming technique that helps make code more modular and readable.

2:29
Left to Right Function Composition

3 views

10 months ago