Rome, новый JavaScript инструментарий от создателя Yarn и Babel из Facebook
https://jasonformat.com/rome-javascript-toolchain/
https://jasonformat.com/rome-javascript-toolchain/
0-day уязвимость в Chrome, выявленная через анализ изменений в движке V8
https://www.opennet.ru/opennews/art.shtml?num=52442
https://www.opennet.ru/opennews/art.shtml?num=52442
Заметка от Gapur Kassym о 5 полезных компонентах, которые можно добавить в свое приложение на React
https://medium.com/javascript-in-plain-english/fb3927e7d790
https://medium.com/javascript-in-plain-english/fb3927e7d790
Medium
Here Are 5 Useful React Components
Building an awesome user interface
Как начать думать функционально в JavaScript
https://itnext.io/how-to-start-thinking-functionally-in-javascript-b7805e3b48e
https://itnext.io/how-to-start-thinking-functionally-in-javascript-b7805e3b48e
Адаптивный макет сетки журнала всего в 20 строках CSS
https://css-tricks.com/responsive-grid-magazine-layout-in-just-20-lines-of-css/
https://css-tricks.com/responsive-grid-magazine-layout-in-just-20-lines-of-css/
CSS-Tricks
Responsive Grid Magazine Layout in Just 20 Lines of CSS | CSS-Tricks
I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style
Улучшение воспринимаемой производительности с помощью свойства CSS
https://nooshu.github.io/blog/2020/02/23/improving-perceived-performance-with-the-css-font-display-property/
font-displayhttps://nooshu.github.io/blog/2020/02/23/improving-perceived-performance-with-the-css-font-display-property/
nooshu.github.io
Improving perceived performance with the CSS `font-display` property
The `font-display` property is a great way to tweak the way your fonts load, especially useful as fonts have a large effect on the perceived performance of y...
Почему вы должны с умом использовать refs на продакшене
https://blog.logrocket.com/why-you-should-use-refs-sparingly-in-production/
https://blog.logrocket.com/why-you-should-use-refs-sparingly-in-production/
LogRocket Blog
Why you should use refs sparingly in production - LogRocket Blog
In this post, we'll take a closer look at React refs and try to understand why it might not be a great idea to use them in production-grade applications.
Тестирование асинхронных изменений состояния в Svelte
https://dev.to/d_ir/testing-svelte-async-state-changes-3mip
https://dev.to/d_ir/testing-svelte-async-state-changes-3mip
DEV Community
Testing Svelte async state changes
Async state changes are one of the hardest things to test in front-end development.
Влияют ли теги H1 на ранжирование в Google– эксперимент Moz
https://www.searchengines.ru/h1-google.html
https://www.searchengines.ru/h1-google.html
Создание приложения с помощью Vue и TypeScript. Лучшие практики, мысли и рекомендации.
https://stefan-bauer.online/building-an-application-with-vue-and-type-script-best-practices-thoughts-and-recommendations/
https://stefan-bauer.online/building-an-application-with-vue-and-type-script-best-practices-thoughts-and-recommendations/
stefan-bauer.online
Building an application with Vue and TypeScript. Best practices, thoughts and recommendations.
Building an application with Vue and TypeScript is a fun and rewarding but also challenging undertaking. These are some of my personal learnings.
Как создать музыкальный менеджер с Nuxt.js и Express.js
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
https://www.smashingmagazine.com/2020/02/music-manager-nuxtjs-expressjs/
Smashing Magazine
How To Build A Music Manager With Nuxt.js And Express.js — Smashing Magazine
Whenever a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is a middleware for Express.js and Node.js that makes it easy to handle this so-called multipart/form-data whenever your…
Создаем прогрессивный PWA интернет-магазин на Nuxt.js 2 пошаговое руководство Часть 1
https://habr.com/ru/post/490496/
https://habr.com/ru/post/490496/
Хабр
Создаем интернет-магазин на Nuxt.js 2 пошаговое руководство Часть 1
Статья ориентированна на людей, которые уже имеют понимание работы Vue, на котором основан Nuxt, поэтому я буду заострять внимание только на специфических для N...
У Chrome есть динозаврик, а у Microsoft Edge будет сёрфинг
https://www.computerra.ru/254745/u-chrome-est-dinozavrik-a-u-microsoft-edge-budet-syorfing/
https://www.computerra.ru/254745/u-chrome-est-dinozavrik-a-u-microsoft-edge-budet-syorfing/
Компьютерра
У Chrome есть динозаврик, а у Microsoft Edge будет сёрфинг
Небольшая офлайн-игра с бегущим динозавром стала одним из самых любимых «пасхальных яиц» Google Chrome. Microsoft решили сделать альтернативу для своего браузера Edge, который разрабатывается на движке Chromium. В качестве конкурента Chrome, компания представила…
#css
Как сделать размытие фона в CSS с помощью одной строки кода
https://blog.prototypr.io/how-to-make-a-background-blur-in-css-with-one-line-of-code-e446c7236e60
Как сделать размытие фона в CSS с помощью одной строки кода
https://blog.prototypr.io/how-to-make-a-background-blur-in-css-with-one-line-of-code-e446c7236e60
Medium
How to make a background blur in CSS with one line of code
Background blurs are cool. This is an undisputed fact. Here’s one line of code that can make them a reality in CSS.
Избегайте ошибок, связанных с событиями клавиатуры в браузерной транслитерации
https://www.smashingmagazine.com/2020/03/keyboard-event-related-bugs-browser-based-transliteration/
https://www.smashingmagazine.com/2020/03/keyboard-event-related-bugs-browser-based-transliteration/
Smashing Magazine
Avoid Keyboard Event-Related Bugs In Browser-Based Transliteration — Smashing Magazine
Transliteration is a popular way to input non-English characters using an English keyboard. The typical method of implementing this is via keyboard event capturing but there’s no uniform support from mobile browsers. In this article, Sandamal Siripathi explains…
Отображение списков с помощью Vue.js — числа, компоненты и шаблоны
https://medium.com/javascript-in-plain-english/list-rendering-with-vue-js-numbers-components-and-templates-aa856f8ca95f
https://medium.com/javascript-in-plain-english/list-rendering-with-vue-js-numbers-components-and-templates-aa856f8ca95f