Applications

Como Instalar e Proteger o phpMyAdmin no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Proteger o phpMyAdmin no Ubuntu 16.04

Enquanto muitos usuários precisam da funcionalidade de um sistema de gerenciamento de banco de dados como o MySQL, eles podem não se sentir confortáveis interagindo com o sistema unicamente a partir do prompt do MySQL. O phpMyAdmin foi criado para que os usuários possam…

Read more
Cómo instalar y configurar ownCloud en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar y configurar ownCloud en Ubuntu 18.04

ownCloud es un servidor de intercambio de archivos de código abierto y una plataforma de colaboración que puede almacenar su contenido personal, como documentos e imágenes, en una ubicación centralizada. Esto le permite tener el control de su contenido y de la seguridad, al no…

Read more
How To Create Your First Visual Studio Code Extension — step-by-step DevOps tutorial on Progressive Robot

How To Create Your First Visual Studio Code Extension

Visual Studio Code is a code editor from Microsoft available on Windows, Linux, and macOS. It offers extensions that you can install through the Visual Studio Code MarketPlace for additional features in your editor. When you can’t find an extension that does exactly what you need, it is possible to create your own. In this article, you’ll create your first Visual Studio Code extension.

Read more
Deploying an Express Application on a Kubernetes Cluster — step-by-step Kubernetes tutorial on Progressive Robot

Deploying an Express Application on a Kubernetes Cluster

In this tutorial, you will build an example Express application and test it locally on your development machine. Then, you will containerize your application with Docker, deploy it to a Kubernetes cluster, and create a load balancer that serves as a public access point to your application.

Read more
How To Build an Inspirational Quote Application Using AdonisJs and MySQL — step-by-step Databases tutorial on Progressive Robot

How To Build an Inspirational Quote Application Using AdonisJs and MySQL

In this tutorial, you’ll build an application with AdonisJs using the CLI. You’ll create routes, controllers, models, and views within your application and you’ll carry out form validations. The example in this tutorial will be an inspirational quote application in which a user can sign up and log in to create an inspirational quote. This demo application will give you the opportunity to carry out CRUD (Create, Read, Update, and Delete) operations.

Read more
CHAT