Работаем с асинхронной итерацией в ECMAScript 2019, используя for-of
https://medium.com/@stasonmars/cc0baa81cdd8
  
  https://medium.com/@stasonmars/cc0baa81cdd8
Medium
  
  Работаем с асинхронной итерацией в ECMAScript 2019, используя for-of
  Это очень понятное и доступное руководство по асинхронным итерациям в JavaScript. Сейчас этот подход наиболее актуален, так как можно…
  #graphql
Что такое GraphQL: история, компоненты и экосистема
https://levelup.gitconnected.com/what-is-graphql-87fc7687b042
  
  Что такое GraphQL: история, компоненты и экосистема
https://levelup.gitconnected.com/what-is-graphql-87fc7687b042
Medium
  
  What is GraphQL: History, Components, and Ecosystem
  RESTful web services have been providing basic support for simple query structures for years. However, these services don’t provide…
  #browsers
Chrome планирует внедрить CSS Modules, черновик от Microsoft, который позволяет импортировать стили для компонентов из внешнего файла вместо встраивания CSS в JS
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/vCrJCQxNnzo/OAYI9cPWAQAJ
#test
Всеобъемлющие и исчерпывающие рекомендации по тестированию JavaScript и Node.js (август 2019)
https://github.com/goldbergyoni/javascript-testing-best-practices
  
  Всеобъемлющие и исчерпывающие рекомендации по тестированию JavaScript и Node.js (август 2019)
https://github.com/goldbergyoni/javascript-testing-best-practices
GitHub
  
  GitHub - goldbergyoni/javascript-testing-best-practices: 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices…
  📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2025) - goldbergyoni/javascript-testing-best-practices
  #css
Что такое CSS — Внедрение тригонометрии в SCSS и извлеченные уроки
https://medium.com/swlh/what-the-css-implementing-trigonometry-in-scss-and-lessons-learnt-15703e24e677
  
  Что такое CSS — Внедрение тригонометрии в SCSS и извлеченные уроки
https://medium.com/swlh/what-the-css-implementing-trigonometry-in-scss-and-lessons-learnt-15703e24e677
Medium
  
  What the CSS — Implementing Trigonometry in SCSS, and lessons learnt
  CSS, at its core, is a style sheet language. But we can do so much more by using Sass with its SCSS syntax.
  #web
Разбираем возможности конвертирования HTML в PDF браузером Google Chrome
https://habr.com/en/post/459112/
  
  Разбираем возможности конвертирования HTML в PDF браузером Google Chrome
https://habr.com/en/post/459112/
Хабр
  
  Разбираем возможности конвертирования HTML в PDF браузером Google Chrome
  Недавно в одном стартапе я решал задачу генерации билетов в формате PDF. На тот момент уже был готов сайт с устоявшимся стеком технологий, поэтому я искал подхо...
  #css
Стилизация чекбоксов 2019 — доступно, просто, на чистом CSS
https://codepen.io/jensimmons/pen/KKPzxJa?editors=1100
#ember
Пишем тесты для ember, как математики: Часть 1
https://crunchingnumbers.live/2019/08/04/write-tests-like-a-mathematician-part-1/
  
  Пишем тесты для ember, как математики: Часть 1
https://crunchingnumbers.live/2019/08/04/write-tests-like-a-mathematician-part-1/
crunchingnumbers(a)live
  
  Write Tests Like a Mathematician: Part 1
  Ember gives you the power to write tests and be productive from day one. You can be confident that your app will be correct today and years from now. A question remains: How should you write tests?…
  Использование requestAnimationFrame с React Hooks
https://css-tricks.com/using-requestanimationframe-with-react-hooks/
  https://css-tricks.com/using-requestanimationframe-with-react-hooks/
  FrontEndDev
Друзья! Я неспроста делал опрос про конференции!  ☝🏻Организаторы CSS-Minsk-JS сделали царский подгон для наших подписчиков: 1 билет на конференцию и 1 билет на любой из воркшопов, которые мы разыграем в течение 10 дней!  🔥 Воркшопы (оффлайн): 🗓 18 сентября…
⚠️ Не забываем про наш конкурс! Через пару дней подводим итоги!
  #vue
Как легко загружать динамические изображения в Vue и Nuxt
https://blog.lichter.io/posts/how-to-load-dynamic-images-in-vue-and-nuxt-with-ea/
  
  Как легко загружать динамические изображения в Vue и Nuxt
https://blog.lichter.io/posts/how-to-load-dynamic-images-in-vue-and-nuxt-with-ea/
www.lichter.io
  
  Vue 3: How to load dynamic images
  With the release of Vue 3, a lot of things became easier. Unfortunately, loading dynamic assets such as images is not one of them. In the following article, I want to demystify the process of dynamic asset loading in Vue 3 or Nuxt 3 and explain why static…
  JS: чему научиться, чтобы стать Senior
https://itnext.io/javascript-things-newbies-should-know-e04bab10449f
  https://itnext.io/javascript-things-newbies-should-know-e04bab10449f
#react
Современное тестирование React, часть 2: Jest and Enzyme
https://blog.sapegin.me/all/react-testing-2-jest-and-enzyme/