## about this topic
The database is where a system’s real value lives: the data. This hub concentrates the CodeCrush articles on storage and modelling — relational databases such as MySQL and PostgreSQL, NoSQL alternatives, the SQL language, modelling best practices and the trade-offs that decide which database fits which application. The guides explain concepts such as transactions, indexes, normalisation and replication with practical examples, and connect the theory to real corporate use: performance, scalability and integrity in systems that cannot go down. If you work with data — as a backend developer, an analyst or a DBA — this is your starting point.
## all articles
Articles about Databases
- Infrastructure and DevOps
MySQL: the relational database of the modern web
MySQL is the most used open source RDBMS on the web and the 2nd most popular database in the world (DB-Engines, 2026), the base of sites, e-commerce and SaaS.
Read article
Henrico - Infrastructure and DevOps
How to integrate MongoDB with Next.js: a step-by-step tutorial
Learn to integrate MongoDB with Next.js using the official with-mongodb example: create the app, configure MONGODB_URI, and deploy to Vercel.
Read article
Henrico - Infrastructure and DevOps
Data Warehouse: what it is, architecture and how it works
A Data Warehouse is a central repository that integrates data from several sources for historical analysis, reporting and decision support via ETL and BI.
Read article
Renata - Technology and Innovation
What is blockchain and how does it work?
Blockchain is a distributed and immutable ledger that stores transactions in blocks chained by cryptography and validated by consensus, without intermediaries.
Read article
Henrico