ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

955 results

Code Geek
JavaScript Tutorial: Pure Functions and Side Effects

In this JavaScript tutorial, we'll learn pure functions and side effects with examples. Understand their usages, benefits in detail.

16:59
JavaScript Tutorial: Pure Functions and Side Effects

98 views

3 years ago

Jesse Warden
How to Use Dependency Injection in Functional Programming

I'll show one of the problems Dependency Injection solves in Object Oriented Programming code bases, then show a similar ...

18:45
How to Use Dependency Injection in Functional Programming

1,794 views

3 years ago

Codexpanse with Rakhim
Pure Functions / Intro to JavaScript ES6 programming, lesson 17

Learn about determinism, side effects, and pure functions. Watch this to learn about abstraction ...

6:55
Pure Functions / Intro to JavaScript ES6 programming, lesson 17

20,965 views

8 years ago

Peter Schneider
How to correctly identify pure functions in functional programming?

How to correctly identify pure functions in functional programming? I hope you found a solution that worked for you :) The Content ...

2:25
How to correctly identify pure functions in functional programming?

1 view

2 years ago

Jesse Warden
Pure Functions - Same Input(s), Same Output

I cover the issues you get with pure functions regarding the same input(s) should have the same output. Specifically that there is a ...

14:14
Pure Functions - Same Input(s), Same Output

817 views

8 years ago

dotconferences
dotJS 2016 - Thomas Belin - User Interfaces as Pure Functions of Time

Filmed at http://2016.dotjs.io on December 5th in Paris. More talks on http://thedotpost.com Thomas explains how Cycle.js and ...

4:29
dotJS 2016 - Thomas Belin - User Interfaces as Pure Functions of Time

1,018 views

8 years ago

Jesse Warden
Pure Functions Return Value

I explain what a pure function IS NOT: something that doesn't return a value. Eric Elliot's Pure Function article: ...

4:00
Pure Functions Return Value

1,296 views

8 years ago

Jesse Warden
Impure vs Pure Function Examples

What up ladies and gentleman Jesse worden here today I wanted to show you a comment I got on my video for pure functions ...

1:17
Impure vs Pure Function Examples

1,303 views

7 years ago

The Debug Zone
Understanding Pure Functions in JavaScript for DOM Manipulation Challenges

In this video, we dive into the concept of pure functions and their significance in JavaScript, particularly when tackling DOM ...

5:31
Understanding Pure Functions in JavaScript for DOM Manipulation Challenges

1 view

1 year ago

Confreaks
e4e Developer Conf 2015 - Functional Javascript: Reverse-engineering the Hype by  Ben Anderson

Functional Javascript: Reverse-engineering the Hype Begin with the End in Mind. We'll use this timeless adage to examine the ...

52:28
e4e Developer Conf 2015 - Functional Javascript: Reverse-engineering the Hype by Ben Anderson

1,733 views

10 years ago

Jesse Warden
Pure Functions to Class Methods

We continue refactoring our code to abstract away all the view component concerns into a class that extends Pixi Sprite.

5:14
Pure Functions to Class Methods

2,400 views

8 years ago

Jesse Warden
Pure Functions - Creating Things

Creating objects or classes, our journey to create pure functions begins with making things.

8:18
Pure Functions - Creating Things

379 views

8 years ago

Code Geek
Functional Programming for JavaScript Developers

... Improve your code with functional patterns like pure functions, compose & map/reduce/filter...plus advanced concepts like fusion ...

21:01
Functional Programming for JavaScript Developers

54 views

3 years ago

JavaScript Meetup
Meetup#52 Functional Programming in Javascript

... haskell is a pure functional programming language javascript is not a functional programming it supports function programming ...

1:28:55
Meetup#52 Functional Programming in Javascript

273 views

Streamed 5 years ago

Jesse Warden
Pure Functions - Mutable State

I show mutable state, and how you have to keep track of what state your data is in to ensure things are done in the correct order.

9:06
Pure Functions - Mutable State

618 views

8 years ago

Tech Talk
A Skeptics Guide To Functional JavaScript

With modern JavaScript, we have seen a rise in 'functional style' javascript popularity. This style introduces a whole slew of terms ...

22:05
A Skeptics Guide To Functional JavaScript

640 views

7 years ago

Jesse Warden
Pure Functions - Composing Predicates

We build a couple number predicates, and then compose them together to form a higher level predicate. We also explore the ...

8:12
Pure Functions - Composing Predicates

244 views

8 years ago

jquery
Trevor Landau - Functional JS

Ditch those mutable values and let's get functional! Functional programming improves readability, avoids mutability, eliminates ...

47:07
Trevor Landau - Functional JS

5,539 views

11 years ago

Jesse Warden
Function Composition with Pipes & Pattern Matching in JavaScript

Slides: https://docs.google.com/presentation/d/1w_2R6GPO_p62BBhSIOW_wPO1dcUEum9Dumn7MQyP0N4/edit?usp=sharing.

1:00:43
Function Composition with Pipes & Pattern Matching in JavaScript

1,126 views

3 years ago

Jesse Warden
Pure Functions - String Predicate

First, quick coverage of default parameters to help validating your inputs, and then your first predicate, a pure function that returns ...

6:48
Pure Functions - String Predicate

280 views

8 years ago