5 причин юзать промисы http://blog.runnable.com/post/147262856601/5-reasons-why-you-should-be-using-promises
Использование ES6 генераторов и Yield для реализации асинхронных процессов в JavaScript http://www.bennadel.com/blog/3123-using-es6-generators-and-yield-to-implement-asynchronous-workflows-in-javascript.htm
Bennadel
Using ES6 Generators And Yield To Implement Asynchronous Workflows In JavaScript
Ben Nadel looks at how to use ES6 Generators and Yield to implement asynchronous workflows in JavaScript. He does this by implementing a proxy function that reduces the iteration down into a promise o
Использование параметров в ES6 https://www.smashingmagazine.com/2016/07/how-to-use-arguments-and-parameters-in-ecmascript-6/
Smashing Magazine
How To Use ES6 Arguments And Parameters — Smashing Magazine
Developers are using ECMAScript 6 features more and more, and soon these features will be unavoidable. In this tutorial, you’ll learn how ECMAScript 6 has upgraded parameter handling in JavaScript, and more.
Создание CSS анимаций http://codepen.io/udyux/post/cool-css-animations-frontend-perf
CodePen
Creating Cool CSS Animations to Improve Frontend Performance
There are quite a lot of frontend developers in our audience at Snipcart, and many of them dig performance-enhancing activities. So to live up to our promise of offering a fast & custom...
Фильтры в CSS https://www.sitepoint.com/css-filter-effects-blur-grayscale-brightness-and-more-in-css/
Sitepoint
CSS Filter Effects: Blur, Grayscale, Brightness and More in CSS! - SitePoint
Gajendar Singh looks at the huge range of possibilities available to developers via CSS filters and how to use each one.
Разбор позиционирования CSS https://www.sitepoint.com/decoding-css-positioning/
SitePoint
Decoding CSS Positioning: A Master Class with Paul O'Brien
Paul answers anything and everything about CSS positioning — from floats and relative, absolute and fixed positioning to table display and even flexbox.
Структурирование CSS для больших проектов https://medium.com/peergrade-io/structuring-css-in-large-projects-37f1695f5ec8
Medium
Structuring CSS in large projects
Writing CSS is easy.
Writing maintainable CSS is hard.
Writing maintainable CSS is hard.