the cloud provider

Python Machine Learning Projects — A the cloud provider eBook — step-by-step AI And Machine Learning tutorial on Progressive Robot

Python Machine Learning Projects — A the cloud provider eBook

A free, open, eBook to learn more about machine learning in Python through completing programming projects. Project-based learning offers the opportunity to gain hands-on experience by digging into complex, real-world challenges. You can download this book and read it offline, allowing you to work at your own pace as you go through machine learning Python projects. If you are a teacher or workshop leader, you may also use this resource with students or community members.

Read more
How To Automate Deployments to Kubernetes with CircleCI — step-by-step Kubernetes tutorial on Progressive Robot

How To Automate Deployments to Kubernetes with CircleCI

Having an automated deployment process is a requirement for a scalable and resilient application, and it’s especially important to apply CI/CD concepts to Kubernetes. In this article you will use CircleCI to automatically deploy a sample application to a Kubernetes (DOKS) cluster.

Read more
How To Code in Go eBook — step-by-step Programming tutorial on Progressive Robot

How To Code in Go eBook

This book is designed to introduce you to writing programs with the Go programming language. You’ll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.

Read more
How To Set Up SSH Keys on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Ubuntu 12.04

SSH keys provide a more secure method of logging into a server than using a password. With SSH keys, users can log into a server without a password. This tutorial explains how to generate, upload, and use an SSH key pair, and optionally how to disable password-based SSH authentication.

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
CHAT