└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Reading List 2 | 3 | > Gather the books I starred. 4 | 5 | ## Front End 6 | 7 | [深入浅出Webpack](https://github.com/gwuhaolin/dive-into-webpack) 8 | 9 | [前端精读周刊](https://github.com/dt-fe/weekly) 10 | 11 | [前端技术清单](https://github.com/alienzhou/frontend-tech-list) 12 | 13 | [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist) 14 | 15 | [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) 16 | 17 | [Front-End Design Checklist](https://github.com/thedaviddias/Front-End-Design-Checklist) 18 | 19 | [现代 Web 开发](https://github.com/wxyyxc1992/Web-Series) 20 | 21 | [腾讯移动 Web 前端知识库](https://github.com/AlloyTeam/Mars) 22 | 23 | [前端资源汇总](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource) 24 | 25 | [前端娱乐圈大事记](https://github.com/YongHaoWu/qianduan-yule-club) 26 | 27 | [Front End Interview Handbook](https://github.com/yangshun/front-end-interview-handbook) 28 | 29 | [30 seconds of code](https://github.com/30-seconds/30-seconds-of-code) 30 | 31 | ## JavaScript 32 | 33 | [33-js-concepts](https://github.com/leonardomso/33-js-concepts) 34 | 35 | [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) 36 | 37 | [ECMAScript 6 入门](https://github.com/ruanyf/es6tutorial) 38 | 39 | [Understanding ECMAScript 6](https://github.com/nzakas/understandinges6) 40 | 41 | [Mostly adequate guide to FP](https://github.com/MostlyAdequate/mostly-adequate-guide) 42 | 43 | [JavaScript Algorithms](https://github.com/trekhleb/javascript-algorithms) 44 | 45 | ## React 46 | 47 | [React in patterns](https://github.com/krasimir/react-in-patterns) 48 | 49 | ## Vue's source code 50 | 51 | [Vue.js 源码解析](https://github.com/answershuto/learnVue) 52 | 53 | [Vue.js 源码分析](https://github.com/ustbhuangyi/vue-analysis) 54 | 55 | [vue-design](https://github.com/HcySunYang/vue-design) 56 | 57 | ## Node.js 58 | 59 | [七天学会NodeJS](https://github.com/nqdeng/7-days-nodejs) 60 | 61 | [Nodejs学习笔记](https://github.com/chyingp/nodejs-learning-guide) 62 | 63 | [如何正确的学习Node.js](https://github.com/i5ting/How-to-learn-node-correctly) 64 | 65 | [深入理解Node.js](https://github.com/yjhjstz/deep-into-node) 66 | 67 | [Node.js best practices](https://github.com/i0natan/nodebestpractices) 68 | 69 | [Node.js 调试指南](https://github.com/nswbmw/node-in-debugging) 70 | 71 | ## Java 72 | 73 | [JavaGuide](https://github.com/Snailclimb/JavaGuide) 74 | 75 | [互联网 Java 工程师进阶知识完全扫盲](https://github.com/doocs/advanced-java) 76 | 77 | [Java Core Sprout](https://github.com/crossoverJie/JCSprout) 78 | 79 | ## Go 80 | 81 | [Go语言高级编程](https://github.com/chai2010/advanced-go-programming-book) 82 | 83 | ## Linux 84 | 85 | [快乐的 Linux 命令行](https://github.com/billie66/TLCL) 86 | 87 | [linux_tools](https://github.com/me115/linuxtools_rst) 88 | 89 | ## Docker 90 | 91 | [Docker — 从入门到实践](https://github.com/yeasy/docker_practice) 92 | 93 | ## Algorithm 94 | 95 | [编程之法](https://github.com/julycoding/The-Art-Of-Programming-By-July) 96 | 97 | [awesome-algorithm](https://github.com/apachecn/awesome-algorithm) 98 | 99 | [面试笔记](https://github.com/imhuay/Algorithm_Interview_Notes-Chinese) 100 | 101 | ## English 102 | 103 | [容易发音错误的单词](https://github.com/shimohq/chinese-programmer-wrong-pronunciation) 104 | 105 | [英语学习指南 ](https://github.com/yujiangshui/A-Programmers-Guide-to-English) 106 | 107 | [英语进阶指南](https://github.com/byoungd/English-level-up-tips-for-Chinese) 108 | 109 | ## Blog 110 | 111 | [马蹄疾's blog](https://github.com/veedrin/horseshoe) 112 | 113 | [木易杨's blog](https://github.com/yygmind/blog) 114 | 115 | [muyunyun's blog](https://github.com/MuYunyun/blog) 116 | 117 | [冴羽's blog](https://github.com/mqyqingfeng/Blog) 118 | 119 | ## Roadmap 120 | 121 | [后端架构师技术图谱](https://github.com/xingshaocheng/architect-awesome) 122 | 123 | [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) 124 | 125 | [程序员技能图谱](https://github.com/TeamStuQ/skill-map) 126 | 127 | [Full Stack Developer Tutorial](https://github.com/frank-lam/fullstack-tutorial) 128 | 129 | [面试必备基础知识](https://github.com/CyC2018/CS-Notes) 130 | 131 | ## Applications' List 132 | 133 | [my-mac-os](https://github.com/nikitavoloboev/my-mac-os) 134 | 135 | [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) 136 | 137 | [Awesome Windows](https://github.com/Awesome-Windows/Awesome) 138 | 139 | ## Others 140 | 141 | [Student Resources](https://github.com/ivmm/Student-resources) 142 | 143 | [编程中文书籍](https://github.com/justjavac/free-programming-books-zh_CN) --------------------------------------------------------------------------------