React re-Reselect: лучшая мемоизация и управление кешем
https://blog.logrocket.com/react-re-reselect-better-memoization-cache-management/
https://blog.logrocket.com/react-re-reselect-better-memoization-cache-management/
LogRocket Blog
React re-reselect: Better memoization and cache management - LogRocket Blog
Add memoization and deep cache management to your React application with re-reselect, a wrapper for Reselect.
5 лучших библиотек для работы с cookie в JavaScript
https://blog.bitsrc.io/5-top-javascript-cookie-libraries-329ae3150cfb
https://blog.bitsrc.io/5-top-javascript-cookie-libraries-329ae3150cfb
Medium
5 Top JavaScript Cookie Libraries
Recommended cookie libraries for your JavaScript application
Создайте собственный React Hook с автозапуском TikTok роликов с помощью Intersection Observer
https://blog.logrocket.com/build-custom-tiktok-autoplay-react-hook-intersection-observer/
https://blog.logrocket.com/build-custom-tiktok-autoplay-react-hook-intersection-observer/
LogRocket Blog
Build a custom TikTok autoplay React Hook with Intersection Observer - LogRocket Blog
Create a React Hook for autoplaying videos with Intersection Observer to create a TikTok clone in this tutorial and example build.
JavaScript maps vs. sets: выбор структуры данных
https://blog.logrocket.com/javascript-maps-vs-sets-choosing-your-data-structure/
https://blog.logrocket.com/javascript-maps-vs-sets-choosing-your-data-structure/
LogRocket Blog
JavaScript maps vs. sets: Choosing your data structure - LogRocket Blog
JavaScript's Map and Set data structures, play a crucial role in working with the data we collect. Learn all you need to know in this guide.
Использование axios.all для одновременных запросов.
Примеры использования и сравнение Promise.all c axios.all.
https://blog.logrocket.com/using-axios-all-make-concurrent-requests/
Примеры использования и сравнение Promise.all c axios.all.
https://blog.logrocket.com/using-axios-all-make-concurrent-requests/
LogRocket Blog
Using axios.all to make concurrent requests - LogRocket Blog
Learn about Axios' axios.all function for HTTP requests, differentiating Promise.all and axios.all, and making concurrent API requests.
About IT: Как пройти собеседование на MIDDLE front end разработчика? + задачка на event loop(Promise js)
https://www.youtube.com/watch?v=KAt4U98UfPE
https://www.youtube.com/watch?v=KAt4U98UfPE
YouTube
Как пройти собеседование на MIDDLE front end разработчика? + задачка на event loop(Promise js)
В этом видео я вам расскажу что спрашивают на собеседовании на позицию Middle Front End разработчика. Также разберем задачку которую мне давали практически на каждом интервью, это задачка ориентирована на понимание работы event loop в JS(Promise, setTimeout…).…
👍1
Расширения Chrome для программистов и сочувствующих. Подборка удобных расширений как общих так и ITшных от Евгения Трифонова
https://habr.com/ru/company/jugru/blog/586376/
https://habr.com/ru/company/jugru/blog/586376/
Хабр
Расширения Chrome для программистов и сочувствующих
На Хабре уже есть посты в духе «10 браузерных расширений, которые нужны КАЖДОМУ УВАЖАЮЩЕМУ СЕБЯ РАЗРАБОТЧИКУ». Но меня смущает, что там вперемешку совсем разные вещи для разных людей. От React...
Демистификация функции 'import' webpack: использование динамических аргументов
https://indepth.dev/posts/1483/demistifying-webpacks-import-function-using-dynamic-arguments
https://indepth.dev/posts/1483/demistifying-webpacks-import-function-using-dynamic-arguments
Angularindepth
Angular in Depth
Unlock the power of software engineering at its core with Angular in Depth!
Как устроена Дока — опенсорсный справочник с документацией, который сообщество пишет для сообщества
https://habr.com/ru/company/yandex_praktikum/blog/585380/
https://habr.com/ru/company/yandex_praktikum/blog/585380/
Хабр
Как устроена Дока — опенсорсный справочник с документацией, который сообщество пишет для сообщества
Дока — это справочник, который помогает начинающим разработчикам разобраться с нюансами веба, а более опытным даёт возможность делиться и обмениваться знаниями. Его особенность в том, что наполнением...
Использование переменных CSS для reduced motion в глобальном масштабе
https://www.silvestar.codes/articles/using-css-variables-for-reduced-motion-on-a-global-scale/
https://www.silvestar.codes/articles/using-css-variables-for-reduced-motion-on-a-global-scale/
S.Bistrović
Using CSS Variables for reduced motion on a global scale ✣ S.Bistrović
Learn how to use CSS Variable and prefers-reduced-motion media feature to remove or minimize animations and transitions on global scale.
Невероятные генераторы CSS лейаутов, о которых вы должны знать
https://medium.com/geekculture/incredible-css-layouts-generators-you-should-know-16c87090c5a1
https://medium.com/geekculture/incredible-css-layouts-generators-you-should-know-16c87090c5a1
Medium
Incredible CSS Layouts Generators You Should Know!
Being technically strong is good but having excellent tools to accelerate things is smart.
Тестирование Vue компонентов с помощью Cypress
https://css-tricks.com/testing-vue-components-with-cypress/
https://css-tricks.com/testing-vue-components-with-cypress/
CSS-Tricks
Testing Vue Components With Cypress | CSS-Tricks
Cypress is an automated test runner for browser-based applications and pages. I’ve used it for years to write end-to-end tests for web projects, and was happy
Trie в Javascript: структура данных, лежащая в основе Autocomplete
https://stackfull.dev/trie-in-javascript-the-data-structure-behind-autocomplete
https://stackfull.dev/trie-in-javascript-the-data-structure-behind-autocomplete
StackFull.dev
Trie in Javascript: the Data Structure behind Autocomplete
We've already covered the basics of tree data structure in three posts. If you haven't gone through those yet, I would strongly going through the introductory post at the very least.
Introduction
Trie is a variation of tree data structure. It's also ...
Introduction
Trie is a variation of tree data structure. It's also ...
Представляем Elf — Реактивное хранилище с магическими способностями для JS приложений
https://netbasal.com/introducing-elf-a-reactive-store-with-magical-powers-for-js-apps-678d6cb0596f
https://netbasal.com/introducing-elf-a-reactive-store-with-magical-powers-for-js-apps-678d6cb0596f
Medium
Introducing Elf — A Reactive Store with Magical Powers for JS Apps
State management is a challenge for every developer. Continuously keeping track of what has been updated, why, and when, can become a…
Внедрение зависимостей в JavaScript — лучший инструмент, который вы не используете для своих тестов
https://blog.bitsrc.io/dependency-injection-in-javascript-the-best-tool-youre-not-using-for-your-tests-4e83aca7579f
https://blog.bitsrc.io/dependency-injection-in-javascript-the-best-tool-youre-not-using-for-your-tests-4e83aca7579f
Type Query: манипуляции с типом в стиле jQuery
https://itnext.io/type-query-jquery-style-type-manipulation-497ce26d93f
https://itnext.io/type-query-jquery-style-type-manipulation-497ce26d93f
Как масштабировать Angular без ограничений
https://itnext.io/how-to-scale-angular-without-limits-e6a6ca15111
https://itnext.io/how-to-scale-angular-without-limits-e6a6ca15111
Что такое Kubernetes за 9 минут.
Краткий обзор возможностей и как Kubernetes может помочь в продакшне.
https://youtu.be/ZI7w6ZeBI8k
Краткий обзор возможностей и как Kubernetes может помочь в продакшне.
https://youtu.be/ZI7w6ZeBI8k
YouTube
Что такое KUBERNETES за 9 минут
Listen IT на Я.Дзене - https://zen.yandex.ru/listenit
Телеграм-канал Digital-полезности - https://t.iss.one/digital_poleznosti
В этой статье мы узнаем:
- Что такое Kubernetes
- Что такое контейнеризация
- Зачем нужна контейнеризация
- Зачем нужен Kubernetes
…
Телеграм-канал Digital-полезности - https://t.iss.one/digital_poleznosti
В этой статье мы узнаем:
- Что такое Kubernetes
- Что такое контейнеризация
- Зачем нужна контейнеризация
- Зачем нужен Kubernetes
…
Глубокое погружение в Serverless UI с помощью TypeScript.
Как быстро создавать и деплоить приложения на облачные сервисы.
https://www.smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/
Как быстро создавать и деплоить приложения на облачные сервисы.
https://www.smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/