Google представил план интеграции блокировщика рекламы в Chrome https://www.opennet.ru/opennews/art.shtml?num=46641
www.opennet.ru
Google представил план интеграции блокировщика рекламы в Chrome
Компания Google официально объявила о своих планах по интеграции в браузер Chrome средств для блокирования неприемлемой рекламы. Включение блокировщика намечено на начало 2018 года. Для безболезненного внедрения блокировщика компания Google подготовила новый…
❤1
Вот что вы должны знать о динамических компонентах в Angular https://hackernoon.com/here-is-what-you-need-to-know-about-dynamic-components-in-angular-ac1e96167f9e
Hacker Noon
Here is what you need to know about dynamic components in Angular
Create Angular components dynamically like a pro
Создание семантических компонентов в Angular и React https://blog.scottlogic.com/2017/05/24/creating-semantic-components-in-angular-and-react.html
Scott Logic
Creating semantic components in Angular and React
Nick Owen: Using two of the currently most popular web frameworks I'll demonstrate how to create semantic looking code.
Почему заголовки и лендмарки так важны? https://www.youtube.com/watch?v=vAAzdi1xuUY
YouTube
Why headings and landmarks are so important -- A11ycasts #18
Accessibility Fundamentals: Semantics and Navigating Content
https://goo.gl/KgU3v3
One of the key goals in building an accessible experience is to make sure users of assistive technology can browse the page efficiently. Proper usage of h1-h6 headings can…
https://goo.gl/KgU3v3
One of the key goals in building an accessible experience is to make sure users of assistive technology can browse the page efficiently. Proper usage of h1-h6 headings can…
Кастомные свойства — HTML Шорты https://www.youtube.com/watch?v=Ag98mgI4bXA
YouTube
Кастомные свойства — HTML Шорты
— Why variables in CSS are harmful, Берт Бос — https://www.w3.org/People/Bos/CSS-variables
— Пользовательские свойства CSS. Основы — https://zmeika.name/2017/03/02/custom-css-properties-basics.html
— It’s Time To Start Using CSS Custom Properties, Сергей Господарец…
— Пользовательские свойства CSS. Основы — https://zmeika.name/2017/03/02/custom-css-properties-basics.html
— It’s Time To Start Using CSS Custom Properties, Сергей Господарец…
Функции высокого порядка в Lodash https://pragmatists.pl/blog/2017/05/higher-order-functions-in-lodash/
< css-doodle /> — веб-компонент для рисования шаблонов с помощью css. https://yuanchuan.name/css-doodle/
https://habrahabr.ru/post/329510/ Как добиться повторного использования React компонентов (Перевод)
habrahabr.ru
Как добиться повторного использования React компонентов (Перевод)
Повторное использование кода является одним из наиболее распространенных ключевых моментов в разработке программного обеспечения. Множество фреймворков,...
Shape Detection API: определение баркодов, лиц и текста в изображениях https://deanhume.com/Home/BlogPost/shape-detection-api--detecting-barcodes--faces-and-text-inside-an-image/10158
Dean Hume's Blog
Shape Detection API: Detecting barcodes, faces and text inside an image
Did you know that your device has the amazing ability to detect different shapes in images? Right now, whether you are on a mobile, tablet or desktop, it is capable of detecting faces, barcodes and even text in an image. Pretty amazing, huh?!
According…
According…
Ускорение сайтов: принципы работы Progressive Web AMP https://www.cossa.ru/152/162239/
Cossa.ru - информационный портал о маркетинге и коммуникациях в цифровой среде.
Ускорение сайтов: принципы работы Progressive Web AMP
Николай Мациевский продолжает серию статей об оптимизации сайтов и приложений. Сегодня рассказывает о технологиях Progressive Web Applications.
Чеклист производительности фронтенда для продакшена https://medium.com/@yjose/front-end-performance-check-list-for-production-4e930cb63e8a
Hacker Noon
Frontend Performance Check-list For Production
In web development and exactly front-end web, we spend more time searching for the best design and content to our pages, it’s good but we…
Что такое Event Bubbling в JavaScript? Обяснение Event Propagation #js https://www.sitepoint.com/event-bubbling-javascript/
Sitepoint
Event Bubbling in JavaScript? Event Propagation Explained
Giulio Mainardi looks at event propagation in JavaScript. He examines event bubbling & capture and shows how they fit into the basic JavaScript event flow.