Веб-компоненты и прогрессивное улучшение http://adamonishi.com/2016/08/web-components-and-progressive-enhancement/
Adam Onishi
Web Components and progressive enhancement - Adam Onishi
I’m a big advocate when it comes to progressive enhancement. I believe we should be building the web with resilience in mind and think about all the different ways a browser could possibly render our sites. With or without JavaScript and when something breaks…
Создание плагина к Atom'у https://github.com/blog/2231-building-your-first-atom-plugin
GitHub
Building your first Atom plugin
Authored by GitHub Campus Expert @NickTikhonov.
This tutorial will teach you how to write your first package for the Atom text editor.
We'll be building a clone of Sourcerer,
a plugin for finding a...
This tutorial will teach you how to write your first package for the Atom text editor.
We'll be building a clone of Sourcerer,
a plugin for finding a...
Локальное кеширование AJAX запросов https://www.sitepoint.com/cache-fetched-ajax-requests/
Sitepoint
Cache Fetched AJAX Requests Locally: Wrapping the Fetch API — SitePoint
Peter Bengtsson walks through building a wrapper for the Fetch API, step-by-step, to cache fetched AJAX results and avoid repeated requests to the server.
Производительность маленьких модулей https://nolanlawson.com/2016/08/15/the-cost-of-small-modules/
Read the Tea Leaves
The cost of small modules
Update (30 Oct 2016): since I wrote this post, a bug was found in the benchmark which caused Rollup to appear slightly better than it would otherwise. However, the overall results are not substanti…