bash
$ cat reading_list.txt
Books I've Read & Want to Read

Books

A collection of books I've read, am currently reading, and want to read. Mostly focused on software engineering, architecture, and systems design.

$ cat currently_reading.txt

Designing Data-Inten

Designing Data-Intensive Applications

by Martin Kleppmann

Systems Design
Started: Jan 2024
Mobile App Architect

Mobile App Architecture

by Chris Stewart

Mobile Development
Started: Oct 2024

$ cat completed.txt

Clean Code

Clean Code

by Robert C. Martin

Software Engineering

★★★★★

Essential reading for any serious developer. Transformed how I think about writing maintainable code.

Completed: Jun 2023
System Design Interv

System Design Interview

by Alex Xu

Systems Design

★★★★★

Completed: Dec 2023
The Pragmatic Progra

The Pragmatic Programmer

by Andrew Hunt, David Thomas

Software Engineering

★★★★★

A timeless guide to becoming a better programmer. Full of practical wisdom.

Completed: Aug 2022

$ cat want_to_read.txt

Refactoring

Refactoring

by Martin Fowler

Software Engineering
Architecture Pattern

Architecture Patterns with Python

by Harry Percival, Bob Gregory

Software Architecture