Почему мы не будем писать на JS через 5 лет
https://medium.com/thoughts-from-travelperk/why-we-wont-be-writing-javascript-in-five-years-f48b3274c327
https://medium.com/thoughts-from-travelperk/why-we-wont-be-writing-javascript-in-five-years-f48b3274c327
Thoughts from TravelPerk
Why We Won’t Be Writing JavaScript in Five Years
As you probably know, JavaScript was created by Brendan Eich in 1995 in only ten days. Many developers love to make fun of it, but it’s an…
Стратегии миграции с Angular 1.x на Angular 2
https://www.codementor.io/angularjs/tutorial/migrating-from-angular-1-to-angular-2
https://www.codementor.io/angularjs/tutorial/migrating-from-angular-1-to-angular-2
www.codementor.io
Migrating from Angular 1.x to Angular 2: Upgrade Strategies | Codementor
With the promise of better performance, Angular 2 is the update the framework needs. Should you migrate to version 2?...
Высеченное в камне: неизменяемость в JS
https://appendto.com/2016/09/carved-in-stone-immutables-in-javascript/
https://appendto.com/2016/09/carved-in-stone-immutables-in-javascript/
appendTo
Carved In Stone: Immutables in JavaScript | appendTo
Immutability - the idea that you should never work with "live" data, is slowly transforming the way that programmers work with objects, data and streams. From reducing hidden variables in functions to making database programming simpler to reducing the chance…
Инлайновые стили в background-image
http://css.yoksel.ru/inline-styles-in-background/
http://css.yoksel.ru/inline-styles-in-background/
Про CSS
Инлайновые стили в background-image
Статьи про CSS и SVG
Прагматичная, практичная и прогрессивная темизация с помощью нативных CSS переменных
http://csswizardry.com/2016/10/pragmatic-practical-progressive-theming-with-custom-properties/
http://csswizardry.com/2016/10/pragmatic-practical-progressive-theming-with-custom-properties/
Csswizardry
Pragmatic, Practical, and Progressive Theming with Custom Properties – CSS Wizardry
A low-cost approach for providing user customisation in UI projects
Добавляем предупреждение «свойство Х не поддерживается» для ваших CSS демок с помощью @supports
https://www.bram.us/2016/10/10/adding-feature-x-is-unsupported-warnings-in-your-css-demos-with-supports/
https://www.bram.us/2016/10/10/adding-feature-x-is-unsupported-warnings-in-your-css-demos-with-supports/
excel-bootstrap — генератор сайта на бутстрапе из Excel
https://github.com/woganmay/excel-bootstrap
https://github.com/woganmay/excel-bootstrap
GitHub
GitHub - woganmay/excel-bootstrap: Generate Bootstrap websites from Microsoft Excel
Generate Bootstrap websites from Microsoft Excel. Contribute to woganmay/excel-bootstrap development by creating an account on GitHub.
Вам не будет комфортно в веб-разработке
http://blog.reybango.com/2016/10/07/you-cant-get-comfortable-in-web-development-anymore/
http://blog.reybango.com/2016/10/07/you-cant-get-comfortable-in-web-development-anymore/
Rey Bango
You Can’t Get Comfortable in Web Development Anymore
I’ve been thinking a lot about the topic of “JavaScript Fatigue” and have had a number of exchanges with other developers about their opinions and, most importantly, their concern…
Улучшение формы комментариев: от основ до кастомных сообщениях об ошибках с помощью BackgroundSync
https://justmarkup.com/log/2016/10/enhancing-a-comment-form/
https://justmarkup.com/log/2016/10/enhancing-a-comment-form/
Justmarkup
Enhancing a comment form - From basic to custom error message to BackgroundSync
justmarkup is the site of Michael Scharnagl, a front-end developer living in Berlin.
Визуальные примитивы для эпохи компонентов.
https://styled-components.com/
https://styled-components.com/
styled-components
CSS for the <Component> Age
Двусторонний data-биндинг в Angular 2
http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html
http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html
blog.thoughtram.io
Two-way Data Binding in Angular
Two-way data binding was one of the main selling points of AngularJS. Since Angular, we can build directives that implement two-way data binding. This article explains how!
Разбираемся с данными роутера в Angular 2
http://blog.thoughtram.io/angular/2016/10/10/resolving-route-data-in-angular-2.html
http://blog.thoughtram.io/angular/2016/10/10/resolving-route-data-in-angular-2.html
blog.thoughtram.io
Resolving route data in Angular
We often want to make sure that certain data is available before a component is instantiated via routing. In this article you'll learn how to resolve route data.