#databases
Read more stories on Hashnode
Articles with this tag
The basics of designing APIs. · Introduction Imagine the Twitter API. You can use it to post, get, and even delete tweets. The Twitter API is an example...
Meaning of ACID The well-known acronym ACID stands for Atomicity, Consistency, Isolation, and Durability. These are the properties that a transaction...
Why is leader election important and complicated? · Introduction In the world of distributed systems, it's important to keep everything running smoothly,...
Introduction In the world of databases, we don't just have SQL or NoSQL databases. Specialized storages exist for different use cases. Blob...
Understanding the Basics At its core, a relational database organizes data into tables, which consist of rows and columns. Each row represents a...
Introduction Databases store data on servers, which can be any computer, including yours. The reliability of data storage, especially in events like...