Как использовать Feature Queries (запросы свойств)
https://getflywheel.com/layout/css-feature-queries-how-to/
https://getflywheel.com/layout/css-feature-queries-how-to/
Flywheel: Best Managed WordPress Hosting
How to use CSS Feature Queries
Excited to use new CSS features, but worried about browser capabilities? CSS Feature Queries can help keep things running smoothly. Here's how they work.
Почему я считаю, что Elm — это будущее фронтенд-разработки
https://medium.com/@rgoomar/why-i-think-elm-is-the-future-of-front-end-development-21e9b091fa05
https://medium.com/@rgoomar/why-i-think-elm-is-the-future-of-front-end-development-21e9b091fa05
Medium
Why I think Elm is the Future of Front End Development
Elm is a ML-style functional language with enforced immutability that compiles down to optimized JavaScript. It solves a lot of problems…
Заметка в помощь для работы с ARIA
https://www.paciellogroup.com/blog/2016/10/a-not-so-short-note-on-aria-to-the-rescue/
https://www.paciellogroup.com/blog/2016/10/a-not-so-short-note-on-aria-to-the-rescue/
TPG
A (not so) short note on ARIA to the rescue
Native HTML elements don’t require the addition of ARIA attributes to expose the semantics they have, as, for the most part, browsers expose this information: YAY. This is expressed in the AR…
Объектно-ориентированный JavaScript
https://medium.com/@justtoconfirm/object-oriented-javascript-d61fe073ca86
https://medium.com/@justtoconfirm/object-oriented-javascript-d61fe073ca86
Medium
Object-Oriented JavaScript
A brief introduction to OOP in JavaScript
Оптимизация веб-изображений в Photoshop
https://madebysidecar.com/journal/optimizing-images-for-the-web-in-photoshop
https://madebysidecar.com/journal/optimizing-images-for-the-web-in-photoshop
Made by Sidecar
Optimizing Web Images in Photoshop by Joshua Krohn
There are a lot of ways to optimize images for the web. Learn how to find the right balance between image quality and file size.
Темная сторона TypeScript — @декораторы на примерах
https://habrahabr.ru/company/docsvision/blog/310870/
https://habrahabr.ru/company/docsvision/blog/310870/
Habr
Темная сторона TypeScript — @декораторы на примерах
Декораторы — это невероятно круто. Они позволяют описывать мета информацию прямо в объявлении класса, группируя все в одном месте и избегая дублирования. Ужасно удобно. Однажды попробовав, вы уже...
Оптимизация задержек — советы по оптимальной производительности от keycdn
https://www.keycdn.com/blog/latency-optimization/
https://www.keycdn.com/blog/latency-optimization/
KeyCDN
Latency Optimization - Tips for Optimal - KeyCDN
With the modern web protocols and directives, everyone has access to today, latency is easier to work around. Check out these 6 latency optimization tips.
Загрузка изображений в стиле Medium с Vue.js
http://www.theodo.fr/blog/2016/10/medium-like-image-loading-with-vue-js/
http://www.theodo.fr/blog/2016/10/medium-like-image-loading-with-vue-js/
Theodo
Medium-like Image Loading with Vue.js (part 1)
When I’m stuck on a train or queuing at the supermarket I usually read one or two articles on Medium. There’s plenty of stuff that I really…
JavaScript 2016, а можно попроще?
https://habrahabr.ru/post/313234/
https://habrahabr.ru/post/313234/
Habr
JavaScript 2016, а можно попроще?
Последние полгода много пишут о неоправданной сложности клиентского JavaScript. Недавняя статья How it feels to learn JavaScript in 2016 и ее перевод на хабре вызвали много внимания, критика во многом...
Знакомство с модулем Angular 2: NgModule
https://scotch.io/bar-talk/getting-to-know-angular-2s-module-ngmodule
https://scotch.io/bar-talk/getting-to-know-angular-2s-module-ngmodule
Scotch
Getting to Know Angular 2's Module: @NgModule
Getting to know Angular 2 Module @NgModule
Какой доктайп следует использовать для шаблонов писем
https://emails.hteumeuleu.com/which-doctype-should-you-use-in-html-emails-cd323fdb793c
https://emails.hteumeuleu.com/which-doctype-should-you-use-in-html-emails-cd323fdb793c
Medium
Which doctype should you use in HTML emails?
The doctype is the very first line of any HTML document. But do you know which one to use in an email and why ? Here’s my attempt to…
Используем веб-технологии для создания эффекта «потяни чтоб обновить»
https://manu.ninja/using-web-technologies-for-a-pull-to-refresh-animation
https://manu.ninja/using-web-technologies-for-a-pull-to-refresh-animation
manu.ninja
Using Web Technologies for a “Pull to Refresh” Animation | manu.ninja
Pull-to-refresh is a touchscreen gesture used in many mobile applications. This article shows a way of creating a simple pull-to-refresh animation using web technologies. The animation has seven different parts implemented with SVG, CSS and JavaScript.
Исследуя JavaScript: типизированные массивы
https://codingbox.io/exploring-javascript-typed-arrays-c8fd4f8bd24f
https://codingbox.io/exploring-javascript-typed-arrays-c8fd4f8bd24f
Небольшая заметка о режимах смешивания
http://rumyrashead.com/a-little-thing-about-blends.html
http://rumyrashead.com/a-little-thing-about-blends.html
Rumyrashead
A Little Thing About Blends