Google Chrome Developers

×
775 тыс
подписчики
177 млн
просмотры
1 898
видео
24 Апр 2012
создан
14.11.18 33:08
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)
To achieve a truly responsive experience, developers have to execute their code in 10ms chunks. That’s nearly impossible.
14 492
16.1
13.11.18 30:17
virtual-scroller: Let there be less (DOM) (Chrome Dev Summit 2018)
Rendering performance is mainly a function of how much you render - too much DOM will slow your site to a crawl.
43 702
16.7
13.11.18 22:06
Feature Policy & the Well-Lit Path for Web Development (Chrome Dev Summit 2018)
Feature Policy is a new primitive which allows developers to selectively enable, disable, and modify the behavior of certain APIs and features in the browser. It's like CSP, but for features & APIs!
2 852
21.2
13.11.18 27:05
Day 2 Keynote (Chrome Dev Summit 2018)
Join us for a look at web frameworks and the web platform and how they can be stronger together–creating great user experiences at scale!
7 808
15.3
13.11.18 8:42:05
Chrome Dev Summit 2018 - Day 1 Livestream
Join us at the 6th Chrome Dev Summit to engage with Chrome engineers and leading web developers for a two-day exploration of modern web experiences.
31 807
19.4
13.11.18 23:50
Progressive Content Management Systems (Chrome Dev Summit 2018)
Content Management Systems (CMS) are software platforms designed to simplify the creation and management of websites and their content.
6 879
24.8
13.11.18 25:15
Making Modern Web Content Discoverable for Search (Chrome Dev Summit 2018)
Many modern JavaScript frameworks render their HTML content on the client-side assuming that every environment that is accessing their pages is as modern as they are.
7 922
14.2
13.11.18 28:47
Modern Websites for E-commerce in the Real World (Chrome Dev Summit 2018)
While the Web has provided increased capabilities, success for real-world ecommerce requires taking a measured approach.
8 641
23.3
13.11.18 21:24
Building Modern Web Media Experiences: Picture-in-Picture and AV1 (Chrome Dev Summit 2018)
Learn about how the latest media-related capabilities on the web platform can be used to build efficient and delightful web media experiences.
6 262
23.9
13.11.18 31:54
Complex JS-heavy Web Apps, Avoiding the Slow (Chrome Dev Summit 2018)
If you can do it without JavaScript, that's usually the fastest path. But what about when JavaScript is the only way?
40 880
11.9
13.11.18 30:25
Building Faster, More Resilient Apps with Service Worker (Chrome Dev Summit 2018)
Because most users access the Web on the go, it's critical that we deliver experiences that load quickly and run smoothly, regardless of network conditions.
11 072
20.5
13.11.18 26:49
Smooth Moves: Rendering at the Speed of Right ® (Chrome Dev Summit 2018)
Follow us as we refactor a microinteraction to unblock threads, unblock users, and crank it up to 60fps.
10 610
12
12.11.18 29:21
Speed Essentials: Key Techniques for Fast Websites (Chrome Dev Summit 2018)
The bad news: JavaScript, images, and web fonts often bloat modern web pages. The good news: There’s probably a ton of room to improve the performance of your site.
24 949
11.9
12.11.18 21:01
State of the Union for Speed Tooling (Chrome Dev Summit 2018)
Measuring, optimizing, and monitoring user experience on the Web has never been easier.
10 362
17.9
12.11.18 25:37
Get Down to Business: Why the Web Matters (Chrome Dev Summit 2018)
Music? Coffee? Ideas? By focusing on speed and taking advantage of the Web’s expanding capabilities, three global businesses found meaningful engagement with new and existing users everywhere.
11 957
21.2
12.11.18 31:17
Day 1 Keynote (Chrome Dev Summit 2018)
A round-up of the web platform's latest advancements and the evolving landscape.
177 184
70.9
07.11.18 11:48
Designing a Progressive Web App with Firebase - Designer vs. Developer #25
Mustafa speaks to David East about Progressive Web apps, Firebase, and how you can design for speed.
16 984
18.5
31.10.18 25:21
HTTP Headers - The State of the Web
Rick speaks with Andrew Betts about HTTP headers.
35 659
15.5
25.10.18 1:28
flatMap - Functional JavaScript - Supercharged
In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: flatMap! If you have questions or suggestions, reach out on Twitter!
22 124
15.5
24.10.18 13:28
Using Autocomplete for Optimal Form UX - Designer vs. Developer #24
Sometimes, forms or website input fields seem to be thrown together without much thought out towards the UX or the issues that may arise for the user.
7 807
18
19.10.18 4:03
Google Pay API Implementation Demo (Web)
To watch the Google Pay API Explained → bit.ly/2P7knNk With the Google Pay API, your customers can use the cards saved to their Google Accounts for seamless checkout within your apps and
296 070
37.8
19.10.18 3:25
Google Pay API Explained
To watch the Google Pay API implementation Demo (Web) → bit.ly/2CoQ65Y With the Google Pay API, your customers can use the cards saved to their Google Accounts for seamless checkout within
348 711
34.9
18.10.18 13:42
The State of JavaScript - The State of the Web
Rick speaks with Addy Osmani about the state of JavaScript. Addy is an Engineering Manager on the Google Chrome team, and he has been a web developer for 17 years.
63 307
12
17.10.18 8:05
SVG Transform Box - HTTP203
Jake & Surma discuss SVG’s new-ish transform-box property, which gives control over how transformations are applied.
10 259
12.2
16.10.18 3:53
New in Chrome 70: Desktop PWAs on Windows, Public Key Credentials, Named Workers and more!
Chrome 70 adds support for Desktop Progressive Web Apps on Windows, adds support for Public Key Credentials to the Credential Management API, allows you to provide a name to dedicated workers and
82 304
16.5
11.10.18 1:30
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: The infamous and feared reduce()!
10 468
8.4
10.10.18 14:47
Prototyping Motion and Material Design - Designer vs. Developer #23
Mustafa speaks to Nick Butcher, Design and Developer Advocate at Google, about motion design, prototyping and the three layers of material design.
5 848
12.9
05.10.18 5:36
Chrome 70 - What’s New in DevTools
New to DevTools in Chrome 70 0:16 → Live Expressions in the Console 1:23 → Highlight DOM nodes during Eager Evaluation 1:51 → Enable Network Throttling from the Command Menu 2:55 → Break on
85 871
18.5
03.10.18 13:49
The DEV Survey - The State of the Web
In an earlier episode (here → bit.ly/2P75EP4), Rick spoke with co-founders Jess Lee and Ben Halpern about dev.to ( dev.to), the amazing online community for developers.
4 243
18.7
02.10.18 12:47
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 official Surma-score. Subscribe to the channel!
18 994
7.1
1 930 видеоназад38далее
жизньигрыфильмывесельеавтотехномузыкаспортедаденьгистройкаохотаогородзнанияздоровьекреативдетское