Cloud Computing

How To Set Up the Eclipse Theia Cloud IDE Platform on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on Debian 10

Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. In this tutorial, you’ll deploy Eclipse Theia to your Debian 10 server using Docker Compose, a container orchestration tool. You’ll expose it at your domain using nginx-proxy, an automated system for Docker that simplifies the process of configuring Nginx to serve as a reverse proxy for a container.

Read more
What is Platform as a Service (PaaS)? — step-by-step DevOps tutorial on Progressive Robot

What is Platform as a Service (PaaS)?

Platform as a Service (PaaS) is a category of cloud computing in which the underlying infrastructure (such as the operating system and other software) is installed, configured, and maintained by the provider, allowing users to focus their efforts on developing and deploying apps in a tested and standardized environment.

Read more
Building a Custom Terraform Module — step-by-step Devops tutorial on Progressive Robot

Building a Custom Terraform Module

Learn how to create a Terraform module for setting up multiple Droplets behind a Load Balancer. Use the `for_each` and `count` features of HCL to deploy multiple instances. Improve infrastructure management and scalability with Terraform.

Read more
CHAT