ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

703 results

Chrome for Developers
Reduce - Functional JavaScript - Supercharged

In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...

1:30
Reduce - Functional JavaScript - Supercharged

10,117 views

7 years ago

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

5 years ago

Chrome for Developers
Load your page faster: remove unused code

Find out how to find and remove unused CSS and JavaScript. Resource links: ...

2:22
Load your page faster: remove unused code

126,276 views

6 years ago

Chrome for Developers
Array grouping - New in Chrome 117

In programming, array grouping is an extremely common operation, seen most often when we use SQL's GROUP BY clause and ...

0:56
Array grouping - New in Chrome 117

6,969 views

2 years 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,602 views

3 years ago

Learn with Shikaar
Array Successive Reduce Values

Resources: • JavaScript reduce() and map() documentation (MDN). If this tutorial helped you, don't forget to like, share, and ...

2:28
Array Successive Reduce Values

1 view

9 months ago

Studio UNCUT
Come funziona il metodo Reduce ?

Reduce è uno dei metodi meno simpatici di Javascript: comprenderne il funzionamento leggendo la documentazione può ...

7:42
Come funziona il metodo Reduce ?

768 views

4 years ago

Learn with Shikaar
Reduce Object with Accumulator Function

Resources: • JavaScript reduce() and Object.entries() documentation (MDN). If this tutorial helped you, don't forget to like, share, ...

2:19
Reduce Object with Accumulator Function

1 view

9 months ago

Chrome for Developers
JavaScript for-loops are… complicated - HTTP203

In this episode, Jake and Surma dissect how for-loops actually work and how they've evolved. Turns out, it got complicated.

14:17
JavaScript for-loops are… complicated - HTTP203

106,825 views

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

5 years ago

Learn with Shikaar
Nest Flat Array Recursively

Video Title: Convert a Flat Array into a Nested Structure Recursively in JavaScript In this video, you'll learn how to transform a flat ...

2:24
Nest Flat Array Recursively

7 views

10 months ago

Learn with Shikaar
Reduce Array Like to Hash Map

Resources: • JavaScript reduce() and Object.fromEntries() documentation (MDN). If this tutorial helped you, don't forget to like, ...

1:51
Reduce Array Like to Hash Map

4 views

9 months ago

Chrome for Developers
Managing Your Bundle Size - Totally Tooling Tips

The amount of JavaScript you send to your users can affect your load and parse time of your Javascript resulting in a slow feeling ...

7:03
Managing Your Bundle Size - Totally Tooling Tips

12,286 views

8 years ago

Chrome for Developers
Navigating the JavaScript framework ecosystem

The JavaScript framework landscape is ever-evolving, making it exhilarating and overwhelming at the same time. This talk will cut ...

42:30
Navigating the JavaScript framework ecosystem

60,303 views

1 year ago

Learn with Shikaar
Sum Array After Mapping Function

Video Title: How to Sum an Array After Applying a Mapping Function in JavaScript Want to process and sum up the elements of an ...

3:19
Sum Array After Mapping Function

5 views

11 months ago

Chrome for Developers
Faster Web Navigation with Predictive Prefetching

Predictive prefetching is a technique which improves the perceived performance of web applications by utilizing techniques from ...

7:39
Faster Web Navigation with Predictive Prefetching

17,728 views

6 years ago

Learn with Shikaar
🎥 Calculate Product of Array Values in JavaScript  Ignore Invalid Data Cleanly

Product of Array Values in JavaScript | Coding Tutorial Description: In this tutorial, we'll write a JavaScript program that finds the ...

3:01
🎥 Calculate Product of Array Values in JavaScript Ignore Invalid Data Cleanly

5 views

4 months ago

Chrome for Developers
How to analyze your JavaScript bundles

Learn how to analyze your bundled JavaScript code and to spot common issues that can easily bloat up your application size.

8:33
How to analyze your JavaScript bundles

26,398 views

5 years ago

Learn with Shikaar
Find the Longest String in an Array

Video Title: Find the Longest String in an Array with JavaScript In this tutorial, we'll learn how to find the longest string in a given ...

2:55
Find the Longest String in an Array

6 views

1 year ago

Learn with Shikaar
Run Promises in Series

Basic understanding of array methods like reduce(). Resources: • MDN Promises documentation. • JavaScript reduce() method ...

3:02
Run Promises in Series

4 views

8 months ago