ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

81 results

Chrome for Developers
Working with Promises

Promises make asynchronous programming much easier than the traditional event-listener or callback approaches. This video ...

4:44
Working with Promises

10,893 views

8 years ago

Chrome for Developers
Intro to Promises (incl async/await) - Progressive Web App Training

Promises make asynchronous programming much easier than the traditional event-listener or callback approaches. This video ...

6:00
Intro to Promises (incl async/await) - Progressive Web App Training

12,221 views

6 years ago

Intelligent Tech
Javascript ASYNC + AWAIT : Wes Bos Talk

Async/await is a new way to write asynchronous code. Previous options for asynchronous code are callbacks and promises.

15:52
Javascript ASYNC + AWAIT : Wes Bos Talk

30 views

7 years ago

Wisc-Online
Async And Await

Explore how async and await is used in mobile programming to allow multiple tasks to happen at once.

5:17
Async And Await

781 views

9 years ago

Chrome for Developers
Asynchronous Actions with Redux -- Polycasts #62

Today we're continuing on with polymer-redux and talking about asynchronous actions. To streamline the process we'll be using ...

15:46
Asynchronous Actions with Redux -- Polycasts #62

43,676 views

8 years ago

Chrome for Developers
Workerized JS made easy

When JavaScript lives in a Worker, it runs in a separate thread. Thus, it can't block the browser from creating smooth user ...

11:58
Workerized JS made easy

6,756 views

5 years ago

Chrome for Developers
New in Chrome 66: CSS Types Model Object, Async Clipboard & new Canvas contexts

Chrome 66 makes CSS manipulation easier with the new CSS Typed Model Object, access to the clipboard is now asynchronous, ...

4:42
New in Chrome 66: CSS Types Model Object, Async Clipboard & new Canvas contexts

33,994 views

7 years ago

Dodgy Coding
Async and its alternatives

Rust libraries come in a variety of API styles and futures are just one option. In this video we compare and contrast four styles from ...

14:24
Async and its alternatives

2,602 views

6 years ago

Chrome for Developers
#AskPolymer: How do you make the show? -- Polycasts #29

It might seem crazy, but using an element for AJAX is actually pretty great! In this episode I'll show you how to build a simple ...

4:13
#AskPolymer: How do you make the show? -- Polycasts #29

6,882 views

10 years ago

Chrome for Developers
New in Chrome 63: Dynamic Module Imports, Async Iterators and Generators, and CSS Over-Scroll!

Chrome 63 allows you to import JavaScript modules dynamically. My favorite interview coding question becomes a piece of cake ...

4:27
New in Chrome 63: Dynamic Module Imports, Async Iterators and Generators, and CSS Over-Scroll!

19,466 views

8 years ago

Dodgy Coding
Async/await server pt.4 - timeouts

A gentle exploration of building a identd for Linux using async/await and tokio 0.2. This part demonstrates halting an await after a ...

7:31
Async/await server pt.4 - timeouts

729 views

5 years ago

Dodgy Coding
Async/await server pt.3 - running a process

A gentle exploration of building a identd for Linux using async/await, tokio 0.2 and Rust 1.39. This part demonstrates running a ...

8:24
Async/await server pt.3 - running a process

1,219 views

6 years ago

iter
How HOTP and TOTP work
4:20
How HOTP and TOTP work

30,332 views

5 years ago

Chrome for Developers
Bringing bounce and elastic easing to CSS | HTTP 203

You can ease-in, you can ease-out, but CSS doesn't let you bounce. Jake and Surma chat about a proposal to fix that.

16:04
Bringing bounce and elastic easing to CSS | HTTP 203

13,743 views

4 years ago

Chrome for Developers
JS Module Bundlers, Totally Tooling Tips (S3, E12)

In Totally Tooling Tips, JS Module Bundlers, Addy & Matt discuss JavaScript module bundling, the stream of 'ify' tools they have ...

8:23
JS Module Bundlers, Totally Tooling Tips (S3, E12)

50,003 views

9 years ago

Chrome for Developers
Faster apps with JSON.parse (Chrome Dev Summit 2019)

Because the JSON grammar is much simpler than JavaScript's grammar, JSON can be parsed more efficiently than JavaScript.

6:40
Faster apps with JSON.parse (Chrome Dev Summit 2019)

315,322 views

6 years ago

Chrome for Developers
Guaranteeing Responsiveness - Top 5 Takeaways from Chrome Dev Summit

Watch this recap for 5 takeaways from Chrome Dev Summit about guaranteeing responsive user experiences. You can also watch ...

5:02
Guaranteeing Responsiveness - Top 5 Takeaways from Chrome Dev Summit

28,471 views

7 years ago

Chrome for Developers
Supercharged Observers! -- Polycasts #32

Observers are an awesome (though maybe under appreciated) feature of Polymer that let you react to property changes in your ...

7:23
Supercharged Observers! -- Polycasts #32

12,189 views

10 years ago

Dodgy Coding
std threads vs tokio Runtime

In Rust code, two ways to run concurrent tasks are spawning threads using the standard library, and using the tokio crate for async ...

5:34
std threads vs tokio Runtime

19,486 views

6 years ago

Dodgy Coding
Misadventures in async testing

A demonstration of the race conditions that can occur when attempting to unit test async rust code, and a couple of ways you might ...

15:01
Misadventures in async testing

547 views

5 years ago

Chrome for Developers
Working with the Fetch API

Fetch is a modern replacement for XMLHttpRequest that lays the foundation for Progressive Web Apps. This video covers the ...

6:57
Working with the Fetch API

32,364 views

8 years ago

Specmatic
When Downstream Services Lag, Does Your API Gracefully Accept with 202 Responses?

Dealing with asynchronous APIs in microservices can quickly get tricky—especially when your downstream services aren't ready ...

6:11
When Downstream Services Lag, Does Your API Gracefully Accept with 202 Responses?

5 views

1 month ago

Chrome for Developers
Bringing page transitions to the web

Native apps often feature transitions between states that both look great and help communicate the type of navigation to the user.

12:57
Bringing page transitions to the web

234,225 views

3 years ago

Lezcano Tech Tips 🤖
How I nearly FAILED my Front-End Interview (Angular & JavaScript) - My Experience as a Web Dev..

In this video, I share my personal experience of nearly failing a technical interview focused on Angular and JavaScript. Join me as ...

15:01
How I nearly FAILED my Front-End Interview (Angular & JavaScript) - My Experience as a Web Dev..

1,954 views

1 year ago

Chrome for Developers
Using the Fetch API - Progressive Web App Training

The Fetch API is a modern replacement for XMLHttpRequest. It includes much of the code you used to write for yourself: handling ...

7:55
Using the Fetch API - Progressive Web App Training

17,326 views

6 years ago