Начало работы с React Hooks - часть 2
https://codeburst.io/getting-started-with-react-hooks-part-2-4b0166f5d3b4
https://codeburst.io/getting-started-with-react-hooks-part-2-4b0166f5d3b4
Осторожность при работе со значениями с плавающей точкой в PHP
http://www.webdesignernews.com/redirect/id/2581307
http://www.webdesignernews.com/redirect/id/2581307
Eleventy: простой генератор статических сайтов - интересная альтернатива Jekyll. Преобразует каталог шаблонов в HTML
https://www.11ty.io/
https://www.11ty.io/
Eleventy
Eleventy, a simpler static site generator
Eleventy, a simpler static site generator.
Создание надежных макетов с использованием контейнеров
http://www.webdesignernews.com/redirect/id/2577215
http://www.webdesignernews.com/redirect/id/2577215
Smashing Magazine
Building Robust Layouts With Container Units — Smashing Magazine
When inspecting most other grids in DevTools, you’ll notice that column widths are dependent on their parent element. This article will help you understand how to overcome these limitations using CSS variables and how you can start building with container…
ky-universal: используйте Ky как в Node.js, так и в браузерах
Ky - это крошечная и элегантная оболочка для API Fetch, доступная в большинстве браузеров. ky-universal использует тот же API-интерфейс на стороне сервера.
https://nodeweekly.com/link/60326/web
Ky - это крошечная и элегантная оболочка для API Fetch, доступная в большинстве браузеров. ky-universal использует тот же API-интерфейс на стороне сервера.
https://nodeweekly.com/link/60326/web
GitHub
sindresorhus/ky-universal
Use Ky in both Node.js and browsers. Contribute to sindresorhus/ky-universal development by creating an account on GitHub.
Создание «лайк» Instagram-бота с Node и Puppeteer - хороший практический пример.
https://www.youtube.com/watch?v=jw4exv4qv2E
https://www.youtube.com/watch?v=jw4exv4qv2E
YouTube
Building an Instagram Like Bot with Nodejs & Puppeteer
In this video I am showing you how to build and code a simple Instagram login and like bot with NodeJs and Puppeteer.
I want to make this clear that I do NOT suggest you to start using this in order to spam, this video was done for educational purposes only.…
I want to make this clear that I do NOT suggest you to start using this in order to spam, this video was done for educational purposes only.…
Использование образов и контейнеров Docker для создания изолированной среды разработки Node.
https://nodeweekly.com/link/60319/web
https://nodeweekly.com/link/60319/web
Electron 3.0: кросс платформенный фреймворк для desktop приложений
https://electronjs.org/blog/electron-3-0
https://electronjs.org/blog/electron-3-0
Mouthful: создание конкатенированного файла всех CSS, используемых на данном сайте. Простой и короткий пример.
https://github.com/MikaeI/mouthful
https://github.com/MikaeI/mouthful
GitHub
MikaeI/mouthful
Generate a concatenated file of all CSS used on a given website - MikaeI/mouthful
Responsible JavaScript: Часть I - Джереми Вагнер разрабатывает курс, помогающий избежать ненужного раздувания текущих тенденций JavaScript.
https://alistapart.com/article/responsible-javanoscript-part-1
https://alistapart.com/article/responsible-javanoscript-part-1
A List Apart
Responsible JavaScript: Part I
The web is drowning in a sea of JavaScript, awash with unnecessary bloat, inaccessible cruft, and unsustainable patterns. Jeremy Wagner plots a course to navigate the JavaScript Sea responsibly by …
Как создавать лучшие темы с помощью CSS-переменных
https://blog.logrocket.com/how-to-create-better-themes-with-css-variables-5a3744105c74
https://blog.logrocket.com/how-to-create-better-themes-with-css-variables-5a3744105c74
LogRocket Blog
How to create better themes with CSS variables - LogRocket Blog
In this article, we’ll explore what makes CSS variables special, why we should use them, ways they can benefit us, and the best practices.
Динамические формы в Angular: подход с использованием ng-switch
https://codeburst.io/angular-dynamic-forms-ng-switch-approach-4f267c01d2c6
https://codeburst.io/angular-dynamic-forms-ng-switch-approach-4f267c01d2c6
Medium
Angular dynamic forms: ng-switch approach
Using the ng-switch approach
[Sass] для начинающих: удобное руководство по установке и использованию SASS в Windows
http://www.webdesignernews.com/redirect/id/2618833
http://www.webdesignernews.com/redirect/id/2618833
Medium
[Sass] For Beginners: The Friendliest Guide About INSTALLING and USING Sass on Windows (Dart Sass update)
The simplest and most detailed guide about installing and using Sass you’ll ever read.
combine-pagination: библиотека для постраничной разбивки данных из нескольких источников.
https://nodeweekly.com/link/61721/web
https://nodeweekly.com/link/61721/web
GitHub
GitHub - chrisvxd/combine-pagination: A JavaScript library for paginating data from multiple sources 🦑
A JavaScript library for paginating data from multiple sources 🦑 - chrisvxd/combine-pagination
Простая аутентификация в GraphQL с Express и Apollo
https://ikbendirk.nl/posts/easy-authentication-in-graphql-with-express-and-apollo
https://ikbendirk.nl/posts/easy-authentication-in-graphql-with-express-and-apollo
ikbendirk.nl
Easy authentication in GraphQL with Express and Apollo - Blog of Dirk H. Wolthuis
In this tutorial I will show how easy authentication can be if you harness the power of GraphQL and Express. Combined you have best of both worlds: querying data like a champ and using traditional API calls for mundane stuff like user creation and authentication.
Получение данных со сторонних API с помощью Vue.js и Axios
https://www.sitepoint.com/fetching-data-third-party-api-vue-axios/
https://www.sitepoint.com/fetching-data-third-party-api-vue-axios/
Sitepoint
Fetching Data from a Third-party API with Vue.js and Axios — SitePoint
Learn how to start a new Vue project, fetch data from an API using axios, and handle responses and manipulate data using components and computed properties.