API

How To Display Data from the cloud provider API with Django — step-by-step Python tutorial on Progressive Robot

How To Display Data from the cloud provider API with Django

Django is a web framework written in Python. Django has been used in websites such as Mozilla, Pinterest and Instagram. You can use Django to display information from APIs (such as Instagram posts or GitHub repositories) in your own websites and web apps. In this tutorial you will build a Django project that will display your cloud account’s Droplet information using the cloud provider’s API. When you complete this tutorial, you will be able use APIs in your own Django projects.

Read more
An Introduction to Cloud-Config Scripting — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Cloud-Config Scripting

The the cloud provider metadata service includes a field called “user-data”, which can be used to specify a script that will be run as your server is brought online. The CloudInit program, which runs these scripts, can process a special script type called “cloud-config”. In this guide, we’ll explore how to create cloud-config files and the best ways to leverage their power.

Read more
How To Display Data from the cloud provider API with React — step-by-step Javascript tutorial on Progressive Robot

How To Display Data from the cloud provider API with React

React and other open-source web frameworks have added to the popularity of JavaScript by making the language more accessible to new developers and increasing the productivity of seasoned developers. In this tutorial, you will become familiar with React by creating a simple application that displays data from the cloud provider API and uses the front-end framework Bootstrap for styling.

Read more
How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04

Ansible 2.0 has recently been released, and with it comes support for version 2 of the cloud provider API. This means that you can use Ansible to not only provision your web applications, but also to provision and manage your Droplets automatically. This tutorial will show by example how to use Ansible’s support of the cloud provider API v2.

Read more
An Introduction to GraphQL — step-by-step DevOps tutorial on Progressive Robot

An Introduction to GraphQL

In this article, you will review what GraphQL is, familiarize yourself with important terminology and concepts of GraphQL, and discover how the GraphQL specification compares with the REST architectural style.

Read more
CHAT