收到了大量的反馈和建议,接下来要做的是:
- 从头开始梳理内容,补充知识点不完整的地方,以及可以深入学习的地方
- 尚未完成的章节如 微服务、数据结构与算法,将会在7月初书写完毕
- 笔者也是学习不久,马上会实战一些项目,将知识点融会贯通,以带来更好的理解分享
推荐书籍地址: https://github.com/ruyuejun/polaris
所有知识笔记汇总仓库:
https://github.com/overnote
各类技术分类索引:
- JavaScript:https://github.com/overnote/JavaScript
- Go:https://github.com/overnote/Golang
- Java:整理中
- Python:整理中
- Server:服务端相关技术,如数据库,web服务器等 https://github.com/overnote/Server
- 算法:https://github.com/overnote/Algorithm
书籍
《Go语言从入门到进阶实战》 - 语法基础,入门力荐
《GoWeb编程》 - Go语言Web编程基础
《Go并发编程》 - 详细解释Go并发模型与使用
《Go语言学习笔记》 - 言简意赅,深入浅出,难得好书,力荐
资料
《Go语言标准库》:https://github.com/polaris1119/The-Golang-Standard-Library-by-Example
《Go RPC 开发指南》:https://github.com/smallnest/go-rpc-programming-guide
《Go语言高级编程》:https://github.com/chai2010/advanced-go-programming-book
《深入解析Go》:https://github.com/tiancaiamao/go-internals
《Go42》:https://github.com/ffhelicopter/Go42
《研磨设计模式-Go实现》:https://github.com/senghoo/golang-design-pattern
《Go语言圣经》:https://github.com/gopl-zh/gopl-zh.github.com
@astaxie:开源书籍《GoWeb编程》作者