© 2023 Hashnode
#databases
The last couple years have seen the rise of third party database providers, Database as a Service (DBaaS). Instead of hosting your database on the same box as your primary application server, develope…
As an Infrastructure-as-Code (IaC) tool, Terraform allows you to programmatically build, modify, and provision cloud infrastructure. AWS Relational Database Service (RDS) is a service that offers scal…
The practice of temporarily keeping copies of web content, such as web pages, photos, and videos, on servers that are closer to users is known as caching. We temporarily store frequently accessed web pages or data, so that when the user ask…
What is SurrealDB: SurrealDB is an open-source NewSQL that simplifies the database and API stack, making it easier and faster to develop secure and performant applications. Written in Rust, this cloud…
As a Java developer, one of the critical decisions you need to make when building an application is choosing the right database. The database you select plays a crucial role in the performance, scalab…
Introduction When it comes to designing and managing database schemas, QuickDBD (Quick Database Diagrams) stands out as a powerful and efficient tool. It's a free online browser-based diagramming tool…
Most developers, when they hear the name Redis, they automatically think about cache. That's true, but handling the cache and being in front of another database like MySQL or PostgreSQL it's not the o…
Data validation is an essential part of web application development. Clean data, usually collected through forms, is an essential backbone of enterprise IT. And whether you are a developer building a …
Introduction Hi, folks. In today's data-driven world, where the volume and velocity of information continue to grow exponentially, To design a database handling a million rows. There are multiple ways…
Introduction In the previous article, we delved into the world of database storage, specifically focusing on disk-oriented DBMS and how tuples are stored within pages using different approaches such a…