Подкаст «Пятиминутка React» #30 https://5minreact.ru/30-setstate-practice/
Как можно безопасно использовать CSS-in-JS? https://reactarmory.com/answers/how-can-i-use-css-in-js-securely
React Armory
How can I securely use CSS-in-JS with React? — React Armory
CSS-in-JS is a bit like eval for CSS. It is incredibly powerful, but it also makes it easy to shoot yourself in the foot.
Изоляция css стилей с помощью компонентного подхода https://habrahabr.ru/post/335510/
habrahabr.ru
Изоляция css стилей с помощью компонентного подхода
Каждый раз, когда приходится создавать какой-то элемент, возникает небольшая проблема с придумыванием имени класса элемента, потому что мы хотим назвать его...
Пользовательские интрефейсы для вариативных шрифтов https://alistapart.com/article/user-interfaces-for-variable-fonts
A List Apart
User Interfaces for Variable Fonts
The tools we design with have a unique effect on the way we work, constraining and empowering us while we explore, examine and create. Variable fonts give us a new, wide open typographic space with…
Подкаст «Фронтенд Юность (18+)» #15 https://soundcloud.com/frontend_u/e15
SoundCloud
#15 Почему проиграл Oxxxymiron
Итоги недели (0:25)
The Pipeline Operator (11:34)
Atom 1.19 (21:05)
How To Safely Store A Password (32:30)
Яндекс.Субботник — впечатления (40:22)
Биржа труда (44:24)
Про Reflect API доступным языком (
The Pipeline Operator (11:34)
Atom 1.19 (21:05)
How To Safely Store A Password (32:30)
Яндекс.Субботник — впечатления (40:22)
Биржа труда (44:24)
Про Reflect API доступным языком (
Глубокое погружение в JavaScript массивы – эволюция и производительность https://voidcanvas.com/javascript-array-evolution-performance/
voidcanvas
Diving deep into JavaScript array - evolution & performance
Before starting the article I would like to state that this is not about the basic of JavaScript array. Neither about teaching syntaxes or showing usage examples. The article is more about memory representation,
Посмотрите как работает машинное обучение. Попробовать можно прямо в браузере https://github.com/googlecreativelab/teachable-machine
GitHub
googlecreativelab/teachable-machine-v1
Explore how machine learning works, live in the browser. No coding required. - googlecreativelab/teachable-machine-v1
JavaScript для людей, которые ненавидят JavaScript https://zachholman.com/posts/javacript-haters
Zachholman
JavaScript for People Who Hate JavaScript
Written pieces, talks, and other bits by Zach Holman.
Видео, показывающее как использовать Feature Queries и Grid Layout https://gridbyexample.com/video/feature-queries/
chrome-css-grid-highlighter https://github.com/ademilter/chrome-css-grid-highlighter
GitHub
GitHub - ademilter/chrome-css-grid-highlighter: Css Grid Highlighter for Chrome
Css Grid Highlighter for Chrome. Contribute to ademilter/chrome-css-grid-highlighter development by creating an account on GitHub.
Shadow DOM: Быстрые и инкапсулированные стили https://meowni.ca/posts/shadow-dom/
my-app
Shadow DOM: fast and encapsulated styles – Monica Dinculescu
Monica Dinculescu's blog
Подробное руководство по веб-шрифтам от litmus (+ о веб-шрифтах в шаблонах писем) https://litmus.com/blog/the-ultimate-guide-to-web-fonts
Litmus
The Ultimate Guide to Web Safe Fonts for Email Marketing
Learn how to use web safe fonts in your email marketing campaigns to ensure consistent design across all email clients. Discover top font choices, pairing tips, and best practices for email readability and brand consistency.
Подкаст «Веб-стандарты», Выпуск №80 https://soundcloud.com/web-standards/episode-80
SoundCloud
Выпуск №80
Firefox 55, Samsung есть, Safari виднее, алгоритмы и паттерны, прозрачный JPG, Телеграм, приоритеты загрузки, фокусы, модули в Node.js.
— Ольга Алексашенко
— Вадим Макеев
— Алексей Симоненко
Обсужда
— Ольга Алексашенко
— Вадим Макеев
— Алексей Симоненко
Обсужда
Практическое руководство по использованию CSS Modules в React приложениях https://habrahabr.ru/post/335244/
Хабр
Практическое руководство по использованию CSS Modules в React приложениях
Привет Хабр! Предлагаю вашему вниманию свободный перевод статьи «Practical Guide to React and CSS Modules» от Tatu Tamminen. В прошлом веб-разработчики тратили...
Лучший способ программного масштабирования веб-приложения https://css-tricks.com/best-way-programmatically-zoom-web-application/
CSS-Tricks
Best Way to Programmatically Zoom a Web Application | CSS-Tricks
Website accessibility has always been important, but nowadays, when we have clear standards and regulations from governments in most countries, it's become
Быстрое введение в Vue.js на примере Super Mario Pixel Art https://medium.com/nepfin-engineering/quick-introduction-to-vue-js-super-mario-pixel-art-5ad01440663
Medium
Quick Introduction to Vue.js — Super Mario Pixel Art
I’ve been asked a lot recently why we chose to implement our company’s first product in Vue.js. Not everyone has had a chance to explore…