📚逢猿必推的书单v2
00 min
2024-7-27
type
status
date
slug
summary
tags
category
icon
password
📌
书单筛选标准
  1. 能常读常新的经典书籍,每次翻开都能有收获
  1. 注重于实践性,而非纯理论
  1. 阅读门槛不能过高(剔除了类似《SICP》《算法导论》这样的书)
  1. 与具体编程语言无关
  1. 目标:Be An Effective Software Engineer
书不在多而在精。

基石

《CSAPP》🌟 计算机从业者必读
notion image
 

关于后端系统设计

《DDIA》🌟 后端必读(基本上 80% 的后端面试题都能在这里找到原型/答案)
notion image
 
《PPHC》🌟 高并发系统设计必读
notion image
 
《凤凰架构》🌟 架构设计演进必读
notion image
 

工程

《卓有成效的工程师》🌟 软件工程师必读
notion image
 
《Google软件工程》🌟 软件工程师必读
notion image
 
《系统重构与迁移指南》🌟 系统重构/迁移必读
notion image

Coding

《代码大全》🌟 Coder枕边必读
notion image
 
《编程珠玑》🌟 集算法于实践之中的好书,不会空浮于理论
notion image
 
《调试九法》🌟 Debug必读
notion image
 
🌟 重构必读