Menu

Earn Premium with Referrals

Invite your friends and earn Premium rewards through our referral program.

See how it works and start inviting friends.

Must-Read Books
CSE_STARTER_GUIDE

Must-Read Books

Explore recommended books covering programming, algorithms, systems, software engineering, computer science fundamentals, and professional development.

Must-Read Books for CSE Students

“The Canon of Computer Science”

Videos expire. Documentation changes. But these books deal with first principles that have stayed true for 30 years and will be true for 30 more.


1. Grokking Algorithms (Aditya Bhargava)

  • Why: It teaches Algorithms using cartoons. Yes, cartoons.
  • Best for: Visual learners who hate dry textbooks. It makes Big O notation actually make sense.

2. The Pragmatic Programmer (Andy Hunt & Dave Thomas)

  • Why: It doesn’t teach you code. It teaches you how to behave like a professional coder.
  • Best for: Learning habits (testing, debugging, communicating).

3. Clean Code (Robert C. Martin)

  • Why: You will write code that “works”. This book teaches you to write code that humans can read.
  • Best for: Students about to start their first internship.

4. Head First Design Patterns

  • Why: Design Patterns (Singleton, Factory, Observer) are scary. This book uses puzzles and games to teach them.
  • Best for: Java/OOD interviews.

5. Designing Data-Intensive Applications (DDIA) - Martin Kleppmann

  • The Legend: This is the most famous book in modern backend engineering.
  • Why: It explains how databases actually work (B-Trees, SSTables, Replication, Sharding).
  • Warning: It is dense. Read one chapter a month.

My Private Notes

Notes are auto-saved locally to this device.