The best resources to understand
Database
To store, sort, and manipulate data
No statistics to display
A database is an organized system for storing and managing information, enabling data to be structured, searched, and manipulated efficiently, with various technologies such as relational databases (SQL) and non-relational databases (NoSQL).
The best UI client for Redis on Windows, Mac, and Linux
Published on 18/08/2025
Redis Insight is the official client for exploring and managing your Redis databases on Windows, mac...
Learning how to return JSON with SQL Server
Published on 28/10/2024
Sometimes, returning rows from your SQL Server database isn't enough, and JSON is the best solution!
# Understanding the CAP Theorem in 2 Minutes
Published on 08/04/2024
Also known as "Brewer's theorem" after its author's name, the CAP theorem is essential to know when ...
How do you sort results by multiple columns in SQL?
Published on 04/12/2023
Need to sort data by multiple fields in SQL? It's possible with ORDER BY!