Databases

How To Use Indexes in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Use Indexes in MongoDB

Indexes are one of the most essential tools the database administrator can use to consciously aid the database engine and improve its performance. In this tutorial, you’ll learn what indexes are, how to create them and check if they are used when querying the database.

Read more
Next.js Authentication — step-by-step Databases tutorial on Progressive Robot

Next.js Authentication

Learn how to authenticate your Next.js apps using NextAuth.js, an open source authentication tool that’s flexible, easy to use, and secure, while using Postgres as your database.

Read more
Deploying MongoDB With Redundancy — step-by-step Databases tutorial on Progressive Robot

Deploying MongoDB With Redundancy

Part of a series of conceptual articles outlining security best practices in MongoDB, this guide highlights the importance of regularly creating backups of your Mongo data and highlights the document database’s built-in replication features.

Read more
How To Implement Caching in Node.js Using Redis — step-by-step Databases tutorial on Progressive Robot

How To Implement Caching in Node.js Using Redis

Redis is an in-memory database that stores data in the server memory and a popular tool to cache data. You can connect to Redis in Node.js using the node-redis module, which gives you methods to retrieve and store data in Redis. You’ll build an Express app to retrieve data from a RESTful API using the axios module, modifying the app to store the data in Redis using the node-redis module. You will also use Express middleware to cache data.

Read more
Como Gerenciar um Banco de Dados SQL — step-by-step Databases tutorial on Progressive Robot

Como Gerenciar um Banco de Dados SQL

Os bancos de dados SQL vĂŞm instalados com todos os comandos necessários para adicionar, modificar, excluir e consultar seus dados. Este guia de consulta rápida fornece uma referĂŞncia para alguns dos comandos SQL mais usados. **Como…

Read more
CHAT