Создание генератора кроссвордов с помощью JavaScript
https://mitchum.blog/building-a-crossword-puzzle-generator-with-javascript/
https://mitchum.blog/building-a-crossword-puzzle-generator-with-javascript/
Mitchum.Blog
Building A Crossword Puzzle Generator With JavaScript - Mitchum.Blog
This post walks you through building a crossword puzzle generator with JavaScript. You'll also learn about methods for optimizing its performance.
6 концепций для освоения, чтобы быть архитектором Angular
https://blog.bitsrc.io/6-concepts-to-master-to-be-an-angular-architect-807314e31ef3
https://blog.bitsrc.io/6-concepts-to-master-to-be-an-angular-architect-807314e31ef3
Добавление CSS на страницу с помощью HTTP Headers
https://www.impressivewebs.com/adding-css-to-a-page-via-http-headers/
https://www.impressivewebs.com/adding-css-to-a-page-via-http-headers/
13 советов по безопасности для фронтенд-приложений
https://medium.com/better-programming/frontend-app-security-439797f57892
https://medium.com/better-programming/frontend-app-security-439797f57892
Medium
13 Security Tips for Front-End Apps
Lock your app down and make it less susceptible to bad actors
Анатомия компонента Tablist в Vanilla JavaScript в сравнении с React
https://css-tricks.com/the-anatomy-of-a-tablist-component-in-vanilla-javascript-versus-react/
https://css-tricks.com/the-anatomy-of-a-tablist-component-in-vanilla-javascript-versus-react/
Firefox 76: аудио-ворклеты и другие хитрости
https://hacks.mozilla.org/2020/05/firefox-76-audio-worklets-and-other-tricks/
https://hacks.mozilla.org/2020/05/firefox-76-audio-worklets-and-other-tricks/
Mozilla Hacks – the Web developer blog
Firefox 76: Audio worklets and other tricks
Firefox 76 delivers great new features for web platform support, such as Audio Worklets and Intl improvements, on the JavaScript side. Also, we’ve added a number of topnotch improvements to ...
Хакеры научились прятать веб-скиммеры за favicon сайтов
Скиммеры — это вредоносные скрипты, которые киберпреступнику удалось внедрить в код веб-страницы.
https://xakep.ru/2020/05/07/favicon-skimmer/
Скиммеры — это вредоносные скрипты, которые киберпреступнику удалось внедрить в код веб-страницы.
https://xakep.ru/2020/05/07/favicon-skimmer/
#react
React Flow — библиотека для рендеринга интерактивных графиков
https://webkid.io/blog/react-flow-node-based-graph-library/
React Flow — библиотека для рендеринга интерактивных графиков
https://webkid.io/blog/react-flow-node-based-graph-library/
webkid.io
React Flow - A Library for Rendering Interactive Graphs - webkid blog
We just open sourced "React Flow" : A library for rendering interactive node-based graphs with a smooth panning and zooming behaviour and…
Возможности TypeScript: основные фишки и ключевые отличия от JavaScript.
Плейлист от Евгения Ковальчука
https://www.youtube.com/playlist?list=PLNkWIWHIRwMEm1FgiLjHqSky27x5rXvQa
Плейлист от Евгения Ковальчука
https://www.youtube.com/playlist?list=PLNkWIWHIRwMEm1FgiLjHqSky27x5rXvQa
Forwarded from Sleepless tech | Евгений J
Долгое время не знал как обойти проблему локальной разработки под Telegram. Настройка прокси на mac почему-то не особо решала проблему. Поэтому пилил проект через расширение SSH FS для VSCode прямо на серваке.
Однако, мой frontовый друг @arturjs подсказал, как можно это побороть при помощи axios и socks-proxy-agent. Поэтому пришлось выпилить устаревший request для запросов.
Теперь в пару строк можно заюзать свой socks5 и спокойно писать под телегу локально.
Однако, мой frontовый друг @arturjs подсказал, как можно это побороть при помощи axios и socks-proxy-agent. Поэтому пришлось выпилить устаревший request для запросов.
Теперь в пару строк можно заюзать свой socks5 и спокойно писать под телегу локально.
Анимация таймлайна в CSS: создание машины Голдберга
https://cloudfour.com/thinks/css-animation-timelines-building-a-rube-goldberg-machine/
https://cloudfour.com/thinks/css-animation-timelines-building-a-rube-goldberg-machine/
Cloud Four
CSS Animation Timelines: Building a Rube Goldberg Machine
Lately I've been using variables to plan out pure CSS timelines for complex animations. I built an SVG and CSS Rube Goldberg machine to put this technique to the test!