Skip to content

Files

Latest commit

c84723c · Nov 21, 2022

History

History
25 lines (23 loc) · 1.88 KB

100 Reading List.md

File metadata and controls

25 lines (23 loc) · 1.88 KB
title tags date lastmod
100 Reading List
moc
2022-11-07
2022-11-21

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