Home/Databases
Topic

Databases

366 articles on Databases.

11,834 articles
Databases — Making static sites dynamic with Cloudflare D1

Making static sites dynamic with Cloudflare D1

In this blog post, I'll show you how to use D1 to add comments to a static blog site. To do this, we'll construct a new D1 database and build a simple JSON API that allows the creation and retrieval of comments.

KKristianKristian·November 16, 2022Databases
Databases — Putting The Graph In GraphQL With The Neo4j GraphQL Library — Smashing Magazine

Putting The Graph In GraphQL With The Neo4j GraphQL Library — Smashing Magazine

If building a GraphQL API backed by a native graph database sounds interesting or at all helpful for the problems you’re trying to solve as a developer, perhaps you’d like to give the open-source [Neo4j GraphQL Library](https://srv.buysellads.com/ads/long/x/TCZPLYDDTTTTTTFR6JINCTTTTTTGVUIVKKTTTTTTCT2NTYYTTTTTTI4BVH7U4JBCKQ466IDGV2IUWESGCV7WALL5QYYE) a try. Let’s take a closer look at the reasons w

WLWilliam LyonWilliam Lyon·November 1, 2022Databases
Databases — Git’s database internals V: scalability

Git’s database internals V: scalability

This fifth and final part of our blog series exploring Git’s internals shows several strategies for scaling your Git repositories that match related database sharding techniques.

DSDerrick StoleeDerrick Stolee·September 2, 2022Databases
Databases — Git’s database internals III: file history queries

Git’s database internals III: file history queries

Git’s file history queries use specialized algorithms that are tailored to common developer behavior. Level up your history spelunking skills by learning how different history modes behave and which ones to use when you need them.

DSDerrick StoleeDerrick Stolee·August 31, 2022Databases
Databases — Git’s database internals II: commit history queries

Git’s database internals II: commit history queries

This post explores Git commit history as a database where ‘git log’ is the query language. Learn about Git’s custom query index – the commit-graph file – and how to make sure it’s enabled in your repositories.

DSDerrick StoleeDerrick Stolee·August 30, 2022Databases
Databases — Handling Bonus Programs in SQL

Handling Bonus Programs in SQL

Learn how to address the issue of bonus programs in SQL, improve your understanding of PostgreSQL, and calculate bonus points efficiently

HSHans-Jürgen SchönigHans-Jürgen Schönig·July 5, 2022Databases
Databases — Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte - High Scalability -

Sponsored Post: G-Core Labs, Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte - High Scalability -

Who's Hiring? * Close is building the sales communication platform of the future and we're looking for a Site Reliability Engineer to help us accomplish that goal. If you have a passion for databases (both SQL and NoSQL), significant experience building, managing, and monitoring infrastructure, databases, and backend services at scale and want to work with a rag-tag team of hardworking, but humble

HSHigh Scalability·June 10, 2022Databases
Databases — The Case For Prisma In The Jamstack — Smashing Magazine

The Case For Prisma In The Jamstack — Smashing Magazine

Jamstack has surged in popularity over the past few years as an approach to building websites. As developers are building Jamstack sites, finding a well-integrated method to interact with a database can be a major stumbling block. In this article, Sam Poder explores how Prisma integrates with the Jamstack and why it’s a great solution for Serverless databases in JavaScript or TypeScript-based proj

SPSam PoderSam Poder·June 6, 2022Databases
Databases — Sponsored Post: Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte - High Scalability -

Sponsored Post: Close, Wynter, Pinecone, Kinsta, Bridgecrew, IP2Location, StackHawk, InterviewCamp.io, Educative, Stream, Fauna, Triplebyte - High Scalability -

Who's Hiring? * Close is building the sales communication platform of the future and we're looking for a Site Reliability Engineer to help us accomplish that goal. If you have a passion for databases (both SQL and NoSQL), significant experience building, managing, and monitoring infrastructure, databases, and backend services at scale and want to work with a rag-tag team of hardworking, but humble

HSHigh Scalability·May 4, 2022Databases
Databases — PostgreSQL 15: Using MERGE in SQL

PostgreSQL 15: Using MERGE in SQL

Merge - UPDATED 2023 - a technical preview of how to merge lists with ease. Find out about a wonderful command - add power to your PostgreSQL.

HSHans-Jürgen SchönigHans-Jürgen Schönig·May 3, 2022Databases
Databases — An update on recent service disruptions

An update on recent service disruptions

Over the past few weeks, we have experienced multiple incidents due to the health of our database. We wanted to share what we know about these incidents while our team continues to address them.

KBKeith BallingerKeith Ballinger·March 23, 2022Databases
Databases — Applying Product Thinking to Slack’s Internal Compute Platform

Applying Product Thinking to Slack’s Internal Compute Platform

According to a recent Thoughtworks radar, “the industry is increasingly gaining experience with platform engineering product teams that create and support internal platforms.” They caveated this with a piece of advice: “When creating a platform, it’s critical to have clearly defined customers and products that will benefit from it rather than building in a vacuum.”…

JTJavier TureganoJavier Turegano·March 9, 2022Databases
Databases — Upgrading MySQL at Shopify - Shopify

Upgrading MySQL at Shopify - Shopify

Learn how the Database Platform team performed the most recent MySQL upgrade at Shopify and how this changed our upgrade guidelines moving forward.

SEShopify Engineering·December 2, 2021Databases
Databases — Introducing Relational Database Connectors

Introducing Relational Database Connectors

Customers can connect to a Postgres or MySQL database directly from their Workers using a Cloudflare Tunnel today. In the future, you can use Database Connectors to achieve this natively using a standardized Socket API.

KGKabir, GregKabir, Greg·November 15, 2021Databases
Databases — OpenStreetMap service by CYBERTEC

OpenStreetMap service by CYBERTEC

Importing OpenStreetMap data into PostGIS is time-consuming. Download OpenStreetMap offers two dataset types periodically served as sql dumps.

FNFlorian NadlerFlorian Nadler·October 7, 2021Databases
Databases — Interactive Learning Tools For Front-End Developers — Smashing Magazine

Interactive Learning Tools For Front-End Developers — Smashing Magazine

There are plenty of interactive ways to learn new web development skills. We learn better by playing games. So we’ve collected interactive coding tools and games to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions, Jamstack and pretty much everything in-between. Louis shares a comprehensive, categorized list of such tools covering a variety of different development technologies

LLLouis LazarisLouis Lazaris·September 2, 2021Databases
Databases — PostgreSQL zheap: Current status

PostgreSQL zheap: Current status

zheap has been designed as a new storage engine to handle UPDATE in PostgreSQL more efficiently. Read about the current status and more.

HSHans-Jürgen SchönigHans-Jürgen Schönig·July 20, 2021Databases
Databases — A Bashful Button Worth $8 Million

A Bashful Button Worth $8 Million

Most of us grumble when running across a frustrating UX experience online (like not being able to complete a transaction because of a misplaced button). We

CCChris Coyier·July 14, 2021Databases