Подборка cheatsheets(подсказок) по разным технологиям - от linux до promise. Пояснения по синтаксису и разбор использования консольных команд. Рекомендую добавить в закладки.
https://devhints.io/
https://devhints.io/
Небольшая заметка о лучших и простых практиках в React, которых стоит придерживаться в 2020 году.
https://medium.com/@stasonmars/c648b367d125
https://medium.com/@stasonmars/c648b367d125
Medium
12 лучших и простых практик в React, которых стоит придерживаться в 2020 году
В этой статье собраны 12 простых и хороших практик при работе в React, которых стоит придерживаться, имея дело с этой библиотекой в 2020…
Визуализация управления памятью в V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)
https://deepu.tech/memory-management-in-v8/
https://deepu.tech/memory-management-in-v8/
Technorage
🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)
Let us take a look at how the V8 engine for JavaScript & WebAssembly manages memory for Browsers and NodeJS.
Загрузка файлов с помощью VueJS и Axios
https://webdevblog.ru/zagruzka-fajlov-s-pomoshhju-vuejs-i-axios/
https://webdevblog.ru/zagruzka-fajlov-s-pomoshhju-vuejs-i-axios/
ResizeObserver — новый мощный инструмент для отзывчивого веба
https://medium.com/@barvysta/resizeobserver-a-new-powerful-tool-for-responsive-web-f9a53ed71952
https://medium.com/@barvysta/resizeobserver-a-new-powerful-tool-for-responsive-web-f9a53ed71952
Medium
ResizeObserver — a new powerful tool for Responsive Web
The word “responsive” is something we don’t mention that often these days in web development, it’s a standard already. There is a vast and…
Как создать React Native приложение по типу AirBnB
https://flatlogic.com/blog/how-to-create-react-native-airbnb-like-app/
https://flatlogic.com/blog/how-to-create-react-native-airbnb-like-app/
Flatlogic
How to Create React Native AirBnb-like App
Everybody who has traveled to other countries encountered the issue of apartment renting. One of the most well-known services for this is Airbnb. It is an onlin
Как автоматически обновлять ваши JavaScript-зависимости
https://cloudfour.com/thinks/auto-update-js-dependencies/
https://cloudfour.com/thinks/auto-update-js-dependencies/
Cloud Four
How to Automatically Update Your JavaScript Dependencies
One frustrating aspect of the modern JavaScript ecosystem is keeping all your dependencies up to date. Thankfully, there are automated tools that can handle this thankless task for you.
Анонимный веб-скрапинг с помощью Node.js, Tor, Puppeteer и Cheerio
https://levelup.gitconnected.com/anonymous-web-scrapping-with-node-js-tor-apify-and-cheerio-3b36ec6a45dc
https://levelup.gitconnected.com/anonymous-web-scrapping-with-node-js-tor-apify-and-cheerio-3b36ec6a45dc
Medium
Anonymous web scraping with Node.js, Tor, Puppeteer and cheerio
A gentle introduction for quick results.
Как создать движок для темизации, используя CSS переменные и React Context
https://www.freecodecamp.org/news/themes-using-css-variables-and-react-context/
https://www.freecodecamp.org/news/themes-using-css-variables-and-react-context/
freeCodeCamp.org
How to Create a Themes Engine Using CSS Variables and React Context
By Dor Shinar CSS variables are really cool. You can use them for a lot of things, like applying themes in your application with ease. In this tutorial I'll show you how to integrate them with React to create a ThemeComponent (with context!). CSS Va...
5 рекомендаций по написанию качественных стрелочных функций
https://dmitripavlutin.com/javascript-arrow-functions-best-practices/
https://dmitripavlutin.com/javascript-arrow-functions-best-practices/
Хоткеи для VS Code: гифки с демонстрацией и шпаргалка
https://tproger.ru/articles/useful-hotkeys-for-vs-code/
https://tproger.ru/articles/useful-hotkeys-for-vs-code/