Vue.js 2: учебное пособие по быстрому старту в 2017-м
http://codingthesmartway.com/vue-js-2-quickstart-tutorial-2017/
http://codingthesmartway.com/vue-js-2-quickstart-tutorial-2017/
CodingTheSmartWay.com
Vue.js 2 Quickstart Tutorial 2017 - CodingTheSmartWay.com
Vue.js is a progressive JavaScript framework that focuses on building user interfaces. In this video tutorial you'll learn how to get started with Vue.js 2!
Быстрая настройка TDD для TypeScript
http://bytearcher.com/articles/fast-tdd-setup-for-typescript/
http://bytearcher.com/articles/fast-tdd-setup-for-typescript/
byte archer
Fast TDD setup for TypeScript
NAVIGATION You need good tools for writing tests Run immediately, show only failing Fast TDD setup for TypeScript You need good tools for writing tests Writing tests is not the most enjoyable task for
https://rsms.me/wasm-intro Введение в WebAssembly
rsms.me
Introduction to WebAssembly
WebAssembly is a new technology for running portable programs in a safe and efficient manner, represented by a low-level virtual-machine assembly, primarily aimed at the web platform. This article gives a practical introduction to WebAssembly.
Cross-origin Service Workers: эксперименты с Foreign Fetch
https://developers.google.com/web/updates/2016/09/foreign-fetch
https://developers.google.com/web/updates/2016/09/foreign-fetch
Google Developers
Cross-origin Service Workers: Experimenting with Foreign Fetch | Web | Google Developers
Third-party services can start deploying their own network request handlers.
Как создавать и использовать кастомные функции в SASS
http://vanseodesign.com/css/custom-sass-functions/
http://vanseodesign.com/css/custom-sass-functions/
Vanseo Design
How To Write Your Own Custom Sass Functions
Custom Sass functions allow you to separate reusable code into its own package helping you write DRYer Sass. They're also pretty easy to write.
Проверка, загрузился ли шрифт Font Awesome #js #fonts
http://allthingssmitty.com/2016/09/12/checking-if-font-awesome-loaded/
http://allthingssmitty.com/2016/09/12/checking-if-font-awesome-loaded/
Allthingssmitty
Checking if Font Awesome loaded · Matt Smith
Icon fonts are a very popular visual web asset today. Unlike JavaScript libraries there's no straightforward way to detect if an icon fonts library has loaded. Here's a clever way to do just that.
Google Chrome помечает HTTPS-сайты надежными
https://my-chrome.ru/2017/01/https-secure/
https://my-chrome.ru/2017/01/https-secure/
my-chrome.ru
Google Chrome помечает HTTPS-сайты надежными
Браузер Google Chrome начал маркировать сайты, работающие по протоколу HTTPS, т.е. поддерживающие шифрование данных. Это первый шаг к тому, чтобы постепенно приучить пользователей обходить стороной незащищенные страницы. Об этом плане мы уже рассказывали…
WebAssembly – путь к новым горизонтам производительности #js
https://habrahabr.ru/company/ruvds/blog/319834/
https://habrahabr.ru/company/ruvds/blog/319834/
Habr
WebAssembly – путь к новым горизонтам производительности
Если вы – из тех программистов, которые в новогоднюю ночь пообещали себе писать более быстрый код, сегодня у вас есть шанс это обещание выполнить. Мы поговорим...
14 основных этапов развития веб-разработки за последние 20 лет
http://blog.thefirehoseproject.com/posts/14-major-web-development-milestones-last-20-years/
http://blog.thefirehoseproject.com/posts/14-major-web-development-milestones-last-20-years/
Firehose Project
The 14 Major Web Development Milestones From The Last 20 Years – Firehose Project
A lot has changed over the past 20 years. 2 decades ago, we were getting spammed with AOL CD’s in our physical mailboxes. Mobile bag-phones filled up bulky backpacks. You’d have to get off the Internet if someone in your house was expecting a call. So a…
Сложности элемента input type=date #js #html
https://medium.com/samsung-internet-dev/making-input-type-date-complicated-a544fd27c45a
https://medium.com/samsung-internet-dev/making-input-type-date-complicated-a544fd27c45a
Medium
Making input type=date complicated
Everyone who’s ever messed around with dates knows that they are terribly user-hostile — not only for software developers, but also for…
Определение шаблона структуры страницы сайта
https://www.sitepoint.com/defining-sample-sites-page-structure/
https://www.sitepoint.com/defining-sample-sites-page-structure/
Sitepoint
Defining the Sample Site's Page Structure — SitePoint
We’ve covered the basics of page structure and the elements in HTML5 that will assist in this area, it’s time to start building the page
Сборка модулей и Webpack простым языком #js #webpack
http://arianv.com/post/Module-Bundling-and-Webpack-in-Simple-Terms/
http://arianv.com/post/Module-Bundling-and-Webpack-in-Simple-Terms/
Arian Allenson's Portfolio
Game Developer a.k.a. Secretmapper
Приключения с NPM или: Как я перестал использовать npm shrinkwrap и полюбил Yarn #common #js #npm #yarn
https://medium.com/work-market-engineering/adventures-with-npm-shrinkwrap-facebook-yarn-fc157b713ac4
https://medium.com/work-market-engineering/adventures-with-npm-shrinkwrap-facebook-yarn-fc157b713ac4
Medium
Adventures with NPM or: How I Learned to Stop Shrinkwrapping and Love Yarn
My experience transitioning Work Market’s front end dependency management from npm to Yarn
Стилизованные компоненты: используем лучшие практики в системах компонентов
https://www.smashingmagazine.com/2017/01/styled-components-enforcing-best-practices-component-based-systems/
https://www.smashingmagazine.com/2017/01/styled-components-enforcing-best-practices-component-based-systems/
Smashing Magazine
Styled Components: Enforcing Best Practices In Component-Based Systems — Smashing Magazine
The rise of JavaScript frameworks such as React, Ember and recently Angular 2, the effort of the W3C to standardize a web-native component system, pattern libraries and style guides being considered the "right way" to build web applications, and many other…