书籍推荐

一些好书推荐(强烈建议),可以按照大类先后阅读。以下的书我绝大多数都看过,希望能在接下来有限的时间里都阅读完吧

说在前面(Preliminary)

  • The C Programming Language (K&R)
  • C++ Primer
  • Algorithm 4
  • Computer System: A Programmer’s Perspective(CSAPP)

Computer Architecture

  • Introduction to Computing Systems: From Bits and Gates to C
  • Computer Organization and Design: The Hardware-Software Interface
  • Computer Architecture: A Quantitative Approach (6th Edition)

Operating System

  • Operating Systems: Three Easy Pieces(OSTEP)
  • Operating Systems Principles & Practice (2nd Edition)
  • xv6 book
  • Advanced Programming Unix Environment

Database

  • Database System Concepts (Seventh Edition)

Computer Networks

  • Computer Networking: A Top Down Approach (8th Edition)

Distributed Systems

  • Designing Data-Intensive Application