Что нового в Web Audio? https://hacks.mozilla.org/2016/08/whats-new-in-web-audio-2/
Как создать макет с CSS Grid Layouts https://getflywheel.com/layout/css-grid-layouts-how-to/
Layout | Creative content for designers, developers, & marketers
How to create a simple layout with CSS Grid Layouts
CSS Grid Layouts are a new, exciting way to create web layouts with lots of flexibility and control. Follow this simple tutorial to learn the basics!
Когда использовать переключатель, а когда чекбокс http://uxmovement.com/buttons/when-to-use-a-switch-or-checkbox/
UX Movement
When to Use a Switch or Checkbox
It isn’t easy to figure out when to use a salad fork or dinner fork just by looking at them. This difficulty is caused by the fork’s similar form and function. Both have prongs for spearing food, but each is designed for a different food course. Similar Functions…
Веб-компоненты и прогрессивное улучшение 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…