Структурирование модулей Vuex для взаимодействия, скорости и гибкости
https://medium.com/@gdbate/structuring-vuex-modules-for-relationships-speed-and-durability-de25f7403643
https://medium.com/@gdbate/structuring-vuex-modules-for-relationships-speed-and-durability-de25f7403643
Medium
Structuring Vuex Modules for Relationships, Speed and Flexibility
You can use Vuex modules in many ways, primarily representing single or multiple records. When using the latter it can add a lot of…
Простой способ написать мегаменю в WordPress
https://code.tutsplus.com/tutorials/how-to-code-a-mega-menu-in-wordpress--cms-33203?ref=webdesignernews.com
https://code.tutsplus.com/tutorials/how-to-code-a-mega-menu-in-wordpress--cms-33203?ref=webdesignernews.com
Code Envato Tuts+
An Easy Way to Code a Mega Menu in WordPress
In a previous post, I looked at how to decide when a mega menu is right for your website and how to use a plugin to create one.
When to Use (And Not Use) a Mega Menu for...
When to Use (And Not Use) a Mega Menu for...
Автоматизация ввода данных с помощью Puppeteer
https://www.dannyguo.com/blog/automating-turbotax-data-entry-with-puppeteer/
https://www.dannyguo.com/blog/automating-turbotax-data-entry-with-puppeteer/
7 простых советов, которые помогут сделать ваш сайт более оптимизированным для SEO
https://codegeekz.com/7-simple-tips-to-help-you-make-your-site-more-seo-friendly
https://codegeekz.com/7-simple-tips-to-help-you-make-your-site-more-seo-friendly
Почему, как и когда использовать семантический HTML и ARIA
https://css-tricks.com/why-how-and-when-to-use-semantic-html-and-aria/
https://css-tricks.com/why-how-and-when-to-use-semantic-html-and-aria/
graphql-user: повторно используемые утилиты для GraphQL аутентификации
https://github.com/kitze/graphql-user
https://github.com/kitze/graphql-user
Как легко обмениваться кодом JavaScript: познакомьтесь с «управляемым Copy-Paste» ✨ Скопировать-вставить в несколько проектов и легко синхронизировать изменения исходного кода и зависимостей
https://codeburst.io/how-to-use-bit-for-managed-copy-pasting-in-javanoscript-d05efafeaa37
https://codeburst.io/how-to-use-bit-for-managed-copy-pasting-in-javanoscript-d05efafeaa37
Medium
How to Easily Share JavaScript Code: Meet Bit’s “Managed Copy-Pasting”✨
What if you could “copy-paste” code in multiple projects, and easily keep changes to source-code and dependencies synced?
Свойство CSS background-image как анти-паттерн
https://nystudio107.com/blog/the-css-background-image-property-as-an-anti-pattern
https://nystudio107.com/blog/the-css-background-image-property-as-an-anti-pattern
nystudio107
The CSS background-image property as an anti-pattern
The CSS background-image property allowed us to do some amazing things, but in most cases, it's time to leave it behind.
Использование Intersection Observer, чтобы узнать, когда элемент находится в поле отображения
https://css-tricks.com/a-few-functional-uses-for-intersection-observer-to-know-when-an-element-is-in-view/
https://css-tricks.com/a-few-functional-uses-for-intersection-observer-to-know-when-an-element-is-in-view/
CSS-Tricks
A Few Functional Uses for Intersection Observer to Know When an Element is in View | CSS-Tricks
You might not know this, but JavaScript has stealthily accumulated quite a number of observers in recent times, and Intersection Observer is a part of that
Что нового в Node.js 12: Приватные поля класса
http://thecodebarbarian.com/nodejs-12-private-class-fields.html
http://thecodebarbarian.com/nodejs-12-private-class-fields.html
The Code Barbarian
What's New in Node.js 12: Private Class Fields
[Private class fields](https://github.com/tc39/proposal-class-fields#private-fields) are a [Stage 3 TC39 proposal](https://tc39.github.io/process-document/). Even though they're still experimental, you can use private class fields in Node.js 12 without flags…