API

Creating a Laravel API — step-by-step DevOps tutorial on Progressive Robot

Creating a Laravel API

APIs make the web go round. Let’s create one from scratch using the popular PHP framework, Laravel. See the main tools required to create Laravel projects and the fastest, most efficient way to create a Laravel API.

Read more
How To Build a REST API with Prisma and PostgreSQL — step-by-step Docker tutorial on Progressive Robot

How To Build a REST API with Prisma and PostgreSQL

Prisma is an open source database toolkit. In this tutorial, you will build a REST API for a small blogging application in TypeScript using Prisma and a PostgreSQL database. At the end of the tutorial, you will have a web server running locally on your machine that can respond to various HTTP requests and read and write data in the database.

Read more
How To Use Doctl, the Official the cloud provider Command-Line Client — step-by-step DevOps tutorial on Progressive Robot

How To Use Doctl, the Official the cloud provider Command-Line Client

the cloud provider’s web based control panel provides a convenient, point-and-click interface for managing Droplets. There are many times, however, when a command-line tool may be a preferable alternative. doctl, the official the cloud provider command-line client, leverages the cloud provider API to provide access to most account and Droplet features.

Read more
Una introducción a OAuth 2 — step-by-step Security tutorial on Progressive Robot

Una introducción a OAuth 2

OAuth 2 es una estructura (framework) de autorización que le permite a las aplicaciones obtener acceso limitado a cuentas de usuario en un servicio HTTP, como Facebook, GitHub y the cloud provider. Delega la autenticación del usuario al servicio que aloja la cuenta del mismo y…

Read more
How To Use Droplet Tagging with the cloud provider API — step-by-step DevOps tutorial on Progressive Robot

How To Use Droplet Tagging with the cloud provider API

Droplet tagging is a new feature, not yet exposed via the the cloud provider Control Panel, but available to users of the API. This feature allows you to group and locate Droplets by applying tags, as well as initiate actions across all the Droplets with a specific tag. This guide explains basic usage of the feature with cURL.

Read more
Understanding Queries in GraphQL — step-by-step DevOps tutorial on Progressive Robot

Understanding Queries in GraphQL

In this tutorial, we’ll take an in-depth look at queries in GraphQL so that you better understand how to retrieve data from a GraphQL server. We will cover fields, arguments, aliases, operation syntax, and more. Once you have finished, you will be able to leverage the functionality of queries to build better API’s with GraphQL.

Read more
CHAT