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.
Разбираемся в функциях Sass 3.5 first-class
https://goo.gl/aSZXlf
https://goo.gl/aSZXlf
Medium
Making sense out of Sass 3.5 first-class functions
Confused about the latest Sass Release Candidate blog post? So was I.
Советы для настройки производительности React/Redux
https://goo.gl/YtetTH
https://goo.gl/YtetTH
Medium
React/Redux Performance Tuning Tips
When writing a complex React app, you might find yourself struggling with rendering performance issues.
This article will give you an…
This article will give you an…
MinMaxing: понимание vMin и vMax в CSS
http://thenewcode.com/1137/MinMaxing-Understanding-vMin-and-vMax-in-CSS
http://thenewcode.com/1137/MinMaxing-Understanding-vMin-and-vMax-in-CSS
Как максимально использовать возможности браузера Chrome на Android
https://goo.gl/cpNfrV
https://goo.gl/cpNfrV
ITC.ua
Как максимально использовать возможности браузера Chrome на Android - ITC.ua
Google Chrome – если не лучший, то, бесспорно, самый популярный браузер, пришедший на смену системному браузеру на Android. Многие выбирают его из-за хорошей функциональности и кроссплатформенности, хоть и ругают частенько за высокую энерго- и ресурсоемкость.…
JavaScript аргументы функции по умолчанию
http://wesbos.com/javascript-default-function-arguments/
http://wesbos.com/javascript-default-function-arguments/
Wes Bos
JavaScript Default Function Arguments
Default function arguments in JavaScript are here. This is one of those features that's going to make your life much easier, and make your code much more readable and maintainable. [...]
Chrome Beta 54: фоновая музыка и видео, цветные вкладки и новая главная страница
http://gagadget.com/announce/23776-chrome-beta-54-fonovaya-muzyika-i-video-tsvetnyie-vkladki-i-novaya-glavnaya-stranitsa/
http://gagadget.com/announce/23776-chrome-beta-54-fonovaya-muzyika-i-video-tsvetnyie-vkladki-i-novaya-glavnaya-stranitsa/
Gagadget
Chrome Beta 54: фоновая музыка и видео, цветные вкладки и новая главная страница
В Google Play появилось последнее обновление для бета-версии браузера Chrome. Апдейт 54 привнес много новых изменений и дополнительных функций. Главной фишкой стало добавление воспроизведение аудио и видеоконтента в фоновом режиме.
Встречайте AdonisJs! Laravel-style MVC Framework для Node.js
https://scotch.io/tutorials/meet-adonisjs-a-laravel-style-mvc-framework-for-node-js
https://scotch.io/tutorials/meet-adonisjs-a-laravel-style-mvc-framework-for-node-js
ошибки с изображениями https://medium.freecodecamp.com/you-need-to-stop-making-these-6-mistakes-with-your-img-s-e242c02d14be
Free Code Camp
Don’t ruin your <img>
As developers and designers, it’s our duty to ensure the best user experience possible. And you know what one huge part of that experience…
Финальный релиз Angular 2. Наконец.
https://medium.com/front-end-hacking/angular-2-final-release-finally-finally-713405d285ba
https://medium.com/front-end-hacking/angular-2-final-release-finally-finally-713405d285ba
Medium
Angular 2 Final Release Finally. FINALLY. – Frontend Weekly
Angular 2 reach Final Release finally. This is big. This comes just in time. Before I lose hope on Angular 2 (I almost did). The feeling of…
Запуск асинхронного JavaScript кода в последовательности с Async Waterfall
https://www.codementor.io/javascript/tutorial/running-asynchronous-javascript-code-in-sequence-with-async-waterfall---part-1
https://www.codementor.io/javascript/tutorial/running-asynchronous-javascript-code-in-sequence-with-async-waterfall---part-1
www.codementor.io
Running Asynchronous JavaScript Code in Sequence with Async Waterfall | Codementor
Async is a JavaScript library that allows you to control the flow of asynchronous JavaScript code. In this tutorial, we...
3 вещи, которые нужно учитывать при работе с отзывчивой типографикой
https://goo.gl/vOYi97
https://goo.gl/vOYi97
Avocode Community
3 things to keep in mind to master Responsive Typography
New screen types, ratios and resolutions for previewing your websites keep coming. Is your written content ready for this? There are multiple factors that have impact on the readability of your type. Such as the distance between the screen and the viewer...
Что каждый JS разработчик должен знать о Unicode
https://rainsoft.io/what-every-javascript-developer-should-know-about-unicode/
https://rainsoft.io/what-every-javascript-developer-should-know-about-unicode/
Dmitri Pavlutin Blog
What every JavaScript developer should know about Unicode
Unicode in JavaScript: basic concepts, escape sequences, normalization, surrogate pairs, combining marks and how to avoid pitfalls