https://github.com/nucleartide/ddia-workbook
Notes on the book Designing Data Intensive Applications. Will eventually evolve into a workbook of sorts.
https://github.com/nucleartide/ddia-workbook
system-design
Last synced: 7 months ago
JSON representation
Notes on the book Designing Data Intensive Applications. Will eventually evolve into a workbook of sorts.
- Host: GitHub
- URL: https://github.com/nucleartide/ddia-workbook
- Owner: nucleartide
- Created: 2022-06-01T18:04:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:59:12.000Z (about 3 years ago)
- Last Synced: 2025-01-27T17:56:54.212Z (9 months ago)
- Topics: system-design
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This repo contains my notes on the book *Designing Data-Intensive Applications*. I'm studying the book as part of [Wonder's](https://wonder.com/) Tech Book Club.
I like to follow an active learning approach of:
1. **Learning** by reading and taking notes
2. **Exercising** what was learned by asking questions about the reading
3. **Applying** what was learned by asking questions about how the concepts might apply to one's current software project, and
4. **Teaching** what was learned through presentations and writingAs such, this repo will soon evolve into a workbook of sorts. And it should serve as a good example of how to study a subject deeply.