Cloud Computing

Настройка облачной IDE-платформы Eclipse Theia на Ubuntu 18.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Настройка облачной IDE-платформы Eclipse Theia на Ubuntu 18.04 [Краткое руководство]

Eclipse Theia — это расширяемая облачная IDE, запущенная на удаленном сервере и доступная в браузере. Внешне она выглядит и работает наподобие Microsoft Visual Studio Code. Отличие Eclipse Theia от других облачных IDE…

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

What is Software as a Service (SaaS)?

Software as a Service (SaaS) is a category of cloud computing in which software is provided as a product over the internet. With SaaS, users have access to software provided by third party vendors, though they are not in charge of the production, maintenance, or modification of that software.

Read more
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
How To Set Up the Eclipse Theia Cloud IDE Platform on Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on Ubuntu 18.04 [Quickstart]

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 Ubuntu 18.04 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
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