电子书资源收集
JAVA:
1、Effective Java 第三版中文版
- github地址:https://github.com/sjsdfg/effective-java-3rd-chinese 依旧在翻译ing
- 在线阅读:https://sjsdfg.github.io/effective-java-3rd-chinese/#/ 使用 docsify 工具搭建,提供更好的在线阅读体验~
源代码:https://github.com/jbloch/effective-java-3e-source-code
Javascript:
1、Functional-Light-JS (作者:你不知道的Javascript)
https://github.com/getify/Functional-Light-JS
2、JS 函数式编程指南
https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/
3、TypeScript 入门教程