Conceptual

How To Choose a Redundancy Plan To Ensure High Availability — step-by-step Databases tutorial on Progressive Robot

How To Choose a Redundancy Plan To Ensure High Availability

Redundancy is a way of reducing the impact of system failures by configuring multiple avenues to achieve the objective. If a disk, a computer, or an entire portion of the network becomes unavailable for some reason, various forms of redundancy can help mitigate the impact on your currently running systems. This will allow you to address the issue without experiencing downtime.

Read more
Understanding SQL Constraints — step-by-step DevOps tutorial on Progressive Robot

Understanding SQL Constraints

Relational database management systems allow you to control what data gets added to a table with constraints. A constraint is a special rule that applies to one or more columns — or to an entire table — that restricts what changes can be made to a table’s data. This article will go over in detail what constraints are and how they’re used in relational databases. It will also walk through each of the five constraints defined in the SQL standard and explain their respective functions.

Read more
An Introduction to Securing your Linux VPS — step-by-step Linux tutorial on Progressive Robot

An Introduction to Securing your Linux VPS

Linux security is a complex task with many different variables to consider. In this guide, we will attempt to give you a good introduction to how to secure your Linux server. We will discuss high-level concepts and areas to keep an eye on, with links to more specific advice.

Read more
Uma Introdução aos Service Meshes — step-by-step Kubernetes tutorial on Progressive Robot

Uma Introdução aos Service Meshes

Um service mesh é uma camada de infraestrutura que permite gerenciar a comunicação entre os microsserviços da sua aplicação. À medida que mais desenvolvedores trabalham com microsserviços, os service meshes evoluíram para tornar esse trabalho mais fácil e mais eficaz…

Read more
Введение в лучшие практики CI/CD — step-by-step Devops tutorial on Progressive Robot

Введение в лучшие практики CI/CD

Методика непрерывной интеграции, доставки и развертывания (CI/CD) — неотъемлемая часть современного процесса разработки, призванная снизить количество ошибок во…

Read more
Uma introdução ao OAuth 2 — step-by-step Security tutorial on Progressive Robot

Uma introdução ao OAuth 2

O OAuth 2 é uma estrutura de autorização que permite que os aplicativos obtenham acesso limitado às contas de usuários em um serviço HTTP, tal como o Facebook, GitHub, e the cloud provider. Ele funciona delegando a autenticação de usuário ao serviço que hospeda a conta do usuário, e…

Read more
CHAT