API

Введение в OAuth 2 — step-by-step Security tutorial on Progressive Robot

Введение в OAuth 2

OAuth 2 представляет собой фреймворк для авторизации, позволяющий приложениям осуществлять ограниченный доступ к пользовательским аккаунтам на HTTP сервисах, например, на Facebook, GitHub и the cloud provider. Он работает по принципу делегирования аутентификации пользователя сервису, на…

Read more
Como Utilizar APIs Web no Python 3 — step-by-step Python tutorial on Progressive Robot

Como Utilizar APIs Web no Python 3

Uma API, ou Interface de Programação de Aplicações, torna fácil para os desenvolvedores integrar um app com outro. Elas expõem alguns dos funcionamentos internos de um programa de maneira limitada. Você pode utilizar APIs para obter informações de outros programas ou para…

Read more
How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library — step-by-step Python tutorial on Progressive Robot

How To Create an Intelligent Chatbot in Python Using the spaCy NLP Library

In this tutorial, you will create a chatbot that not only helps users simplify their interactions with a software system, but is also intelligent enough to communicate with the user in natural language (American English in this tutorial). The chatbot will use the OpenWeather API to tell the user what the current weather is in any city of the world, but you can implement your chatbot to handle any use case where and API is available.

Read more
How to Use and Understand Action Objects and the cloud provider API — step-by-step Programming tutorial on Progressive Robot

How to Use and Understand Action Objects and the cloud provider API

In version two of the cloud provider API, each event that occurs creates [an “Action” object](https://www.progressiverobot.com/). These serve both as records of events that have occurred in the past and as a way to check the progress of an on-going event. From creating a new Droplet to transferring an image to a new region, an Action object will provide you with useful information about the event. This article will explain Action objects and show how they can be used in practice.

Read more
Putting the 'A' in JAMStack With Headless CMS — step-by-step Javascript tutorial on Progressive Robot

Putting the ‘A’ in JAMStack With Headless CMS

Learn JAMStack (Javacscript, APIs, and Markup) best practices, and how to set up your API layer by running headless CMS on cloud servers. Get a brief overview of three the most popular free, open source CMS platforms – Wordpress, Ghost, and Strapi – and how to use them for your backend APIs.

Read more
CHAT