Encrypting Your MongoDB Data
Part of a series of conceptual articles outlining security best practices in MongoDB, this guide focuses on highlighting MongoDB’s encryption features.
Part of a series of conceptual articles outlining security best practices in MongoDB, this guide focuses on highlighting MongoDB’s encryption features.
This conceptual article outlines the history of the relational model, how relational databases organize data, and how they’re used today.
Learn how to use Python and Twilio to check for birthdays and send SMS notifications.
O autor escolheu o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. O monitoramento do banco de dados é essencial para entender como o banco de dados…
При разработке приложения Ruby on Rails могут возникнуть такие задачи приложения, которые должны выполняться асинхронно. Обработка данных, массовая рассылка электронной почты, взаимодействие с внешними API и другие подобные задачи могут выполняться…
In this tutorial, you’ll build an address book API service with Node.js and use Semaphore to test, build, and deploy it to Kubernetes and the cloud provider Managed PostgreSQL.
In this tutorial we will learn how to set up PowerDNS in a master/slave configuration with automatic replication from the master DNS server to the slave. This tutorial is the second tutorial in our PowerDNS series for Ubuntu.
The phpMyAdmin tool allows users to create, store, and edit entire databases created with MySQL via a web interface. In this tutorial, you will install phpMyAdmin and use it to connect to a MySQL Managed Database cluster.
Redis is an open-source, in-memory key-value data store. Depending on the needs of your application, there may be cases where you’ve set a key but you know you will want to delete it later on after a certain amount of time has passed. This tutorial explains how to set keys to expire, check how long a key has until it will expire, and cancel a key’s expiration setting.
Justin Ellingwood escribió una versión anterior de este tutorial. Redis es un sistema de almacenamiento claves-valores en memoria conocido por su flexibilidad, su rendimiento y su soporte…