Вдумчивая архитектура CSS
https://seesparkbox.com/foundry/thoughtful_css_architecture
https://seesparkbox.com/foundry/thoughtful_css_architecture
Seesparkbox
Thoughtful CSS Architecture and Organization
Create CSS architecture that will help you design a structure for your code so your projects and teams can grow without becoming an unmanageable mess. Here are some CSS rules to follow.
Подкаст radioJS, Выпуск 41
https://radiojs.ru/2016/10/radiojs-41/
https://radiojs.ru/2016/10/radiojs-41/
RadioJS
Выпуск 41: Типизация 2.0
Сегодня в гостях у RadioJS Александр Майоров из tutu.ru. Саша давно работает с TypeScript и ему есть что сказать по поводу нового релиза. Также обсуждаем отношение к типизации в командах, стоит ли писать и поддерживать серверный код и прошедшие конференции.
Начало работы с Angular 2 End To End тестированием
https://blog.jscrambler.com/getting-started-with-angular-2-end-to-end-testing/
https://blog.jscrambler.com/getting-started-with-angular-2-end-to-end-testing/
Jscrambler
Getting Started with Angular 2 End To End Testing | Jscrambler Blog
In this article, we will be testing an existing Angular 2 todo application. We will be using integration tests and will cover several scenarios.
Как использовать 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