Фокус с единицами вьюпорта на мобильных
https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
CSS-Tricks
The trick to viewport units on mobile | CSS-Tricks
Viewport units have always been controversial and some of that is because of how mobile browsers have made things more complicated by having their own
Мобильный интернет вещей ожидает взрывной рост
https://www.computerra.ru/230312/mobilnyj-internet-veshhej-ozhidaet-vzryvnoj-rost/
https://www.computerra.ru/230312/mobilnyj-internet-veshhej-ozhidaet-vzryvnoj-rost/
Компьютерра
Мобильный интернет вещей ожидает взрывной рост | Компьютерра
Объем мирового рынка мобильного интернета вещей составит $7,6 млрд к 2026 г. Такие данные приводятся в отчете консалтинговой компании Persistence Market Research. С 2018 г. по 2026 г. темпы его роста составят по 26,7% в год. Согласно другому аналитическому…
Закрываем пробел между низкоуровневыми и высокоуровневыми JavaScript библиотеками для построения графиков
https://medium.com/@juned.chhipa/bridging-the-gap-between-low-level-and-high-level-charting-libraries-a8f6c1819ba5
https://medium.com/@juned.chhipa/bridging-the-gap-between-low-level-and-high-level-charting-libraries-a8f6c1819ba5
Medium
Bridging the gap between low-level and high-level JavaScript Chart libraries.
Presenting data in an effective way is becoming more and more important in the data-driven world. For web developers, the choice of…
Как мы делали веб-интерфейс для Google Photos: заглядываем под капот
https://css-live.ru/articles/kak-my-delali-veb-interfejs-dlya-google-photos-zaglyadyvaem-pod-kapot.html
https://css-live.ru/articles/kak-my-delali-veb-interfejs-dlya-google-photos-zaglyadyvaem-pod-kapot.html
GitHub интегрирует инструмент для запуска Cloud Build от Google
https://tproger.ru/news/github-cloud-build/
https://tproger.ru/news/github-cloud-build/
Tproger
GitHub интегрирует инструмент для запуска Cloud Build от Google
Это даст разработчикам возможность развертывать проекты и видеть результаты их выполнения непосредственно на веб-платформе.
Подкаст «Девшахта»: Ночной фронтенд #44 —Как пересадить всех разработчиков в компании на свой велосипед
https://medium.com/devschacht/nightly-44-79b29f06ee31
https://medium.com/devschacht/nightly-44-79b29f06ee31
Medium
Ночной фронтенд
#44 —Как пересадить всех разработчиков в компании на свой велосипед
Интернационализированные приложения на React с помощью библиотеки React-intl
https://medium.com/@marcelmokos/internationalize-react-apps-done-right-using-react-intl-library-82978dbe175e
https://medium.com/@marcelmokos/internationalize-react-apps-done-right-using-react-intl-library-82978dbe175e
Medium
Internationalize React apps done right using React-intl library
This article helps you decide when you need to add translation library to the project. How to do it without slowing the creative process…
Подкаст «Frontend Weekend» #64 – Олег Мохов о том, как комфортно и правильно руководить разработчиками
https://soundcloud.com/frontend-weekend/fw-64
https://soundcloud.com/frontend-weekend/fw-64
Методики и инструменты для разработки стилей веб-страниц #css
https://habr.com/company/ruvds/blog/418825/
https://habr.com/company/ruvds/blog/418825/
Практическое руководство по CSS переменным (кастомным свойствам)
https://www.sitepoint.com/practical-guide-css-variables-custom-properties/
https://www.sitepoint.com/practical-guide-css-variables-custom-properties/
Sitepoint
How to Use Variables in CSS: CSS Custom Properties — SitePoint
Learn how to use CSS variables (custom properties) to make it easier to manage colors, fonts, and size consistently across web applications.
Технические подробности релиза Firefox 61 в блоге Марата Таналина
https://tanalin.com/blog/2018/08/firefox-61/
https://tanalin.com/blog/2018/08/firefox-61/
Как бороться с грязными побочными эффектами в вашем чистом функциональном JavaScript
https://jrsinclair.com/articles/2018/how-to-deal-with-dirty-side-effects-in-your-pure-functional-javascript/
https://jrsinclair.com/articles/2018/how-to-deal-with-dirty-side-effects-in-your-pure-functional-javascript/
Jrsinclair
How to deal with dirty side effects in your pure functional JavaScript
If you start learning about functional programming, it won’t be long before you come across the idea of pure functions. And as you go on, you will discover functional programmers appear to be obsessed with them. “Pure functions let you reason about your…