Разрабатываем интерактивную диаграмму Ганта на чистом JavaScript.
https://www.smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/
https://www.smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/
Smashing Magazine
Creating An Interactive Gantt Chart Component With Vanilla JavaScript (Part 1) — Smashing Magazine
In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.
7 методов создания хороших переменных в JavaScript.
https://blog.alexdevero.com/good-javascript-variables/
https://blog.alexdevero.com/good-javascript-variables/
Alex Devero Blog
7 Practices to Create Good JavaScript Variables
Naming variables is not a rocket science. Learn 7 practices that will help you create good JavaScript variables and make your code cleaner.
Как и зачем маркетинговый сайт Notion переехал на Next.js со статической генерацией страниц.
https://www.notion.so/blog/migrating-notion-marketing-to-next-js
https://www.notion.so/blog/migrating-notion-marketing-to-next-js
Notion
Migrating Notion's marketing site to Next.js
We are improving performance and user experience by migrating from a client-rendered marketing site to a static site generated by Next.js.
Что нового в Node.js? Обзор малоизвестных, но полезных возможностей, появившихся в свежих версиях Node.js
https://simonplend.com/whats-new-in-node-js-core/
https://simonplend.com/whats-new-in-node-js-core/
Simon Plenderleith
What's new in Node.js core?
It can be so easy to miss when new features are added to Node.js core. This series will help you stay up-to-date.
JavaScript: о том, что нас ждет в следующем году.
-
- метод
- метод
- флаг
- 5 предложений для классов (специальные проверки для частных полей, блоки статической инициализации и др.)
https://habr.com/ru/company/timeweb/blog/577760/
-
await верхнего уровня- метод
at() для индексируемых сущностей- метод
hasOwn() для объектов- флаг
d для регулярных выражений- 5 предложений для классов (специальные проверки для частных полей, блоки статической инициализации и др.)
https://habr.com/ru/company/timeweb/blog/577760/
Хабр
JavaScript: о том, что нас ждет в следующем году
Привет, друзья! Не за горами 2022 год, а это значит, что пришло время познакомиться с новыми возможностями, которыми нас порадует ECMAScript2022 . Вот о чем мы поговорим в этой статье: await верхнего...
Best JavaScript Frameworks and Libraries.
https://reconshell.com/best-javascript-frameworks-and-libraries/
https://reconshell.com/best-javascript-frameworks-and-libraries/
Penetration Testing Tools, ML and Linux Tutorials
Best JavaScript Frameworks and Libraries - Penetration Testing Tools, ML and Linux Tutorials
Although there are over 200+ programming languages to help developers all over the world, millions of developers are taken away by the benefits of
Сравнение методов добавления и вставки с помощью JavaScript.
https://css-tricks.com/comparing-methods-for-appending-and-inserting-with-javascript/
https://css-tricks.com/comparing-methods-for-appending-and-inserting-with-javascript/
CSS-Tricks
Comparing Methods for Appending and Inserting With JavaScript | CSS-Tricks
Let's say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps you've used some of them, like append,
Observer Pattern в JavaScript — ключ к реактивному поведению.
https://blog.bitsrc.io/the-observer-pattern-in-javascript-the-key-to-a-reactive-behavior-f28236e50e10
https://blog.bitsrc.io/the-observer-pattern-in-javascript-the-key-to-a-reactive-behavior-f28236e50e10
Medium
The Observer Pattern in JavaScript — the Key to a Reactive Behavior
A closer look at one of my favorite design patterns and why it’s so relevant in today’s reactive world
Топ-50 вопросов и ответов для интервью на JavaScript.
https://reconshell.com/frequently-asked-javascript-interview-questions-and-answers
https://reconshell.com/frequently-asked-javascript-interview-questions-and-answers
Penetration Testing Tools, ML and Linux Tutorials
Frequently Asked JavaScript Interview Questions and Answers - Penetration Testing Tools, ML and Linux Tutorials
JavaScript has proved itself as a versatile and scalable scripting language all over time. It is one of the most popular scripting languages in the web
JavaScript: разрабатываем приложение для записи звука.
https://habr.com/ru/company/timeweb/blog/581086
https://habr.com/ru/company/timeweb/blog/581086
Хабр
JavaScript: разрабатываем приложение для записи звука
Привет, друзья! В этом небольшом "туториале" я хочу показать вам, как разработать приложение для записи и воспроизведения аудио-файлов. Функционал нашего приложения будет следующим: запись...
Замена jQuery на Vanilla ES6.
https://aarontgrogg.com/blog/2021/09/29/replacing-jquery-with-vanilla-es6/
https://aarontgrogg.com/blog/2021/09/29/replacing-jquery-with-vanilla-es6/
Aarontgrogg
Replacing jQuery with Vanilla JS / ES6
Following a discussion with a colleague about how "necessary" jQuery is now-days, considering how far ES6 has come, I decided to conduct a small experiment: I would clone a live, functioning JS module and replace as much jQuery as possible (ideally all) with…
Часто задаваемые вопросы про Node.js.
https://reconshell.com/frequently-asked-node-js-interview-questions/
https://reconshell.com/frequently-asked-node-js-interview-questions/
Поиск-фильтр по странице с с использованием ванильного JavaScript.
https://css-tricks.com/in-page-filtered-search-with-vanilla-javascript/
https://css-tricks.com/in-page-filtered-search-with-vanilla-javascript/
CSS-Tricks
In-Page Filtered Search With Vanilla JavaScript | CSS-Tricks
If you have a page that includes a lot of information, it’s a good idea to let users search for what they might be looking for. I’m not talking about