JavaScript 相关
熟练使用 ES2015,理解 promise、generator、async/await 的异步编程思想,编码风格遵循 https://github.com/feross/standard - http://es6.ruanyifeng.com/
掌握 Node.js API,建议阅读其源码
掌握 express web 框架,koa web 框架和 toa web 框架 - https://github.com/toajs/toa
熟练使用 mocha,tman 测试框架,熟练使用 should 断言工具
Go 相关
深入理解 goroutine 异步编程和 Package sync 的数据同步
完全掌握 net/http 相关接口
包设计的参考
官方的编码指导(必看)effective_go
Web 框架:Gear https://github.com/teambition/gear
其他
熟练使用 git 工作流 http://www.cnblogs.com/cnblogsfans/p/5075073.html
熟练使用 MongoDB,redis,Elasticsearch,Kafka
熟练使用 Docker,Kubernetes
理解 TCP/IP 和 HTTP 协议- http://www.ruanyifeng.com/blog/2016/08/http.html
Google API Design Guide https://cloud.google.com/apis/design/
vim - 命令行文本编辑 - //www.greatytc.com/p/bcbe916f97e1
linux 基础命令 - http://blog.csdn.net/ljianhui/article/details/11100625