DEV Community

Database

Posts on building, using, and learning about databases.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Postgres Is Underrated—It Handles More than You Think

Postgres Is Underrated—It Handles More than You Think

Reactions 948 Comments 46
9 min read
SQL concepts from A to Z

SQL concepts from A to Z

Reactions 861 Comments 20
14 min read
Announcing the Redis Hackathon on DEV!

Announcing the Redis Hackathon on DEV!

Reactions 809 Comments 88
10 min read
Back-end Developers RoadMap❤

Back-end Developers RoadMap❤

Reactions 710 Comments 10
2 min read
11 Of The Best Engineering Blogs To Inspire You

11 Of The Best Engineering Blogs To Inspire You

Reactions 522 Comments 12
4 min read
The Comprehensive Sequelize Cheatsheet

The Comprehensive Sequelize Cheatsheet

Reactions 445 Comments 12
12 min read
What your interviewer really wants to know

What your interviewer really wants to know

Reactions 391 Comments 13
8 min read
From 15,000 database connections to under 100: DigitalOcean's tale of tech debt

From 15,000 database connections to under 100: DigitalOcean's tale of tech debt

Reactions 374 Comments 20
7 min read
How to Use Google Sheets as a Database (Responsibly)

How to Use Google Sheets as a Database (Responsibly)

Reactions 373 Comments 21
7 min read
1 SQL Query You Should Stop Using

1 SQL Query You Should Stop Using

Reactions 368 Comments 43
3 min read
How to set up a free PostgreSQL database on Heroku

How to set up a free PostgreSQL database on Heroku

Reactions 364 Comments 13
3 min read
Design DB schema and generate SQL code with dbdiagram.io

Design DB schema and generate SQL code with dbdiagram.io

Reactions 356 Comments 4
9 min read
Everything you need to know about (Relational) Databases

Everything you need to know about (Relational) Databases

Reactions 316 Comments 7
16 min read
Speed up your queries with indexes

Speed up your queries with indexes

Reactions 315 Comments 37
4 min read
The Ultimate Postgres vs MySQL Blog Post

The Ultimate Postgres vs MySQL Blog Post

Reactions 288 Comments 24
12 min read
Database Architectures & Use Cases - Explained

Database Architectures & Use Cases - Explained

Reactions 277 Comments 11
7 min read
Beginner's guide to Elasticsearch

Beginner's guide to Elasticsearch

Reactions 270 Comments 41
16 min read
Everything you need to know about NoSQL databases

Everything you need to know about NoSQL databases

Reactions 263 Comments 5
16 min read
HERN Stack, Comin’ In Hot

HERN Stack, Comin’ In Hot

Reactions 261 Comments 34
5 min read
The Better Way of Sending Data to the Backend

The Better Way of Sending Data to the Backend

Reactions 249 Comments 15
2 min read
How to use MongoDB locally with VS Code

How to use MongoDB locally with VS Code

Reactions 242 Comments 5
4 min read
Why I switched away from Google Firestore

Why I switched away from Google Firestore

Reactions 237 Comments 42
7 min read
What exactly is API?

What exactly is API?

Reactions 235 Comments 16
3 min read
Do you know GeoJSON ?

Do you know GeoJSON ?

Reactions 226 Comments 4
4 min read
Entity Relationship Diagrams explained by Sonic the Hedgehog

Entity Relationship Diagrams explained by Sonic the Hedgehog

Reactions 225 Comments 11
2 min read
How my open source project got angel investment from a user itself! 🎃

How my open source project got angel investment from a user itself! 🎃

Reactions 221 Comments 17
5 min read
Database 101: Data Consistency for Beginners

Database 101: Data Consistency for Beginners

Reactions 212 Comments 35
6 min read
When to choose NoSQL over SQL?

When to choose NoSQL over SQL?

Reactions 210 Comments 22
2 min read
🌱 Complete REST API with MongoDB Atlas cloud, Node, and Express in 10 minutes

🌱 Complete REST API with MongoDB Atlas cloud, Node, and Express in 10 minutes

Reactions 210 Comments 6
10 min read
How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !!

How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !!

Reactions 210 Comments 1
1 min read
Building a Database Written in Node.js from the Ground Up

Building a Database Written in Node.js from the Ground Up

Reactions 205 Comments 17
8 min read
How to Create Relationships with Mongoose and Node.JS

How to Create Relationships with Mongoose and Node.JS

Reactions 193 Comments 14
9 min read
NoSQL Database Design for E-Commerce Apps in 2021

NoSQL Database Design for E-Commerce Apps in 2021

Reactions 190 Comments
6 min read
Top 7 Resources to Learn SQL

Top 7 Resources to Learn SQL

Reactions 186 Comments 3
2 min read
Optimizing your MySQL queries

Optimizing your MySQL queries

Reactions 185 Comments 2
8 min read
Effective Database Design: Part 1

Effective Database Design: Part 1

Reactions 184 Comments 5
3 min read
Web Scraper & Data Extraction with Python | Upwork Series #1

Web Scraper & Data Extraction with Python | Upwork Series #1

Reactions 180 Comments 12
7 min read
Database GUIs in JavaScript

Database GUIs in JavaScript

Reactions 179 Comments 12
5 min read
Firestore is Stunted, So... What is the Perfect Database in 2022?

Firestore is Stunted, So... What is the Perfect Database in 2022?

Reactions 172 Comments 36
12 min read
Supabase - An OpenSource Firebase Alternative

Supabase - An OpenSource Firebase Alternative

Reactions 172 Comments 7
5 min read
Set up a free PostgreSQL database on Supabase to use with Prisma

Set up a free PostgreSQL database on Supabase to use with Prisma

Reactions 170 Comments 18
6 min read
Make websites work offline - Offline Storage. Making IndexedDB the Hero!

Make websites work offline - Offline Storage. Making IndexedDB the Hero!

Reactions 169 Comments 11
3 min read
Everything There Is to Know About Associations in Rails

Everything There Is to Know About Associations in Rails

Reactions 169 Comments 8
5 min read
Set Up a Decentralized Database with React and GunDB

Set Up a Decentralized Database with React and GunDB

Reactions 168 Comments 10
3 min read
A Quick Dive Into Firebae (Firebase)

A Quick Dive Into Firebae (Firebase)

Reactions 167 Comments 13
8 min read
Redis, Kafka or RabbitMQ: Which MicroServices Message Broker To Choose?

Redis, Kafka or RabbitMQ: Which MicroServices Message Broker To Choose?

Reactions 167 Comments 10
5 min read
Should I use SQLite, PostgreSQL, or MySQL?

Should I use SQLite, PostgreSQL, or MySQL?

Reactions 166 Comments 26
5 min read
Building a Scalable E-Commerce Data Model

Building a Scalable E-Commerce Data Model

Reactions 165 Comments 8
8 min read
A clean way to implement database transaction in Golang

A clean way to implement database transaction in Golang

Reactions 165 Comments 3
15 min read
Redis - the What, Why and How to use Redis as a primary database

Redis - the What, Why and How to use Redis as a primary database

Reactions 165 Comments 2
6 min read
How to write & run database migration in Golang

How to write & run database migration in Golang

Reactions 164 Comments 11
8 min read
Your Old Laptop Is Your New Database Server

Your Old Laptop Is Your New Database Server

Reactions 164 Comments 12
8 min read
Top 5 Online Courses to Learn SQL and Database for Beginners - Best of Lot

Top 5 Online Courses to Learn SQL and Database for Beginners - Best of Lot

Reactions 164 Comments 5
10 min read
8 New SQL Tools That Will Change How You Work in 2020

8 New SQL Tools That Will Change How You Work in 2020

Reactions 163 Comments 7
6 min read
PostgreSQL vs MongoDB

PostgreSQL vs MongoDB

Reactions 163 Comments 76
1 min read
The Resources I Wish I Had When I Learned About Databases

The Resources I Wish I Had When I Learned About Databases

Reactions 163 Comments 3
3 min read
Every SQL Join You’ll Ever Need

Every SQL Join You’ll Ever Need

Reactions 162 Comments 2
20 min read
Turning Git into an application database

Turning Git into an application database

Reactions 161 Comments 10
6 min read
Database Design Tutorial

Database Design Tutorial

Reactions 158 Comments 1
9 min read
DynamoDB Cheatsheet – Everything you need to know about Dynamo DB for the 2020 AWS Certified Developer Associate Certification

DynamoDB Cheatsheet – Everything you need to know about Dynamo DB for the 2020 AWS Certified Developer Associate Certification

Reactions 155 Comments 3
9 min read
loading...