Skip to content

Commit 0bf7d3d

Browse files
authored
Merge pull request #1 from kapillamba4/codex/add-database-internals-book-to-reading-list
feat: add database internals to reading list
1 parent 5040c5a commit 0bf7d3d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/data/reading.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ export interface ReadingItem {
66
link?: string;
77
}
88

9-
export const readingData: ReadingItem[] = [
9+
export const readingData: ReadingItem[] = [
10+
{
11+
title: "Database Internals: A Deep Dive into How Distributed Data Systems Work",
12+
author: "Alex Petrov",
13+
type: "book",
14+
status: "reading",
15+
link: "https://www.amazon.com/Database-Internals-Deep-Distributed-Systems/dp/1492040347"
16+
},
1017
{
1118
title: "Prometheus: Up & Running, 2nd Edition",
1219
author: "Brian Brazil",

0 commit comments

Comments
 (0)