Book Sources
Chapter notes, highlights, and key takeaways from technical books. The LLM synthesizes these into wiki entries.
Suggested Reading List
- Designing Data-Intensive Applications (Kleppmann) → System Design
- The Algorithm Design Manual (Skiena) → DSA
- Introduction to Algorithms (CLRS) → DSA
- The Go Programming Language (Donovan & Kernighan) → Go
- System Design Interview (Alex Xu, Vol 1 & 2) → System Design
- Grokking Algorithms (Bhargava) → DSA
- Concurrency in Go (Cox-Buday) → Go
File Template
---
title: "Book Title - Chapter X Notes"
source_type: book
author: "Author Name"
tags:
- source
- books
- topic-area
date: YYYY-MM-DD
processed: false
---
## Key Concepts
(main ideas from this chapter)
## Quotes / Highlights
(important passages)
## My Understanding
(restate in your own words)
## Questions
(things to explore further)