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.
The Futility of Benchmarks

The Futility of Benchmarks

6
Comments
7 min read
Local Data Persistence - UserDefaults (Basic)

Local Data Persistence - UserDefaults (Basic)

5
Comments
4 min read
AWS Database Services Fundamentos

AWS Database Services Fundamentos

5
Comments
8 min read
AWS Database Services Fundamentals

AWS Database Services Fundamentals

8
Comments
6 min read
The Entropy of States

The Entropy of States

38
Comments 1
4 min read
why use model.findOne({})??

why use model.findOne({})??

2
Comments
2 min read
🚀 The Missing SQL Basics Crash Course

🚀 The Missing SQL Basics Crash Course

116
Comments 11
12 min read
Hindsight 20/20: Querying Any Point in Time

Hindsight 20/20: Querying Any Point in Time

5
Comments
2 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) !!

211
Comments 1
1 min read
Building Microservices using Spring Boot + HarperDB and Deploying it on AWS

Building Microservices using Spring Boot + HarperDB and Deploying it on AWS

28
Comments
15 min read
What is horizontal and vertical scaling?

What is horizontal and vertical scaling?

9
Comments
2 min read
JWT App - Email Token Registration and Reset Password

JWT App - Email Token Registration and Reset Password

10
Comments
6 min read
Modernizing Amazon database infrastructure - migrating from Oracle to AWS | AWS White Paper Summary

Modernizing Amazon database infrastructure - migrating from Oracle to AWS | AWS White Paper Summary

13
Comments
13 min read
Nebula Operator Kind, oneliner installer for Nebula K8s Operator Playground

Nebula Operator Kind, oneliner installer for Nebula K8s Operator Playground

6
Comments
1 min read
Database-driven realtime architectures: building a serverless and editable chat app - Part 1

Database-driven realtime architectures: building a serverless and editable chat app - Part 1

63
Comments
9 min read
Pull up socials and more from a single email: Kelvin Data API Introduction

Pull up socials and more from a single email: Kelvin Data API Introduction

6
Comments
3 min read
Snowflake Vs BigQuery — Two Cloud Data Warehouses Of Many

Snowflake Vs BigQuery — Two Cloud Data Warehouses Of Many

12
Comments 2
6 min read
In 7 lines of node.js - you can turn any database into Airtable like spreadsheet using NocoDB!

In 7 lines of node.js - you can turn any database into Airtable like spreadsheet using NocoDB!

98
Comments 5
2 min read
Proyección nativa en Neo4j

Proyección nativa en Neo4j

3
Comments
1 min read
How To Fix Slow MariaDB Replication Lag

How To Fix Slow MariaDB Replication Lag

6
Comments
2 min read
A Strange Request

A Strange Request

31
Comments 2
14 min read
Update an object in nested array in MongoDB

Update an object in nested array in MongoDB

20
Comments 6
2 min read
Bulk load into PostgreSQL / YugabyteDB - psycopg2

Bulk load into PostgreSQL / YugabyteDB - psycopg2

6
Comments
4 min read
Uploading files in a React/Rails App using Active Storage

Uploading files in a React/Rails App using Active Storage

23
Comments
4 min read
The cost and benefit of synchronous replication in PostgreSQL and YugabyteDB

The cost and benefit of synchronous replication in PostgreSQL and YugabyteDB

5
Comments
8 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! 🎃

221
Comments 17
5 min read
FAQ: blockchain technology in bSQL

FAQ: blockchain technology in bSQL

2
Comments
2 min read
Should I use SQLite, PostgreSQL, or MySQL?

Should I use SQLite, PostgreSQL, or MySQL?

169
Comments 26
5 min read
CMS for Firebase and Firestore

CMS for Firebase and Firestore

12
Comments 2
4 min read
Install Oracle 12C with Docker

Install Oracle 12C with Docker

12
Comments 1
1 min read
SQL - Resumo para iniciantes

SQL - Resumo para iniciantes

2
Comments
4 min read
Django Custom Model Field - Positive Decimal Field

Django Custom Model Field - Positive Decimal Field

5
Comments
3 min read
VSCode-nGQL, nGQL extension for VSCode

VSCode-nGQL, nGQL extension for VSCode

4
Comments
1 min read
Usando a Biblioteca Exposed

Usando a Biblioteca Exposed

15
Comments
7 min read
SQL Lock to give you shock

SQL Lock to give you shock

3
Comments
2 min read
Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 7

Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 7

4
Comments
6 min read
Multi-Stage Database Migration In .NET CORE

Multi-Stage Database Migration In .NET CORE

5
Comments 1
6 min read
Models' Relationship In Django

Models' Relationship In Django

27
Comments 3
4 min read
Spring Data — Transactional Caveats

Spring Data — Transactional Caveats

20
Comments 3
5 min read
Suggested databases for logging client app data

Suggested databases for logging client app data

2
Comments 1
1 min read
How browsers handle authentication?

How browsers handle authentication?

24
Comments
3 min read
Get Paid To Train Magic

Get Paid To Train Magic

2
Comments
3 min read
Making SQLite Easy with Codesphere!

Making SQLite Easy with Codesphere!

13
Comments
2 min read
Schemaless SQL database for strong and lasting back end

Schemaless SQL database for strong and lasting back end

10
Comments
2 min read
Relational VS Non Relational Databases

Relational VS Non Relational Databases

8
Comments
2 min read
Ecosystem Tools: Nebula Graph Dashboard for Monitoring

Ecosystem Tools: Nebula Graph Dashboard for Monitoring

4
Comments
3 min read
Nebula Graph Source Code Explained: RBO

Nebula Graph Source Code Explained: RBO

3
Comments
5 min read
Use relational database as document database: get the best of both worlds

Use relational database as document database: get the best of both worlds

5
Comments 2
2 min read
Basic Redis Commands

Basic Redis Commands

6
Comments
2 min read
when you have millions of insert statements in a file...

when you have millions of insert statements in a file...

28
Comments
6 min read
How to Create Simple Versioning In your Database Using Fauna's Temporality Feature

How to Create Simple Versioning In your Database Using Fauna's Temporality Feature

7
Comments 2
8 min read
เริ่มต้นใช้งาน Amazon RDS บน Graviton2 เพื่อเพิ่มประสิทธิภาพในราคาที่ถูกลง

เริ่มต้นใช้งาน Amazon RDS บน Graviton2 เพื่อเพิ่มประสิทธิภาพในราคาที่ถูกลง

7
Comments 3
5 min read
Enhance local development experience using the Azure Cosmos DB Linux emulator and VS Code

Enhance local development experience using the Azure Cosmos DB Linux emulator and VS Code

7
Comments
3 min read
Build a basic key-value store

Build a basic key-value store

2
Comments
3 min read
A framework for comparing database latency

A framework for comparing database latency

2
Comments
9 min read
Relational DBMS explained

Relational DBMS explained

3
Comments
5 min read
What does CRUD stand for in programming

What does CRUD stand for in programming

12
Comments 3
2 min read
Hacking on Couchbase

Hacking on Couchbase

8
Comments
1 min read
Oracle DBA Life vs DevOps Engineer Life...

Oracle DBA Life vs DevOps Engineer Life...

4
Comments
1 min read
Google Tools that you should use

Google Tools that you should use

8
Comments
2 min read
loading...