Невероятные генераторы 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/
Пишем свой собственный React.
Родриго Помбо, следуя архитектуре фреймворка, показывает, как можно самому написать React с нуля. Отличное интерактивное пособие с удобными примерами кода.
https://pomb.us/build-your-own-react/
Родриго Помбо, следуя архитектуре фреймворка, показывает, как можно самому написать React с нуля. Отличное интерактивное пособие с удобными примерами кода.
https://pomb.us/build-your-own-react/
pomb.us
Build your own React
We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the…
Depp — Быстрая проверка неиспользуемых и дублированных пакетов. Пару команд и отчет с лишними пакетами готов!
https://github.com/CryogenicPlanet/depp
https://github.com/CryogenicPlanet/depp
GitHub
GitHub - CryogenicPlanet/depp: ⚡ Check your npm modules for unused and duplicate dependencies fast
⚡ Check your npm modules for unused and duplicate dependencies fast - CryogenicPlanet/depp
Map против Set в JavaScript: выбор структуры данных.
Обзорная статья о том, как работать с Map и Set и для каких случаев они подходят.
https://webdevblog.ru/map-protiv-set-v-javascript-vybor-struktury-dannyh/
Обзорная статья о том, как работать с Map и Set и для каких случаев они подходят.
https://webdevblog.ru/map-protiv-set-v-javascript-vybor-struktury-dannyh/
ES2022: Полное руководство по приватным полям классов, методам и статическим блокам инициализации
https://betterprogramming.pub/es2022-a-complete-guide-on-private-static-class-fields-methods-and-static-initialization-blocks-f12943a86b2d
https://betterprogramming.pub/es2022-a-complete-guide-on-private-static-class-fields-methods-and-static-initialization-blocks-f12943a86b2d
I18n. Интернационализация в приложениях на Vue
https://carodigital.medium.com/i18n-internationalization-in-vue-applications-53d868f831bd
https://carodigital.medium.com/i18n-internationalization-in-vue-applications-53d868f831bd
Medium
i18n: Internationalization in Vue Applications
In this globalized era we live in, the need to make applications for people in different parts of the world is more and more common. This…
👍1
Полное руководство по word-wrap, overflow-wrap, и word-break в CSS.
Джозеф Мава рассказывает как избежать проблем с текстовым контентом.
https://blog.logrocket.com/complete-guide-word-wrap-overflow-wrap-word-break-css/
Джозеф Мава рассказывает как избежать проблем с текстовым контентом.
https://blog.logrocket.com/complete-guide-word-wrap-overflow-wrap-word-break-css/
LogRocket Blog
A complete guide to CSS word-wrap, overflow-wrap, and word-break - LogRocket Blog
This article is an in-depth tutorial on the word-wrap, overflow-wrap, and word-break CSS properties and how to use them.
Школа разработки интерфейсов 2021 — запись лекций
https://www.youtube.com/playlist?list=PLKaafC45L_SSUUku_N10BBkVWXkKzqZFI
https://www.youtube.com/playlist?list=PLKaafC45L_SSUUku_N10BBkVWXkKzqZFI
YouTube
Школа разработки интерфейсов 2021
Летом 2021 года прошла Школа разработки интерфейсов от Академии Яндекса: студенты слушали лекции, выполняли домашние задания и работали над реальными проекта...
10 лучших продвинутых настроек VS Code для разработчиков.
Больше настроек богу настроек!)
https://javascript.plainenglish.io/top-10-advanced-vs-code-settings-for-senior-developers-46e348351bd6
Больше настроек богу настроек!)
https://javascript.plainenglish.io/top-10-advanced-vs-code-settings-for-senior-developers-46e348351bd6
Medium
Top 10 Advanced VS Code Settings for Senior Developers
Warning: These VS Code settings aren’t for beginners — but you’ll love these tips if you’re a senior dev.
👍1
Name, labels, ARIA, что с ними делать?
https://www.scottohara.me/blog/2021/11/02/names-and-labels.html
https://www.scottohara.me/blog/2021/11/02/names-and-labels.html
www.scottohara.me
Name, labels, ARIA, what to do? | scottohara.me
This is the first of a two part blog post series about naming and labeling web content. These concepts can trip people up, and while there are other articles...