Пишем производительный JavaScript. 3 совета. https://medium.com/devschacht/3-tips-about-javascript-597c33a219d6
Medium
Пишем производительный JavaScript. 3 совета.
Эта статья основана на советах Бенедикта Маурера, встреченных мной в статьях, комментариях и лекциях. Почему эта информация интересна и…
CSS в JavaScript: будущее компонентной стилизации https://medium.freecodecamp.com/css-in-javascript-the-future-of-component-based-styling-70b161a79a32
freeCodeCamp
CSS in JavaScript: The future of component-based styling
By adopting inline styles, we can get all of the programmatic affordances of JavaScript.
Лучший способ задания позиций в CSS https://codepen.io/jonneal/post/a-better-way-to-write-positions-in-css
CodePen
A Better Way to Write Positions in CSS
One of the more cumbersome things to write in CSS is position offsets.
.cover-something { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
Have you ever had to write something like that?...
.cover-something { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
Have you ever had to write something like that?...
Оптимизация изображений за счет CDN https://www.smashingmagazine.com/2017/04/content-delivery-network-optimize-images/
Smashing Magazine
Let The Content Delivery Network Optimize Your Images — Smashing Magazine
Sometimes you have to step back and ask why a tradition exists. In mobile-first design, serving an image in three sizes — one for smartphones, one for tablets and one for desktops — using media queries and responsive images has become a tradition. But is…
Создание собственного Redux #js https://zapier.com/engineering/how-to-build-redux/
Zapier
Build Yourself a Redux
Redux is a simple library that helps you manage the state of your JavaScript app. Despite that simplicity, it's easy to fall down rabbit holes when learning it. I often find myself explaining Redux,…
Что должен уметь фронтенд-разработчик #common https://habrahabr.ru/company/netologyru/blog/327294/
Хабр
Что должен уметь фронтенд-разработчик
Редактор Нетологии Светлана Шаповалова разбирается в том, кто такой фронтенд-разработчик, что он должен уметь (или не должен) и за что ему платят прекрасную зарп...
Руководство по Progressive Web Apps https://developers.google.com/web/ilt/pwa/
Паттерны для объектного наследования в JavaScript ES2015 #js https://www.sitepoint.com/patterns-object-inheritance-javascript-es2015/
SitePoint
Patterns for Object Inheritance in JavaScript ES2015 — SitePoint
Tim Severien looks at different possibilities for code reuse with ES2015 classes, exploring various ways of implementing multiple inheritance in ES6.
Делаем немного магии с помощью CSS blend modes https://pawelgrzybek.com/make-some-magic-with-css-blend-modes/
pawelgrzybek.com
Make some magic with CSS blend modes | pawelgrzybek.com
Remember the bloody wars between web designers and front-end developers about blend modes? Those times are over — thanks to the power of CSS!
«Начало работы с Angular v2+» https://school.scotch.io/getting-started-with-angular-2
Scotch
Getting Started with Angular
Angular v2 (now v4) is a big break from Angular 1, all with good reasons. There is a lot to learn when making the jump to Angular 2 and ES6 (the next version of JS). Angular 2 brings a lot of forward-thinking ideas to the framework to build amazing apps.
Как задавать CSS Margins и Padding (и крутые трюки с раскладкой) https://www.sitepoint.com/set-css-margins-padding-cool-layout-tricks/
Sitepoint
How to Set CSS Margins and Padding, and Cool Layout Tricks
We cover the use of CSS margins vs padding, the box model, bleeding and collapsing margins, and concludes with some cool layout tricks.
Функциональное программирование в JavaScript с практическими примерами https://habrahabr.ru/company/mailru/blog/327522/
Хабр
Функциональное программирование в JavaScript с практическими примерами
Функциональное программирование (ФП) может улучшить ваш подход к написанию кода. Но ФП непросто освоить. Многие статьи и руководства не уделяют внимания таким п...
Советы по оптимизации изображений https://codepen.io/shshaw/post/image-optimization-tricks
Рисуем весенний рисунок с помощью CSS Grid https://jonibologna.com/spring-into-css-grid/
Joni Bologna’s Blog
Spring Into CSS Grid 🌼
CSS Grid has been getting a lot of attention recently and I finally dedicated time this past weekend to sit down and get a basic understanding of how it works. It was an emotional rollercoaster of an experience (seriously, this is life changing stuff) but…
Вещи, о которых никто вам не говорит о React.js https://medium.com/@dan_abramov/hey-thanks-for-feedback-bf9502689ca4
Medium
Hey, thanks for feedback! 🙂
I appreciate that you shared your frustrations, and keep them in mind.