Моя история об устаревших инструментах, технологиях и решениях в веб-разработке
https://pineco.de/my-history-with-outdated-web-design-tools-technologies-and-solutions/
https://pineco.de/my-history-with-outdated-web-design-tools-technologies-and-solutions/
Pine
My History with Outdated Web Design Tools, Technologies and Solutions - Pine
I’ve just finished reading Resilient Web Design from Jeremy Keith, which partly about how the web developed into its current state. There is a lot of history in our field despite its age. After finishing, I started to think about what technique I used, which…
FrontEndDev
Как часто Вы откладываете чтение интересной статьи на потом и забываете?
Друзья!
Я смотрю, довольно много подписчиков откладывают годный материал и забывают о нём. Значит я не одинок)
Запилил максимально простого бота @remind_read_bot, который будет напоминать вам в конце дня (или в конкретный день, как настроите) о всех постах/статьях/ссылках, которые вы ему скормите.
☝️В боте нет и не будет рекламы и спама.
😉Буду рад фидбеку и баг-репотам!
Я смотрю, довольно много подписчиков откладывают годный материал и забывают о нём. Значит я не одинок)
Запилил максимально простого бота @remind_read_bot, который будет напоминать вам в конце дня (или в конкретный день, как настроите) о всех постах/статьях/ссылках, которые вы ему скормите.
☝️В боте нет и не будет рекламы и спама.
😉Буду рад фидбеку и баг-репотам!
Заметка от Gapur Kassym о лучших практиках по работе с Google Place Autocomplete API на React
https://medium.com/@gapur.kassym/the-best-practice-with-google-place-autocomplete-api-on-react-939211e8b4ce
https://medium.com/@gapur.kassym/the-best-practice-with-google-place-autocomplete-api-on-react-939211e8b4ce
Medium
How to Use Google Place Autocomplete With React Without a Third-Party Library
Avoid the dependency and make your requests directly
4 макета CSS без использования медиа-запросов
https://polypane.app/blog/4-css-layouts-without-using-media-queries/
https://polypane.app/blog/4-css-layouts-without-using-media-queries/
polypane.app
4 CSS layouts without using media queries | Polypane
Do you always need media queries to make a website responsive? With flexbox and grid you can make responsive layouts
without having to define fixed breakpoints…
without having to define fixed breakpoints…
Подборка 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.