Сравнение решения AWS, Azure и Google Cloud Backup. В этой статье мы углубимся в различные характеристики основных облачных сервисов для целей резервного копирования.
https://www.sitepoint.com/aws-azure-google-cloud-backup-solutions-compared/
https://www.sitepoint.com/aws-azure-google-cloud-backup-solutions-compared/
Sitepoint
AWS, Azure & Google Cloud Backup Solutions Compared - SitePoint
In this article, we're going to dig deep into various characteristics of the major cloud services for backup purposes. We'll primarily focus on the top three cloud platforms - Google, Azure and AWS.
Reducer в Redux похож на кофеварку.
https://codeburst.io/redux-reducers-are-coffee-makers-8a78dd8bb7a0
https://codeburst.io/redux-reducers-are-coffee-makers-8a78dd8bb7a0
Практические мини-проекты, которые вы могли бы создать с помощью Node
https://nodeweekly.com/link/53733/web
https://nodeweekly.com/link/53733/web
YouTube
Practical Mini-Projects in Node.js - Umar Hansa
This talk presents Node.js in a different light, rather than using it as just a web server, let's have a high-level look at how to build the following in Node:
* A web scraper
* A workflow manager to automate repetitive tasks
* A large CSV data parser
* An…
* A web scraper
* A workflow manager to automate repetitive tasks
* A large CSV data parser
* An…
10 шагов для оптимизации производительности сайта WordPress.
https://www.sitepoint.com/optimize-wordpress-sites-performance/
https://www.sitepoint.com/optimize-wordpress-sites-performance/
Sitepoint
10 Steps for Optimizing WordPress Site Performance - SitePoint
Having a fast site is important for your visitors and search results. How do you achieve that? Adrian Try lists the steps that will make a difference.
Параллельное программирование на Python - это не то, что вы думаете.
https://codeburst.io/concurrent-programming-in-python-is-not-what-you-think-it-is-efb65fed77d9
https://codeburst.io/concurrent-programming-in-python-is-not-what-you-think-it-is-efb65fed77d9
Medium
Concurrent Programming in Python is not what you think it is.
In this article, I will first walk you through the distinction between concurrent programming and parallel execution, discuss about Python…
Знакомство с модулем child_process в Node. Как вызывать такие вещи, как git, cpp, sh и т. д. из Node.
https://nodeweekly.com/link/53732/web
https://nodeweekly.com/link/53732/web
Простой справочник по темам WordPress для начинающих
https://www.sitepoint.com/wordpress-starter-themes-guide/
https://www.sitepoint.com/wordpress-starter-themes-guide/
Топ-5 рассылок для разработчиков.
https://codeburst.io/my-top-5-newsletters-for-developers-2233e4f726f1
https://codeburst.io/my-top-5-newsletters-for-developers-2233e4f726f1
PM2 3.2: Node-Powered Process Manager - посмотрите, что нового в популярном диспетчере процессов
https://nodeweekly.com/link/53723/web
https://nodeweekly.com/link/53723/web
Создание простого API сервиса с помощью Express и GraphQL
https://www.sitepoint.com/build-a-simple-api-service-with-express-and-graphql/
https://www.sitepoint.com/build-a-simple-api-service-with-express-and-graphql/
Sitepoint
Build a Simple API Service with Express and GraphQL - SitePoint
GraphQL has become an immensely popular alternative to REST APIs. The flexibility you get from using GraphQL makes it easier for developers to get any information they need for an app. That gives you the feel of a very customized API and can help cut down…
Создайте простой API REST с помощью Node и OAuth 2.0.
https://www.sitepoint.com/build-a-simple-rest-api-with-node-and-oauth-2-0/
https://www.sitepoint.com/build-a-simple-rest-api-with-node-and-oauth-2-0/
Sitepoint
Build a Simple REST API with Node and OAuth 2.0 - SitePoint
<p class="wp-special"><em>This article was originally published on <a href="https://developer.okta.com/blog/2018/08/21/build-secure-rest-api-with-node" rel="nofollow">the Okta developer blog</a>. Thank you for supporting the partners who make
Создание горизонтально прокручивающихся контейнеров в нужном направлении
http://www.webdesignernews.com/redirect/id/2304137
http://www.webdesignernews.com/redirect/id/2304137
Отладка и оптимизация CSS: инструменты для разработчиков на основе браузера - Chrome, Safari, Firefox и Microsoft Edge
https://www.sitepoint.com/css-debugging-and-optimization-browser-based-developer-tools/
https://www.sitepoint.com/css-debugging-and-optimization-browser-based-developer-tools/
Sitepoint
CSS Debugging and Optimization: Browser-based Developer Tools - SitePoint
In this series on troubleshooting and optimizing your CSS, Tiffany Brown delves into the browser-based developer tools for Chrome, Safari, Firefox, and Microsoft Edge, covering the styles panel, cascade and inheritance problems, spotting invalid properties…
Построение React Native проектов с Native Code: часть 1
https://codeburst.io/building-react-native-projects-with-native-code-part-1-311a094bdb94
https://codeburst.io/building-react-native-projects-with-native-code-part-1-311a094bdb94
Добавление пользовательских routes в WordPress REST API
https://www.sitepoint.com/wordpress-rest-api-adding-custom-routes/
https://www.sitepoint.com/wordpress-rest-api-adding-custom-routes/
Создание безопасной аутентификации на Node.js с помощью Passport.js и OpenID Connect.
https://www.sitepoint.com/build-secure-node-authentication-with-passport-js-openid-connect/
https://www.sitepoint.com/build-secure-node-authentication-with-passport-js-openid-connect/
Sitepoint
Build Secure Node Authentication with Passport.js & OpenID Connect - SitePoint
We walk through using an identity provider with the generic passport-openidconnect package to build secure Node authentication and user management.