We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5040c5a commit 0bf7d3dCopy full SHA for 0bf7d3d
1 file changed
src/data/reading.ts
@@ -6,7 +6,14 @@ export interface ReadingItem {
6
link?: string;
7
}
8
9
- export const readingData: ReadingItem[] = [
+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
+ },
17
{
18
title: "Prometheus: Up & Running, 2nd Edition",
19
author: "Brian Brazil",
0 commit comments