Brendan Ang

Search

Search IconIcon to open search

100 Reading List

Last updated Nov 7, 2022 Edit Source

# Reading List

#moc

# Algos

  1. A Common-Sense Guide to Data Structures and Algorithms
  2. 101 Introduction To Algorithms Link: Introduction to Algorithms
  3. Elements of Programming Interviews

# Distributed Systems

  1. Understanding Distributed Systems

# Under the Hood

  1. Writing An Interpreter In Go
  2. Writing A Compiler In Go
  3. Ian McLoughlin, Computer Architecture: An Embedded Approach, McGraw-Hill Education (Asia), 2011, ISBN: 978-0071311182.

# Databases

  1. High Performance MySQL

# Software Engineering

  1. Clean Code