Display: Contents — это не CSS Reset
https://adrianroselli.com/2018/05/display-contents-is-not-a-css-reset.html
https://adrianroselli.com/2018/05/display-contents-is-not-a-css-reset.html
Adrian Roselli
Display: Contents Is Not a CSS Reset
CSS resets are a collection of CSS styles that undo the default browser styling of many or most HTML elements. Recently I have seen cases of developers using display: contents on lists and headings to remove the margins and padding, and generally to visually…
Обзор Visual Studio Code для разработчиков фронтенда
https://medium.freecodecamp.org/an-overview-of-visual-studio-code-for-front-end-developers-49a4aa0771fb
https://medium.freecodecamp.org/an-overview-of-visual-studio-code-for-front-end-developers-49a4aa0771fb
freeCodeCamp.org
An overview of Visual Studio Code for front-end developers
No matter whether you are a code newbie or a seasoned developer, code editor is an imperative part of your work.
BigInt: целые числа произвольной точности в JavaScript
https://developers.google.com/web/updates/2018/05/bigint
https://developers.google.com/web/updates/2018/05/bigint
Что умеют и чего не умеют CSS Custom Properties.
https://medium.com/@lucyhackwrench/%D1%87%D1%82%D0%BE-%D1%83%D0%BC%D0%B5%D1%8E%D1%82-%D0%B8-%D1%87%D0%B5%D0%B3%D0%BE-%D0%BD%D0%B5-%D1%83%D0%BC%D0%B5%D1%8E%D1%82-css-custom-properties-18949a22ee81
https://medium.com/@lucyhackwrench/%D1%87%D1%82%D0%BE-%D1%83%D0%BC%D0%B5%D1%8E%D1%82-%D0%B8-%D1%87%D0%B5%D0%B3%D0%BE-%D0%BD%D0%B5-%D1%83%D0%BC%D0%B5%D1%8E%D1%82-css-custom-properties-18949a22ee81
Medium
Что умеют и чего не умеют CSS Custom Properties.
Если вы используете в своем проекте препроцессоры (SASS, LESS или Stylus), то точно знаете, какие преимущества дает их использование…
Собеседование js разработчика
https://telegra.ph/Sobesedovanie-js-razrabotchika-s-otvetami-na-voprosy-05-11
https://telegra.ph/Sobesedovanie-js-razrabotchika-s-otvetami-na-voprosy-05-11
Telegraph
Собеседование js разработчика с ответами на вопросы.
Стэк react/redux. Уровень: juniour. План: Первая часть: без воды Список вопросов по основам (с указанием ссылок на материалы) Список вопросов по react/redux (с указанием ответов и ссылок) Вторая часть (невозможно без воды) Цель собеседования Про обратную…
Новый проект от OpenAI научил ИИ вести дебаты между собой
https://tproger.ru/news/openai-debate-game-ai/
https://tproger.ru/news/openai-debate-game-ai/
Tproger
Новый проект от OpenAI научил ИИ вести дебаты между собой
Игра, созданная компанией Илона Маска OpenAI, которая занимается разработками в области искусственного интеллекта, призвана обучить нейронные сети спорить между собой для достижения поставленной цели. Для экспериментов с новой технологией создано веб-приложение…
Подкаст «Фронтенд Юность (18+)» #46 Печальное состояние экосистемы JavaScript 2
https://soundcloud.com/frontend_u/e46
https://soundcloud.com/frontend_u/e46
SoundCloud
#46 Печальное состояние экосистемы JavaScript 2
Вступление (1:03)
О состоянии фронтенд-экосистемы (7:38)
Можно ли избежать функционального программирования? (26:02)
Хабрахабр и Geektimes объявили о планах выйти за пределы России (42:51)
Node.js 10.
О состоянии фронтенд-экосистемы (7:38)
Можно ли избежать функционального программирования? (26:02)
Хабрахабр и Geektimes объявили о планах выйти за пределы России (42:51)
Node.js 10.
Вот почему нам нужны bind event handlers в Class Components в React
https://medium.freecodecamp.org/this-is-why-we-need-to-bind-event-handlers-in-class-components-in-react-f7ea1a6f93eb
https://medium.freecodecamp.org/this-is-why-we-need-to-bind-event-handlers-in-class-components-in-react-f7ea1a6f93eb
freeCodeCamp.org
This is why we need to bind event handlers in Class Components in React
While working on React, you must have come across controlled components and event handlers. We need to bind these methods to the component…
Angular Elements – Практическое введение в веб компоненты с Angular 6
https://codingthesmartway.com/angular-elements-a-practical-introduction-to-web-components-with-angular-6/
https://codingthesmartway.com/angular-elements-a-practical-introduction-to-web-components-with-angular-6/
CodingTheSmartWay.com
Angular Elements – A Practical Introduction To Web Components With Angular 6
With the release of Angular 6 the new Angular Elements functionality is now fully available. By using Angular Elements you can package Angular components as custom elements, a web standard for defining new HTML elements in a framework-agnostic way. The custom…