Как давать названия цветовым переменным в Sass
https://alexpate.uk/journal/naming-sass-color-variables/
https://alexpate.uk/journal/naming-sass-color-variables/
Перебор в Sass с помощью директив контроля
http://vanseodesign.com/css/sass-control-directives-part-2/
http://vanseodesign.com/css/sass-control-directives-part-2/
Vanseo Design
Loop Through Sass Code Using Control Directives
There are several Sass control directives, such as @each and @while, that let you loop through a block of code based on conditions you set.
JavaScript фреймворки: распределенные каналы для хороших идей
https://medium.com/@tomdale/javascript-frameworks-distribution-channels-for-good-ideas-9f3b95c0e293#.3815mbj1q
https://medium.com/@tomdale/javascript-frameworks-distribution-channels-for-good-ideas-9f3b95c0e293#.3815mbj1q
Medium
JavaScript Frameworks: Distribution Channels for Good Ideas
From Alex Russell’s Fluent keynote, “Progressive Web Apps and What’s Next for the Web”:
курируемый список библиотек и ресурсов по динамическим таблицам (гридам) для разработчиков
https://github.com/FancyGrid/awesome-grid
https://github.com/FancyGrid/awesome-grid
GitHub
GitHub - FancyGrid/awesome-grid: A curated list of grid(table) libraries and resources that developers may find useful.
A curated list of grid(table) libraries and resources that developers may find useful. - FancyGrid/awesome-grid
компонент для визуальной симуляции загрузки контента
http://ogpoyraz.com/react-fake-component/
http://ogpoyraz.com/react-fake-component/
Ogpoyraz
react-fake-component
Chuck Norris faking components since he can.
Будущее сайтов: автоматическая сборка на базе ИИ и не только
https://habrahabr.ru/company/uteam/blog/309516/
https://habrahabr.ru/company/uteam/blog/309516/
Habr
Будущее сайтов: автоматическая сборка на базе ИИ и не только
Наш технический директор* верит, что искусственный интеллект будет создан ориентировочно к середине этого века, и лет через пятьдесят с большой вероятностью будет достигнута около-сингулярность с...
React Native Elements — кроссплатформенный UI инструментарий
https://github.com/react-native-community/React-Native-Elements
https://github.com/react-native-community/React-Native-Elements
GitHub
GitHub - react-native-elements/react-native-elements: Cross-Platform React Native UI Toolkit
Cross-Platform React Native UI Toolkit. Contribute to react-native-elements/react-native-elements development by creating an account on GitHub.
Samsung добавляет JavaScript в Интернет «вещей»
http://www.cio.com/article/3117720/internet-of-things/samsung-brings-javascript-to-the-internet-of-things.html
http://www.cio.com/article/3117720/internet-of-things/samsung-brings-javascript-to-the-internet-of-things.html
Начало работы с PouchDB, клиентской JavaScript базой-данных
https://www.sitepoint.com/getting-started-with-pouchdb/
https://www.sitepoint.com/getting-started-with-pouchdb/
Sitepoint
Getting Started with PouchDB Client-Side JavaScript Database - SitePoint
Jatin Shridar introduces PouchDB, an in-browser NoSQL, document database. Learn how to store your app data locally and later sync it with a server-side DB.
Моя новая любимая ES6 игрушка: деструктурированные объекты как параметры
https://css-tricks.com/new-favorite-es6-toy-destructured-objects-parameters/
https://css-tricks.com/new-favorite-es6-toy-destructured-objects-parameters/
CSS-Tricks
My New Favorite ES6 Toy: Destructured Objects as Parameters | CSS-Tricks
Like a lot of other developers, I’m working through my continued education learning what I can about ES6. One of the ways I’m doing this is to attend
Начинаем работать со счетчиками в CSS
https://scotch.io/tutorials/getting-started-with-css-counters
https://scotch.io/tutorials/getting-started-with-css-counters
Scotch
Getting Started with CSS Counters
Use CSS to create list counters.
Объявление var умерло? Что же я должен использовать?
http://wesbos.com/is-var-dead/
http://wesbos.com/is-var-dead/
Wes Bos
Is var Dead? What should I use?
We've learned about let and const — what they do, and how they're scoped. We also know when they can be reassigned and when they cannot…
CSS в trivago — часть 1: Структура и ITCSS
https://medium.com/@pistenprinz/css-at-trivago-part-1-structure-and-itcss-52f63ed557ca#.dp47rf37h
https://medium.com/@pistenprinz/css-at-trivago-part-1-structure-and-itcss-52f63ed557ca#.dp47rf37h
Medium
CSS at trivago — Part 1: Structure and ITCSS
How do we handle CSS at trivago, what methodologies do we apply, how do we structure our CSS, what do we do for Quality Assurance and…
Нативная бесконечная прокрутка с IntersectionObserver API
https://www.sitepoint.com/intersectionobserver-api/
https://www.sitepoint.com/intersectionobserver-api/
Sitepoint
Native Infinite Scrolling with the IntersectionObserver API — SitePoint
Giulio Mainardi shows you how to observe the visibility of DOM elements with the IntersectionObserver API, and creates an infinite scrolling demo.