Доступность в вебе — разработка веба с эмпатией
https://medium.com/@paramsingh_66174/web-accessibility-developing-web-with-empathy-2aee08ebe97c
https://medium.com/@paramsingh_66174/web-accessibility-developing-web-with-empathy-2aee08ebe97c
Medium
Web Accessibility — Developing web with empathy
Even while developing web apps for years, we forget about one really important thing and that’s called Web Accessibility. It’s going to be…
Текущее состояние Babel и его планы на будущее #js #javascript #babel
https://babeljs.io/blog/2016/12/07/the-state-of-babel
https://babeljs.io/blog/2016/12/07/the-state-of-babel
babeljs.io
The State of Babel · Babel
- [Some History](https://babeljs.io/blog/2016/12/07/the-state-of-babel#some-history)
Сокращенный синтаксис CSS рассматривается как антипаттерн
https://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/
https://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/
Csswizardry
CSS Shorthand Syntax Considered an Anti-Pattern – CSS Wizardry
Avoid using CSS’ shorthand syntax
Мгновенные статические веб-страницы с помощью Service Worker
https://calendar.perfplanet.com/2016/instant-static-web-pages-with-service-worker/
https://calendar.perfplanet.com/2016/instant-static-web-pages-with-service-worker/
Опасайтесь вложенности ролей
https://adrianroselli.com/2016/12/be-wary-of-nesting-roles.html
https://adrianroselli.com/2016/12/be-wary-of-nesting-roles.html
Adrian Roselli
Be Wary of Nesting Roles
As a web developer, you may take it for granted that you cannot nest a hyperlink. I mean, you can nest a hyperlink, but more likely than not you already know how problematic that can be — and not just because the validator will kick that back as an error.…
styletron — универсальные высокопроизводительные стили css-in-js
https://github.com/rtsao/styletron
https://github.com/rtsao/styletron
GitHub
styletron/styletron
:zap: Toolkit for component-oriented styling. Contribute to styletron/styletron development by creating an account on GitHub.
Нативная разработка JavaScript после Internet Explorer
https://www.sitepoint.com/native-javascript-development-after-internet-explorer/
https://www.sitepoint.com/native-javascript-development-after-internet-explorer/
SitePoint
Native JavaScript Development after Internet Explorer — SitePoint
Adrian Sandu completes his series on life after oldIE's retirement, looking at what is now possible with native JavaScript across the major browsers.
Why use static types in JavaScript? (Parts II & III)
https://medium.com/@preethikasireddy/why-use-static-types-in-javascript-part-2-part-3-be699ee7be60#.cxkprazjf
https://medium.com/@preethikasireddy/why-use-static-types-in-javascript-part-2-part-3-be699ee7be60#.cxkprazjf
Medium
Why use static types in JavaScript? (Parts II & III)
Note: This is Part 2 & 3 of a 4-part series.
Подкаст radiojs, Выпуск 43: Фиолетовый паттерн
https://radiojs.ru/2016/12/radiojs-43/
https://radiojs.ru/2016/12/radiojs-43/
RadioJS
Выпуск 43: Фиолетовый паттерн
Мы наконец-то запустили онлайн трансляции и чат в телеграмме для telegram.me/RadioJSPodcast
Присоединяйтесь к нему, чтобы участвовать в обсуждениях во время трансляций.
В этом выпуске продолжили разговор с Алексеем Охрименко, но уже на немного отдаленные…
Присоединяйтесь к нему, чтобы участвовать в обсуждениях во время трансляций.
В этом выпуске продолжили разговор с Алексеем Охрименко, но уже на немного отдаленные…
Журнал ошибок в клиентских приложениях
https://www.sitepoint.com/logging-errors-client-side-apps/
https://www.sitepoint.com/logging-errors-client-side-apps/
Sitepoint
Logging Errors in Client-Side Applications — SitePoint
Lukas White walks through the various options for logging errors in the browser and solutions for persisting error data to the server for reporting.
HolographicJS — компонент Windows для запуска приложений Windows Holographic созданных с Javascript и WebGL
https://github.com/lwansbrough/holographicjs
https://github.com/lwansbrough/holographicjs
GitHub
lwansbrough/HolographicJS
HolographicJS - A Windows Runtime Component for hosting Windows Holographic apps built with Javascript and WebGL
High Contrast, A PostCSS Plugin Story #css #styles
https://css-tricks.com/high-contrast-postcss-plugin-story/
https://css-tricks.com/high-contrast-postcss-plugin-story/
CSS-Tricks
High Contrast, A PostCSS Plugin Story*
*Based on true events It’s hard to imagine life without internet today. Many people’s lives are less or more tied with internet. Think about everything we
Миграция с Angular 1 App на Angular 2, ч.2
https://auth0.com/blog/migrating-an-angular-1-app-to-angular-2-part-2/
https://auth0.com/blog/migrating-an-angular-1-app-to-angular-2-part-2/
Auth0 - Blog
Migrating an AngularJS App to Angular - Part 2
Learn how to migrate real-world features of an AngularJS 1 application to a fresh Angular 2+ build (Part 2): routing, API, and filtering.
Почему Redux требует, чтобы Reducer-ы были “чистыми функциями”
https://medium.com/@rajaraodv/why-redux-needs-reducers-to-be-pure-functions-d438c58ae468
https://medium.com/@rajaraodv/why-redux-needs-reducers-to-be-pure-functions-d438c58ae468
Medium
Why Redux Need Reducers To Be “Pure Functions”
I was explaining someone Redux and why it needs and depends on “Pure functions” from functional programming and thought of writing a quick…