Базовый веб-скрапинг веб-страниц с использованием JavaScript с Node.js + Puppeteer
https://www.freecodecamp.org/news/web-scraping-using-nodejs-puppeteer/
https://www.freecodecamp.org/news/web-scraping-using-nodejs-puppeteer/
freeCodeCamp.org
How to Create a Custom API From Any Website Using Puppeteer
It often happens that you come across a website and are forced to perform a set of actions to finally get some data. You are then faced with a dilemma: how do you make this data available in a form which can easily be consumed by your application? Scraping…
Использование структурированных данных для улучшения поисковой оптимизации
https://css-tricks.com/using-structured-data-to-enhance-search-engine-optimization/
https://css-tricks.com/using-structured-data-to-enhance-search-engine-optimization/
CSS-Tricks
Using Structured Data to Enhance Search Engine Optimization
SEO is often considered the snake oil of the web. How many times have you scrolled through attention-grabbing headlines on know how to improve your SEO?
Самый забагованный сайт в интернете (убедитесь сами, открыв консоль)
https://defaced.dev/web/the-buggiest-site-on-the-web/
https://defaced.dev/web/the-buggiest-site-on-the-web/
defaced.dev
The Buggiest Site On The Web
Check out the horror in your browser's developer console.
Все, что нужно знать о Concurrent Mode в React в 2020 году
https://medium.com/javascript-in-plain-english/everything-you-need-to-know-about-react-concurrent-mode-in-2020-826af48c1f37
https://medium.com/javascript-in-plain-english/everything-you-need-to-know-about-react-concurrent-mode-in-2020-826af48c1f37
Medium
Everything You Need to Know About React Concurrent Mode in 2020
Some exciting changes are coming
Руководство по синтаксису адаптивных изображений в HTML
https://css-tricks.com/a-guide-to-the-responsive-images-syntax-in-html/
https://css-tricks.com/a-guide-to-the-responsive-images-syntax-in-html/
CSS-Tricks
HTML Responsive Images Guide | CSS-Tricks
This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). We'll go over srcset and , plus a whole bunch of things to consider to help you get the best performance and design control from your images.
Microsoft развивает новый открытый пакетный менеджер winget
https://www.opennet.ru/opennews/art.shtml?num=53022
https://www.opennet.ru/opennews/art.shtml?num=53022
www.opennet.ru
Microsoft развивает новый открытый пакетный менеджер winget
Компания Microsoft опубликовала первый тестовый выпуск пакетного менеджера winget (Windows Package Manager), предоставляющего средства для установки приложений с использованием командной строки. Код написан на языке С++ и распространяется под лицензией MIT.…
О каждодневном совершенствовании JavaScript-программиста
https://habr.com/ru/company/ruvds/blog/503640/
https://habr.com/ru/company/ruvds/blog/503640/
Хабр
О каждодневном совершенствовании JavaScript-программиста
Автор статьи, перевод которой мы публикуем сегодня, старается постоянно совершенствовать свои JavaScript-знания и навыки. Он хочет рассказать о том, как, стремясь к профессиональному росту, строит...
Как добавить настраиваемые SVG иконки в приложение на Svelte JS
https://medium.com/@firthous.dev/how-to-add-customizable-svg-icons-in-svelte-js-app-488648d302c8
https://medium.com/@firthous.dev/how-to-add-customizable-svg-icons-in-svelte-js-app-488648d302c8
Medium
How to add customizable SVG Icons in Svelte JS app
Designing the user interface of the application, icons are the most important elements to be used. Using SVG for the icons gives the…
Изучение состояния моделей реактивности в 2020 году
https://indepth.dev/exploring-the-state-of-reactivity-patterns-in-2020/
https://indepth.dev/exploring-the-state-of-reactivity-patterns-in-2020/
inDepthDev
Exploring the state of reactivity patterns in 2020 - JavaScript inDepth
Exploring the trend that has already changed the shape of front end UI development regardless of framework.
Глубокое погружение в Injectable и providedIn в Ivy
https://indepth.dev/a-deep-dive-into-injectable-and-providedin-in-ivy/
https://indepth.dev/a-deep-dive-into-injectable-and-providedin-in-ivy/
inDepthDev
A Deep Dive into @Injectable and providedIn in Ivy - Angular inDepth
In this article I want to explain how Angular @Injectable decorator works under the hood and how providedIn property is processed by Angular Ivy.
Настройка эффективного рабочего процесса с помощью ESLint, Prettier и TypeScript
https://indepth.dev/setting-up-efficient-workflows-with-eslint-prettier-and-typescript/
https://indepth.dev/setting-up-efficient-workflows-with-eslint-prettier-and-typescript/
Angularindepth
Angular in Depth
Unlock the power of software engineering at its core with Angular in Depth!
Подробно о React Router. Часть 1 — основы роутинга, типы и динамические страницы
https://medium.com/@stasonmars/1c159cca6fea
https://medium.com/@stasonmars/1c159cca6fea
Medium
Подробно о React Router. Часть 1 — основы роутинга, типы и динамические страницы
В этой серии статей вы подробно и доходчиво узнаете о том, как работает Router в React, как его можно использовать и другие интересные…