Используйте продвинутую типографику при работе с локальными шрифтами при помощи Local Font Access API
https://web.dev/local-fonts/
https://web.dev/local-fonts/
Chrome for Developers
Use advanced typography with local fonts | Capabilities | Chrome for Developers
The Local Font Access API enumerates the user's installed local fonts and provides low-level access to the various TrueType/OpenType tables
👍1
Эффект трансформации миниатюры в полноразмерное изображение
https://tympanus.net/codrops/2020/08/19/thumbnail-to-full-width-image-animation/
https://tympanus.net/codrops/2020/08/19/thumbnail-to-full-width-image-animation/
Codrops
Thumbnail to Full Width Image Animation | Codrops
The other day I stumbled upon this fantastic animation by Akram Khalid which he also coded up as part of a tutorial on p
4 рекомендации для крупномасштабных проектов на Vue.js
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
https://blog.bitsrc.io/4-best-practices-for-large-scale-vue-js-projects-9a533450bdb2
Medium
4 Best Practices for Large Scale Vue.js Projects
Building enterprise-level Vue.js projects.
Фигма против Фотошопа. Что выбрать начинающему верстальщику
https://htmlacademy.ru/blog/boost/tools/figma-vs-photoshop
https://htmlacademy.ru/blog/boost/tools/figma-vs-photoshop
HTML Academy
Фигма или Фотошоп. Что выбрать новичку
Подробное сравнение двух гигантов.
Для Chrome развивается API для прямых TCP и UDP коммуникаций
https://www.opennet.ru/opennews/art.shtml?num=53582
https://www.opennet.ru/opennews/art.shtml?num=53582
www.opennet.ru
Для Chrome развивается API для прямых TCP и UDP коммуникаций
Компания Google приступила к реализации в Chrome нового API Raw Sockets, позволяющего web-приложениям устанавливать прямые сетевые соединения с использованием протоколов TCP и UDP. В 2015 году консорциумом W3C уже была предпринята попытка стандартизации API…
Что React 17 означает для разработчиков
https://www.telerik.com/blogs/what-react-17-means-for-developers
https://www.telerik.com/blogs/what-react-17-means-for-developers
Telerik Blogs
What React 17 Means for Developers
Get up to speed on three important changes—gradual updates, changes to event delegation, and stack trace updates—and see what they mean for the future of React.
Насколько JavaScript сильный? Статья о преобразованиях типов в JS и ошибках приведения.
https://medium.com/devschacht/javascript-coercions-9a36505c1370
https://medium.com/devschacht/javascript-coercions-9a36505c1370
GreenSock 3 Web Animation: познакомьтесь с новыми функциями GSAP
https://www.sitepoint.com/greensock-3-animation-features/
https://www.sitepoint.com/greensock-3-animation-features/
Sitepoint
GreenSock 3 Web Animation: Get to Know GSAP's New Features
Learn about the great features in GreenSock Animation Platform 3, and find out how to use them to create better animations for the web.
Глубокое погружение в WebAssembly: пробуем основы
https://evilmartians.com/chronicles/hands-on-webassembly-try-the-basics
https://evilmartians.com/chronicles/hands-on-webassembly-try-the-basics
evilmartians.com
Hands-on WebAssembly: Try the basics—Martian Chronicles, Evil Martians’ team blog
Learn the basics of WebAssembly through code examples and try different ways to compile C and Rust programs for the browser with the help of Docker image from Evil Martians.
Небольшое руководство по CI/CD для фронтенд разработчиков
https://blog.maximeheckel.com/posts/guide-to-cicd-for-frontend-developers
https://blog.maximeheckel.com/posts/guide-to-cicd-for-frontend-developers
The Blog of Maxime Heckel
The little guide to CI/CD for frontend developers - The Blog of Maxime Heckel
How to ship your app faster, more reliably and make your team unstoppable with good testing practices and automation.
Настройка микро-архитектуры фронтенда с помощью Vue и single-spa
https://itnext.io/setup-a-micro-frontend-architecture-with-vue-and-single-spa-2c89528bf72f
https://itnext.io/setup-a-micro-frontend-architecture-with-vue-and-single-spa-2c89528bf72f
Medium
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa.
Погружаемся в Jamstack с помощью React, Serverless и Airtable
https://css-tricks.com/going-jamstack-with-react-serverless-and-airtable/
https://css-tricks.com/going-jamstack-with-react-serverless-and-airtable/
CSS-Tricks
Going Jamstack with React, Serverless, and Airtable
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and
Архитектура фронтенда: стабильные и изменчивые зависимости
https://dmitripavlutin.com/frontend-architecture-stable-and-volatile-dependencies/
https://dmitripavlutin.com/frontend-architecture-stable-and-volatile-dependencies/
Dmitri Pavlutin Blog
Front-end Architecture: Stable and Volatile Dependencies
Designing correctly the dependencies, both stable and volatile ones, is an important skill to architect Front-end applications.
6 советов и лучших практик для масштабируемого проекта на React
https://blog.bitsrc.io/best-practices-and-tips-for-a-scalable-react-application-db708ae49227
https://blog.bitsrc.io/best-practices-and-tips-for-a-scalable-react-application-db708ae49227
Medium
6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the…