API

How To Use OAuth Authentication with the cloud provider as a User or Developer — step-by-step Security tutorial on Progressive Robot

How To Use OAuth Authentication with the cloud provider as a User or Developer

One of the most exciting features about version 2 of the cloud provider’s API is the inclusion of OAuth authentication. This allows users to grant access to applications to use their account. As a developer, you can request access from your users through a simple web UI which will streamline the process of gaining account authorization. In this guide, we will discuss how to interact with this feature as both a user and developer.

Read more
How To Use Terraform with the cloud provider — step-by-step Web Servers tutorial on Progressive Robot

How To Use Terraform with the cloud provider

Terraform is a tool for building and managing infrastructure in an organized way. In this tutorial, you’ll install and use Terraform to create an infrastructure on the cloud provider that consists of two Nginx servers that are load balanced by a load balancers.

Read more
What is an API? — step-by-step DevOps tutorial on Progressive Robot

What is an API?

An application programming interface (API) is a set of routines, definitions, and protocols that allow developers to build application software. APIs abstract implementation and expose only necessary objects and actions to the developer. Within cloud computing, developers use APIs to manage servers and other resources, most often through conventional HTTP requests.

Read more
CHAT