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.
Deleting database entries from Firestore

Deleting database entries from Firestore

2
Comments 1
3 min read
Data Engineering 101: Automating Your First Data Extract

Data Engineering 101: Automating Your First Data Extract

101
Comments
7 min read
Have anyone tried CouchDB, and various offline implementations (PouchDB)?

Have anyone tried CouchDB, and various offline implementations (PouchDB)?

7
Comments 2
1 min read
POST to Database Without Routing to a New Page

POST to Database Without Routing to a New Page

4
Comments
1 min read
Basic DB Using SQL Server (Part 6)

Basic DB Using SQL Server (Part 6)

6
Comments
5 min read
WE DID IT! DataStax Astra is GA

WE DID IT! DataStax Astra is GA

9
Comments 1
5 min read
Где хранить данные на вебе?

Где хранить данные на вебе?

4
Comments
2 min read
We used CosmosDB instead of a relational database, here's what we went through and learned.

We used CosmosDB instead of a relational database, here's what we went through and learned.

9
Comments 2
4 min read
Horizontal partitioning in MongoDB

Horizontal partitioning in MongoDB

8
Comments
9 min read
How to handle database versions on multiple environments

How to handle database versions on multiple environments

6
Comments
3 min read
Managing connections in PostgreSQL

Managing connections in PostgreSQL

4
Comments
1 min read
10 Key skills, to help you become a data engineer

10 Key skills, to help you become a data engineer

9
Comments
3 min read
SQL for dummies

SQL for dummies

10
Comments
5 min read
Exploring MongoDB

Exploring MongoDB

5
Comments
6 min read
Storacle - a decentralized file storage

Storacle - a decentralized file storage

7
Comments
5 min read
Prisma, un toolkit para bases de datos (¿ORM?) para TypeScript y Node.js

Prisma, un toolkit para bases de datos (¿ORM?) para TypeScript y Node.js

27
Comments 1
9 min read
SQL Plan Management: Never Worry About Slow Queries Again

SQL Plan Management: Never Worry About Slow Queries Again

5
Comments
7 min read
How to handle Database in Spring Boot

How to handle Database in Spring Boot

22
Comments
2 min read
What is the best way store column metadata in SQLite (like, is JSON or is Date)

What is the best way store column metadata in SQLite (like, is JSON or is Date)

7
Comments 6
1 min read
Make your application scalable optimizing the ORM performance

Make your application scalable optimizing the ORM performance

16
Comments
5 min read
Museria - a decentralized music storage

Museria - a decentralized music storage

5
Comments
8 min read
Azure SQL and Site Reliability

Azure SQL and Site Reliability

13
Comments
8 min read
How Library Science Helped Me Understand Databases

How Library Science Helped Me Understand Databases

20
Comments
4 min read
What is JDBC?

What is JDBC?

37
Comments 7
9 min read
Lessons I learned from my first fullstack project

Lessons I learned from my first fullstack project

47
Comments 5
5 min read
What SQLite CAN actually do

What SQLite CAN actually do

33
Comments 1
3 min read
Generating HTTP endpoints for MySQL database

Generating HTTP endpoints for MySQL database

3
Comments
1 min read
Quick and Easy, Exactly-Once, Distributed Work Queues Using Serializable Transactions

Quick and Easy, Exactly-Once, Distributed Work Queues Using Serializable Transactions

20
Comments 4
5 min read
Getting query performance stats with PostgreSQL

Getting query performance stats with PostgreSQL

23
Comments 1
6 min read
Exploring Column Families in CockroachDB

Exploring Column Families in CockroachDB

8
Comments
2 min read
Percona MongoDB Exporter for MongoDB Monitoring with SSL/TLS

Percona MongoDB Exporter for MongoDB Monitoring with SSL/TLS

8
Comments
4 min read
HTTP Explained

HTTP Explained

7
Comments
1 min read
Five industries that can make the most out of Location Intelligence

Five industries that can make the most out of Location Intelligence

4
Comments
6 min read
What redis is used for?! 10 Things You Can Do with Redis 😱

What redis is used for?! 10 Things You Can Do with Redis 😱

9
Comments 1
2 min read
How to Deploy a FoundationDB Cluster at the Edge with StackPath

How to Deploy a FoundationDB Cluster at the Edge with StackPath

7
Comments
10 min read
Database Migrations with Liquibase and Flyway

Database Migrations with Liquibase and Flyway

3
Comments
3 min read
Multi-tenancy in Laravel: Migrations, Testing, and switching tenants

Multi-tenancy in Laravel: Migrations, Testing, and switching tenants

10
Comments
1 min read
Testing Database Interactions with Jest

Testing Database Interactions with Jest

44
Comments 2
6 min read
Understanding GraphQL and its Design Principles

Understanding GraphQL and its Design Principles

43
Comments 2
2 min read
Retrieving notes from the Firestore database and displaying sorted notes

Retrieving notes from the Firestore database and displaying sorted notes

4
Comments
2 min read
Mastering Laravel Eloquent ORM - The Eloquent Journey (PART 2)

Mastering Laravel Eloquent ORM - The Eloquent Journey (PART 2)

51
Comments
8 min read
How to implement i18n in your WebApp? Part 1

How to implement i18n in your WebApp? Part 1

22
Comments
3 min read
How to Backup MySQL Databases on Ubuntu VPS Server Automatically

How to Backup MySQL Databases on Ubuntu VPS Server Automatically

8
Comments
2 min read
What makes MySQL LRU cache scan resistant

What makes MySQL LRU cache scan resistant

9
Comments
8 min read
Free database structure tool online

Free database structure tool online

6
Comments
2 min read
Connection Pooling — what and why?

Connection Pooling — what and why?

31
Comments 1
3 min read
Aerospike Modeling: User Profile Store

Aerospike Modeling: User Profile Store

11
Comments
9 min read
How To Install PostgreSQL On Windows 10

How To Install PostgreSQL On Windows 10

23
Comments
2 min read
DynamoDB Best practices in PHP

DynamoDB Best practices in PHP

10
Comments 3
4 min read
Aerospike Modeling: IoT Sensors

Aerospike Modeling: IoT Sensors

6
Comments
9 min read
Operations on Nested Data Types in Aerospike

Operations on Nested Data Types in Aerospike

5
Comments
5 min read
How to Ensure Security in Your SaaS Application

How to Ensure Security in Your SaaS Application

9
Comments
8 min read
Tutorial:Automate Weekly Sales Data Reporting

Tutorial:Automate Weekly Sales Data Reporting

21
Comments
5 min read
Sharing single mongoDB connection object in Express Application

Sharing single mongoDB connection object in Express Application

7
Comments 1
2 min read
Fake News Detection Using Python | Learn Data Science in 2020

Fake News Detection Using Python | Learn Data Science in 2020

4
Comments
3 min read
Let's learn how to to build a chat application with Redis, WebSocket and Go [part 2]

Let's learn how to to build a chat application with Redis, WebSocket and Go [part 2]

16
Comments
7 min read
Migrating from Oracle DB pipe messaging to Kafka

Migrating from Oracle DB pipe messaging to Kafka

3
Comments
4 min read
Generate GraphQL Resolvers From Your Schema

Generate GraphQL Resolvers From Your Schema

13
Comments
4 min read
Tutorial: Build an Employee Help Desk Ticketing System

Tutorial: Build an Employee Help Desk Ticketing System

29
Comments
3 min read
GitHub based airports API service

GitHub based airports API service

4
Comments
2 min read
loading...