Простая аутентификация в 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.
Знай свой HTTP статус - шпаргалка по кодам HTTP статусов 🌐
https://codeburst.io/know-your-http-status-a-cheat-sheet-for-http-status-codes-5fb43863e589
https://codeburst.io/know-your-http-status-a-cheat-sheet-for-http-status-codes-5fb43863e589
Medium
Know your HTTP Status — A cheat sheet for HTTP Status Codes 🌐
If you are like me, you’ve spent most times googling about what a status code means.
Топ 5 вопросов, задаваемых при изучении Accessibility
https://www.deque.com/blog/top-5-questions-asked-in-accessibility-trainings/
https://www.deque.com/blog/top-5-questions-asked-in-accessibility-trainings/
Как использовать create-react-app с Custom Node Server на Heroku
https://nodeweekly.com/link/61715/web
https://nodeweekly.com/link/61715/web
GitHub
GitHub - mars/heroku-cra-node: ⚛️ How to use create-react-app with a custom Node server on Heroku
⚛️ How to use create-react-app with a custom Node server on Heroku - GitHub - mars/heroku-cra-node: ⚛️ How to use create-react-app with a custom Node server on Heroku
Как мы использовали WebAssembly для ускорения нашего веб-приложения в 20 раз
https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/
https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/
Smashing Magazine
How We Used WebAssembly To Speed Up Our Web App By 20X (Case Study) — Smashing Magazine
In this article, we explore how we can speed up web applications by replacing slow JavaScript calculations with compiled WebAssembly.
Отладка тестов webdriverio с помощью VSCodeFor
https://codeburst.io/debugging-webdriverio-tests-with-vscode-3e5b943dd6dc
https://codeburst.io/debugging-webdriverio-tests-with-vscode-3e5b943dd6dc
codeburst
Debugging webdriverio tests with VSCode
For when you just need to step through your tests with a debugger
👍1
JavaScript Web Workers: руководство для начинающих
https://webdevblog.ru/javanoscript-web-workers-rukovodstvo-dlya-nachinajushhih/
https://webdevblog.ru/javanoscript-web-workers-rukovodstvo-dlya-nachinajushhih/
👍1
Mozilla предлагает интерпретатор Python для браузеров!
http://www.webdesignernews.com/redirect/id/2656985
http://www.webdesignernews.com/redirect/id/2656985
VentureBeat
Mozilla details Pyodide, which brings Python to browsers
Mozilla's Pyodide is an experimental Python project that's designed to perform computation without the need for a remote kernel.
▶️ Краткий курс по Nest.JS за 1 час.
Nest - это популярная среда для создания серверных приложений на Node.
https://www.youtube.com/watch?v=wqhNoDE6pb4
Nest - это популярная среда для создания серверных приложений на Node.
https://www.youtube.com/watch?v=wqhNoDE6pb4
YouTube
NestJS Crash Course
In this video we will explore the Nest JS Node.js framework which allows you to build fast and scalable server-side apps and APIs.
Sponsor: DevMountain Bootcamp
https://goo.gl/6q0dEa
Code:
https://github.com/bradtraversy/nestjs_rest_api
💖 Become a Patron:…
Sponsor: DevMountain Bootcamp
https://goo.gl/6q0dEa
Code:
https://github.com/bradtraversy/nestjs_rest_api
💖 Become a Patron:…
Подробное рассмотрение React Memoize хуков: useRef, useCallback и useMemo
https://www.codebeast.dev/react-memoize-hooks-useRef-useCallback-useMemo/
https://www.codebeast.dev/react-memoize-hooks-useRef-useCallback-useMemo/
www.codebeast.dev
A Closer Look at React Memoize Hooks: useRef, useCallback, and useMemo
Memoize hooks are great at optimizing for performance. useRef, useCallback and useMemo are memoize hooks and you will learn how each work as well as when to use each.
Learn by Contributing - Как использовать open source проекты для улучшения скилов разработки
https://dev.to/agoldis/learn-by-contributing-27g6
https://dev.to/agoldis/learn-by-contributing-27g6
DEV Community
Learn by Contributing
How to use open source projects to improve software development skills.
Поддержка новых экспериментальных ES модулей в Node 12
https://medium.com/@nodejs/announcing-a-new-experimental-modules-1be8d2d6c2ff
https://medium.com/@nodejs/announcing-a-new-experimental-modules-1be8d2d6c2ff
Medium
Announcing a new --experimental-modules
Back in 2017, Node.js 8.9.0 shipped experimental support for ECMAScript modules, known for their import and export statements. This…
Как создать CLI приложение с Node - Звучит просто, но это показалось интересным, потому что это объединяет множество интересных библиотек и подходов.
https://www.twilio.com/blog/how-to-build-a-cli-with-node-js
https://www.twilio.com/blog/how-to-build-a-cli-with-node-js
Twilio Blog
How to build a CLI with Node.js
Learn how you can build an interactive CLI (command-line interface) using Node.js
Рендеринг треугольника с помощью Vulkan и JavaScript.
Vulkan - новый низкоуровневый графический и вычислительный API от Khronos
https://medium.com/@xilefmai/rendering-a-triangle-with-vulkan-and-javanoscript-1-aed75b6fd69
Vulkan - новый низкоуровневый графический и вычислительный API от Khronos
https://medium.com/@xilefmai/rendering-a-triangle-with-vulkan-and-javanoscript-1-aed75b6fd69
Medium
Rendering a Triangle with Vulkan and JavaScript #1
You probably heard of Vulkan, the new low-level Graphics and Compute API by Khronos. After a long OpenGL era, time has come for a new API.
Effector: мощный и быстрый стейт менеджер для любого приложения JavaScript (React / Vue / Node.js)
https://codeburst.io/effector-state-manager-6ee2e72e8e0b
https://codeburst.io/effector-state-manager-6ee2e72e8e0b
Medium
Effector: powerful and fast 5kb state manager
Effector is a state manager for any JavaScript app (React/Vue/Node.js). It allows you to manage data in complex applications without the…
Как ускорить работу сайта с помощью тега Link
https://www.hongkiat.com/blog/html-resource-hints-speed-up-websites/
https://www.hongkiat.com/blog/html-resource-hints-speed-up-websites/
Hongkiat
How to Speed Up Website With <LINK> Tag - Hongkiat
Editor's note: This article is part of our Code Optimization series, where we take a look at how to optimize coding for better efficiency in a bid to be
Добавляем push-уведомления в Firebase Cloud Messaging для веб приложений на React
https://codeburst.io/how-to-add-push-notifications-on-firebase-cloud-messaging-to-react-web-app-de7c6f04c920
https://codeburst.io/how-to-add-push-notifications-on-firebase-cloud-messaging-to-react-web-app-de7c6f04c920
Medium
How to Add Push-Notifications on Firebase Cloud Messaging to React Web App
We will create an MVP of an app on React that will receive push notifications by using Firebase Cloud Messaging (even in the background…
▶️ Работа с Google Sheets из Node.js - полезное видео, которое как минимум поможет разобратсья с аутентификацией при подключении к сервисам Google
https://www.youtube.com/watch?v=UGN6EUi4Yio
https://www.youtube.com/watch?v=UGN6EUi4Yio
YouTube
Google Sheets and JavaScript with Node.js
If you’d like to use the data in your Google Sheets projects from your Node applications, this is the guide for you.
We’ll use the google-spreadsheet module (https://www.npmjs.com/package/google-spreadsheet) by Theo Ephraim (https://twitter.com/theozero)…
We’ll use the google-spreadsheet module (https://www.npmjs.com/package/google-spreadsheet) by Theo Ephraim (https://twitter.com/theozero)…