Apache

How To Structure a Terraform Project — step-by-step Web Servers tutorial on Progressive Robot

How To Structure a Terraform Project

Structuring Terraform projects appropriately according to their use cases and perceived complexity is essential to ensure their maintainability and extensibility in day-to-day operations. In this tutorial, you’ll learn about structuring Terraform projects according to their general purpose and complexity. Then, you’ll create a project with a simple structure using the more common features of Terraform: variables, locals, data sources, and provisioners.

Read more
Introduction to Kafka — step-by-step Web Servers tutorial on Progressive Robot

Introduction to Kafka

In this tutorial, you’ll learn how to set up Apache Kafka, create and delete topics, and send and receive events using the provided scripts. You’ll also learn about similar projects with the same purpose, and how Kafka compares.

Read more
Como configurar Apache Virtual Hosts no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar Apache Virtual Hosts no Ubuntu 16.04

O servidor web Apache é a forma mais popular de servir conteúdo web na Internet. Ele representa mais da metade de todos os websites ativos na Internet e é extremamente poderoso e flexível. O Apache divide suas funcionalidades e componentes em unidades individuais que podem…

Read more
Como Instalar o Servidor Web Apache no CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Servidor Web Apache no CentOS 7

O servidor HTTP Apache é o servidor web mais utilizado no mundo. Ele fornece muitos recursos poderosos incluindo módulos dinamicamente carregáveis, suporte robusto a mídia, e integração extensiva com outros softwares populares. Neste guia, você…

Read more
CHAT