Запуск асинхронного 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
Литералы шаблонов однозначно лучше строк
https://ponyfoo.com/articles/template-literals-strictly-better-strings
https://ponyfoo.com/articles/template-literals-strictly-better-strings
Pony Foo
Template Literals are Strictly Better Strings
This article explores how template literals are strictly better than strings, and how they too should become the new default of a post-ES6 era – over single and double quoted strings.
Красочные кампании: руководство по использованию CSS фильтров в письмах
https://medium.com/email-marketing-development/captivatingly-colourful-campaigns-our-guide-to-using-css-filters-in-email-b90214f58b63
https://medium.com/email-marketing-development/captivatingly-colourful-campaigns-our-guide-to-using-css-filters-in-email-b90214f58b63
Прагматичное использование Monkey Patching в JS
https://www.sitepoint.com/pragmatic-monkey-patching/
https://www.sitepoint.com/pragmatic-monkey-patching/
Sitepoint
Pragmatic Uses of Monkey Patching in JavaScript - SitePoint
Vildan Softic looks at using monkey patching to alter code at runtime, arguing developers should understand how to safely use this controversial technique
Прогрессивные веб-приложения имеют смысл
https://cloudfour.com/thinks/progressive-web-apps-simply-make-sense/
https://cloudfour.com/thinks/progressive-web-apps-simply-make-sense/
Cloud Four
Progressive Web Apps Simply Make Sense
Progressive Webs Apps versus native misses the point. Here is a simple case for Progressive Web Apps that even native app developers can agree with.
Способы объявления переменных в JS
https://www.sitepoint.com/how-to-declare-variables-javascript/
https://www.sitepoint.com/how-to-declare-variables-javascript/
Sitepoint
Quick Tip: How to Declare Variables in JavaScript — SitePoint
Julian Motz examines how variables are declared in JavaScript, and introduces the three different types of declaration and their uses.
Microsoft снова демонстрирует, насколько ее браузер Edge превосходит по энергоэффективности Chrome, Opera и Firefox
http://itc.ua/news/microsoft-snova-demonstriruet-naskolko-ee-brauzer-edge-prevoshodit-po-energoeffektivnosti-chrome-opera-i-firefox/
http://itc.ua/news/microsoft-snova-demonstriruet-naskolko-ee-brauzer-edge-prevoshodit-po-energoeffektivnosti-chrome-opera-i-firefox/
ITC.ua
Microsoft снова демонстрирует, насколько ее браузер Edge превосходит по энергоэффективности Chrome, Opera и Firefox
Является ли ES6 концом Underscore / Lodash?
https://derickbailey.com/2016/09/12/does-es6-mean-the-end-of-underscore-lodash/
https://derickbailey.com/2016/09/12/does-es6-mean-the-end-of-underscore-lodash/
Modernization of Reactivity.
https://davidwalsh.name/modernization-reactivity
https://davidwalsh.name/modernization-reactivity
David Walsh Blog
Modernization of Reactivity
Reactive programming has taken JavaScript by storm over the last decade, and for good reason; front-end development greatly benefits from the simplicity of writing user interface code that “reacts” to data changes, eliminating substantial error-prone imperative…
Gmail вводит поддержку отзывчивого дизайна, улучшает стилизацию шрифтов + CSS для доступности
https://litmus.com/blog/gmail-to-support-responsive-email-design
https://litmus.com/blog/gmail-to-support-responsive-email-design
Litmus
Blog
Get email best practices, how-tos and more in the Litmus blog
Благодаря RSCSS мой код больше не беспорядочен
https://medium.com/@mik01aj/rscss-77043f4fafb1
https://medium.com/@mik01aj/rscss-77043f4fafb1
Medium
RSCSS — my CSS is no longer a mess
I followed RSCSS standard for over a year now and wanted to share some of my experience with it.