ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

868 results

Chrome for Developers
Is reduce() bad? - HTTP 203

In this episode, Jake and Surma discuss the array function reduce(). Is it good to use it? Is it too “smart”? Does it increase or ...

23:13
Is reduce() bad? - HTTP 203

79,061 views

6 years ago

Javascript Tutorial For Beginner
This is 31th video of Javascript tutorial about map, reduce

javascript map, javascript reduce, iterative methods, callback function as an argument, reduce function, reduce function without ...

39:32
This is 31th video of Javascript tutorial about map, reduce

1 view

1 year ago

Xah Lee
Xah Ep706 Fold and Reduce, in Wolfram Language, Emacs Lisp, JavaScript

Video Summary (AI Generated, Reviewed by Human) This video explains fold (also known as reduce) in functional programming.

1:06:47
Xah Ep706 Fold and Reduce, in Wolfram Language, Emacs Lisp, JavaScript

447 views

Streamed 2 months ago

Chrome for Developers
A deep dive into optimizing LCP

There is no shortage of advice on the web about improving page load performance, and yet, of the three Core Web Vitals, Largest ...

29:15
A deep dive into optimizing LCP

142,842 views

3 years ago

Chrome for Developers
Optimize for Core Web Vitals

In this hands-on talk, we cover tips & tricks for optimizing your user-experience to meet the Core Web Vitals. We use tools like ...

38:03
Optimize for Core Web Vitals

187,936 views

5 years ago

FINOS
Responsible Use of Node.js & Open Source Software Utilizing Best Practices at an ...- Stephen Husak

Presented at Open Source In Finance Forum 2023 - NYC Presented by Stephen Husak - CapitalOne Title: Responsible Use of ...

30:17
Responsible Use of Node.js & Open Source Software Utilizing Best Practices at an ...- Stephen Husak

51 views

2 years ago

Code Geek
Functional Programming for JavaScript Developers

Functional Programming for JavaScript Developers. Solidify your knowledge of functional JavaScript programming, including ...

21:01
Functional Programming for JavaScript Developers

54 views

3 years ago

CalmAndFocusProgramming
JavaScript Higher-Order Functions — Calm Lofi Study Session

Help me to reach my first 1k subscribers. Please also check others tutorials too ...

30:47
JavaScript Higher-Order Functions — Calm Lofi Study Session

1 view

6 months ago

Nameh
JS Array : filter, map, reduce, some, every methods

data.json : files.catbox.moe/pjzm99.json.

39:25
JS Array : filter, map, reduce, some, every methods

19 views

4 weeks ago

buildingwitheze
How To build a Video Compressor app (Reduce Size Without Losing Quality)  Part 03 Backend service

How To build a Video Compressor app that helps you to Compress Video Without Losing Quality Part 03 Watch related ...

1:04:32
How To build a Video Compressor app (Reduce Size Without Losing Quality) Part 03 Backend service

16 views

6 months ago

zuni
JavaScript Tutorial for Programmers

Learn JavaScript for programmers. You'll learn about: Arrow Function, JSON, Map Reduce, and more JavaScript Basics Before ...

1:29:55
JavaScript Tutorial for Programmers

211 views

2 years ago

buildingwitheze
How To build A Compressor app (Reduce Size Without Losing Quality)  Part 04 Frontend integrations

How To build a Video Compressor app that helps you to Compress Video Without Losing Quality Part 04 Watch related ...

37:14
How To build A Compressor app (Reduce Size Without Losing Quality) Part 04 Frontend integrations

8 views

6 months ago

NWCalvank
Transducers Explained | JavaScript

Thanks for watching! If you enjoyed this video, subscribe to see more like it. Ask any questions in the comments below, and I will ...

42:23
Transducers Explained | JavaScript

5,285 views

7 years ago

programming
Map Reduce Video

Map Reduce Video.

57:48
Map Reduce Video

802 views

5 years ago

Pi-Yin Hsiao
[屁眼] Javascript 教學,functional programing (forEach, map, reduce)

functional programing (forEach, map, reduce) * Twitch: https://www.twitch.tv/bill42362 * Github: ...

42:15
[屁眼] Javascript 教學,functional programing (forEach, map, reduce)

274 views

8 years ago

Nikola Tankovic
JavaScript 13: Map - Filter - Reduce

Kolegij Programiranje u skriptnim jezicima (c) 2024 Fakultet informatike u Puli Skripte i materijali: https://ntankovic.unipu.hr/psj ...

38:22
JavaScript 13: Map - Filter - Reduce

379 views

1 year ago

Java User Group Switzerland
Bug Free - 21 tricks to reduce the space available for bugs

Speaker: Johan Martinsson Recorded: 2021-11-23 00:00:00 Intro 00:05:05 The Talk 01:31:33 Questions & Answers Get rid of ...

1:36:01
Bug Free - 21 tricks to reduce the space available for bugs

466 views

4 years ago

Dejan Trajković
Section 6.6.1. Using encapsulation to reduce coupling

Objects First with Java reading recall.

24:06
Section 6.6.1. Using encapsulation to reduce coupling

55 views

8 years ago

CS 125 @ Illinois
Joyful Kotlin 3: map-reduce-filter

map-reduce-filter: https://kotlin.cs.illinois.edu/lessons/map-reduce-filter/

1:11:49
Joyful Kotlin 3: map-reduce-filter

129 views

5 years ago

DevConf
Optimizing Performance in Large-Scale React & Node.js Applications - DevConf.CZ 2025

Speaker(s): Tejas Gavankar, Hrithik Gavankar Did you know that 47% of users expect a webpage to load in under 2 seconds, and ...

33:47
Optimizing Performance in Large-Scale React & Node.js Applications - DevConf.CZ 2025

21 views

6 months ago

Itnig
Intro to functional programming with Javascript - by lead developer at Ulabox Ruben Sospedra

Want to learn functional programming? This is where to start, as lead developer at Ulabox Ruben Sospedra will guide you through ...

33:53
Intro to functional programming with Javascript - by lead developer at Ulabox Ruben Sospedra

536 views

8 years ago

Techlahoma
Delicious JavaScript: Delectable Explanations of the Power of JS - ThunderPlains 2019

map()`, `reduce()`, `filter()`, oh my! Many new devs (or seasoned ones venturing into JavaScript) always tell me that these and ...

20:05
Delicious JavaScript: Delectable Explanations of the Power of JS - ThunderPlains 2019

74 views

6 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

SouJava
Reduce system complexity in Java with Data-Oriented programming

Traditionally in Java, we mix data and code in objects. While being beneficial in some cases, data encapsulation has a tendency ...

34:46
Reduce system complexity in Java with Data-Oriented programming

1,540 views

Streamed 4 years ago

connecteventsio
Functional Programming Basics in ES6

With all the hubbub over functional programming in JavaScript land, you might be confused what it's all about. Let's look at the ...

50:52
Functional Programming Basics in ES6

543 views

10 years ago