ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,430 results

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,827 views

4 years ago

CraftingCode
¿Qué es partial application/currying? | Functional Programming | TL;DR

Qué es partial application/currying? | Functional Programming | TL;DR Empieza el 2020 aprendiendo programación funcional con ...

6:44
¿Qué es partial application/currying? | Functional Programming | TL;DR

143 views

6 years ago

dotconferences
dotJS 2016 - Evan You - Reactivity in Frontend JavaScript Frameworks

Filmed at http://2016.dotjs.io on December 5th in Paris. More talks on http://thedotpost.com With today's modern JavaScript ...

18:46
dotJS 2016 - Evan You - Reactivity in Frontend JavaScript Frameworks

15,758 views

9 years ago

InRhythm
Java for JavaScript Developers | James Woods

Even though it's a dynamic vs. statically typed language, there are still several 1 to 1 and 1 to 0.7 relationships from imports and ...

9:06
Java for JavaScript Developers | James Woods

753 views

7 years ago

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

4 years ago

Confreaks
!!Con 2016 - They're functional! They're efficient!!  By Anjana Vakil

They're functional! They're efficient!! They're persistent data structures!!! By Anjana Vakil Functional programming is a cool ...

12:22
!!Con 2016 - They're functional! They're efficient!! By Anjana Vakil

10,147 views

9 years ago

Jesse Warden
DRYing Your Code Using Function Partials

A practical use of using function partials to DRY your code so you have pure, composable functions that you don't have to repeat ...

4:16
DRYing Your Code Using Function Partials

211 views

8 years ago

Code with tkssharma
Javascript functional programming Questions #11

Preparing for a JavaScript coding interview involves a combination of understanding core concepts, practicing coding challenges, ...

11:00
Javascript functional programming Questions #11

100 views

5 years ago

Jesse Warden
DRYing Your Code Using partialRight

What do you do when functions do NOT put dynamic parameters to the right, but instead expect you to supply those first, and the ...

4:09
DRYing Your Code Using partialRight

227 views

8 years ago

Ben Beattie-Hood
Functional Programming in .net

In this talk we'll explore how to use a DDD functional approach in .net to do amazing things, such as reduce coupling, increase ...

17:28
Functional Programming in .net

2,312 views

5 years ago

Chrome for Developers
JavaScript proposals - HTTP203

Jake and Surma take a look at some of the in-development-and-may-never-happen JavaScript proposals, and give each one an ...

12:47
JavaScript proposals - HTTP203

18,093 views

7 years ago

Code with Nakov | SoftUni Global
Programming Concepts Explained: Functional Programming

Functional programming is a way of thinking about software construction by creating pure functions. What exactly is functional ...

9:26
Programming Concepts Explained: Functional Programming

700 views

4 years ago

The Debug Zone
React Functional Components vs. Plain JS Functions: Key Differences Explained

In this video, we dive into the essential differences between React functional components and plain JavaScript functions. As React ...

5:04
React Functional Components vs. Plain JS Functions: Key Differences Explained

26 views

1 year ago

Savoir-faire Linux (vidéo)
Stefanie Schirmer on Javascript Functional Cooking #PyCon2014

Montreal, April 12, 2014 - Mahtab Ghamsari-Esfahani (Savoir-faire Linux) talks with Stefanie Schirmer about her programming in ...

5:30
Stefanie Schirmer on Javascript Functional Cooking #PyCon2014

505 views

11 years ago

Jesse Warden
Fat Arrow Functions

I explain the differences between defined functions, anonymous functions, and arrow functions.

15:50
Fat Arrow Functions

646 views

9 years ago

Zen of Coding
ReactCasts #9 - Immutability in JavaScript

In this episode I'll talk about why immutability is important and how it can benefit you. I will draw some comparisons between ...

14:03
ReactCasts #9 - Immutability in JavaScript

34,962 views

8 years ago

connecteventsio
Connect.JS 2015: Functional PHP

Functional programming isn't a language, but a powerful approach to problem solving. And it's fully available to us in PHP!

8:21
Connect.JS 2015: Functional PHP

266 views

10 years ago

DublinJS
Functional Programming Jargon - Remo H. Jansen

Remo H. Jansen, TypeScript Dublin https://www.twitter.com/OweR_ReLoaDeD Remo explains some of the terms associated with ...

8:47
Functional Programming Jargon - Remo H. Jansen

377 views

9 years ago

Cave of Programming
Function Parameters: Javascript and NodeJS for Complete Beginners 027

Find more courses: http://www.caveofprogramming.com A course on Javascript and NodeJS for complete beginners.

13:56
Function Parameters: Javascript and NodeJS for Complete Beginners 027

422 views

5 years ago

Isaac Harris-Holt
Everything you need to know about FFI in Gleam

Gleam is a great language, but sometimes you just need to access the underlying platform, be it JavaScript, Erlang or Elixir.

9:57
Everything you need to know about FFI in Gleam

10,690 views

1 year ago

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

116,469 views

9 years ago

William Billingsley
JavaScript ES5 part 1 (Dynamic language)

... be newer to JavaScript programming so the first thing I'd like to say about the language itself though it's dynamically and weakly ...

9:13
JavaScript ES5 part 1 (Dynamic language)

124 views

7 years ago

CloseBrace
JS Quick Hits 37 - Immutability Basics

Let's talk about data, specifically mutable and immutable data, and the difference between the two. • Full-text version: ...

4:22
JS Quick Hits 37 - Immutability Basics

92 views

7 years ago

Codexpanse with Rakhim
Recursion and recursive functions / Intro to JavaScript ES6 programming, lesson 7

What is recursion and how to wrap your head around it? Watch this video to learn about iterative processes: ...

6:31
Recursion and recursive functions / Intro to JavaScript ES6 programming, lesson 7

22,882 views

9 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