PostgreSQL Database DevOps PostgreSQL DB Data Replication Learn to setup Postgres DB data replication and ensure high availability of your Postgres instances.
Database Security The Perils of Storing Passwords in Databases: A Security Nightmare Enhance your database security with password storage methods like plain text, encryption, hashing, and more. protect your data!
prisma Database Engineering Pulse: Real-Time Applications with Prisma's Pulse CDC Service in Nest.js Pulse, a managed Change Data Capture (CDC) service by Prisma, streamlines the development of real-time applications in Nest.js with type-safe event handling via Prisma Client.
MongoDB Database Architecture MongoDB Race Conditions: Part 2 - The Solution In this part, we will identify the Race Condition that occurred in the previous article and fix it with a few changes in code.
MongoDB Database Architecture MongoDB Race Conditions: Part 1 - The Problem Race conditions can occur in MongoDB because of bad queries. We will learn how to recreate and troubleshoot these conditions whenever they appear.
MongoDB Database Architecture Database Indexing in MongoDB Indexes are used to quickly locate data without having to search every row in a database table every time a database table is accessed. I will be explaining its use via MongoDB-Compass.