This repository is a personal notebook where I document the key ideas, patterns, and practical lessons from the most influential books Iβm reading as I grow as a backend developer and programmer.
I donβt aim to summarize every paragraph, but to highlight what shaped my thinking, helped me write better code, or changed how I approach problems.
- The Pragmatic Programmer
- Fluent Python
- Crafting Interpreters
- More to be added...
Books/
β
βββ The_Pragmatic_Programmer
β βββ CH-1_The_Pragmatic_Philosophy.md
| βββ ...
β
βββ Fluent_Python/
β βββ CH-1_The_Python_Data_Model.md
β βββ ...
β
βββ README.md
- β
Actionable insights
- π‘ Mindset shifts
- π§ Practical applications
- π§ͺ Relevant code or examples I can use
This is my way of building long-term memory and clarity while learning from masters. It also helps me stay grounded and reflect on what matters as I go deeper into backend and real-world coding.