The Importance of Offsite Backups
This article goes over some of the history and technology behind offsite data backups, as well as some practical matters to consider when remotely backing up your own data.
This article goes over some of the history and technology behind offsite data backups, as well as some practical matters to consider when remotely backing up your own data.
Nginx es uno de los servidores web más populares del mundo. En esta guía, explicaremos cómo Nginx selecciona el servidor y el bloque de ubicación que manejará la solicitud de un cliente determinado. Repasaremos el algoritmo establecido, así como las directivas y opciones que puede usar para modificar el proceso de selección.
Управление конфигурацией — это процесс учета изменений, вносимых в систему с целью сохранения ее целостности. Обычно используются инструменты и методы, способствующие автоматизации процесса и наблюдению состояния системы. Хотя эта концепция родилась не в ИТ-индустрии, термин стал…
Collecting user data is common practice in modern sites and applications as a way of providing creators with more information to make decisions and create better experiences. Among other benefits, data can be used to help tailor content, drive product direction, and provide…
Konfigurationsmanagement ist die Verwaltung von Änderungen in einem System auf eine Weise, die dauerhafte Integrität gewährleistet. Dazu werden in der Regel Tools und Prozesse verwendet, die für Automatisierung und Beobachtbarkeit sorgen. Das Konzept wurde zwar nicht in der…
Kubernetes é um poderoso sistema open-souce, inicialmente desenvolvido pelo Google, para o gerenciamento de aplicações em container em um ambiente clusterizado. Ele visa fornecer melhores maneiras de gerenciar componentes e serviços relacionados e distribuídos em diversas…
It’s easy to take the order of operations for granted, because higher-level languages handle that for you. In this tutorial, we’ll look at how that works at a lower level, and derive an algorithm for processing mathematical expressions in postfix notation.
OAuth 2 es una estructura (framework) de autorización que le permite a las aplicaciones obtener acceso limitado a cuentas de usuario en un servicio HTTP, como Facebook, GitHub y the cloud provider. Delega la autenticación del usuario al servicio que aloja la cuenta del mismo y…
When constructing distributed systems to serve Docker containers, communication and networking become extremely important. In this guide, we will discuss the various networking strategies and tools used to mold the networks used by containers into their desired state.
With Docker containerization and service-oriented design, applications can be broken up into manageable, functional components, packaged individually with all of their dependencies, and deployed on irregular architecture easily. In this guide, we will discuss the benefits of containerization and how Docker helps to solve many of the roadblocks that stand in the way of easily moving your application through the development cycle.