架构思考:
每个架构师都应该研究下康威定律 http://36kr.com/p/5042735.html
微服务架构的理论基础 - 康威定律 https://yq.aliyun.com/articles/8611
远距离条件下的康威定律——分布式世界中实现团队构建 http://www.infoq.com/cn/presentations/team-building-implementation-in-distributed-world?spm=5176.100239.blogcont8611.21.9xRxtv
http://chuansong.me/n/1561387546113
Salesforce:
https://trailhead.salesforce.com/en/modules/apex_database
服务化架构
https://www.nginx.com/blog/building-microservices-inter-process-communication/
服务化框架:RPC,netty,服务注册、发现、路由、健康检查、监控,服务网关
完整服务化架构的典型的开源框架实现细节(dubbo、gRPC、eureka等)
关键算法
Paxos
B树(B树、B-树、B+树)、数据查找
一致性hash
roundrobin以及loadbalance总结
AI:最小二乘法、梯度下降、朴素贝叶斯
基础技能
命令行:git、Linux
* 分布式、去中心化:
git版本管理
区块链
领域设计
https://martinfowler.com/tags/domain%20driven%20design.html
https://martinfowler.com/bliki/BoundedContext.html
论文与关键技术
REST论文
* 微服务架构论文
http://martinfowler.com/tags/API%20design.html
http://martinfowler.com/articles/distributed-objects-microservices.html
* 分布式paxos论文、CAP理论
* 计算复杂性与可计算性
* RPC
体系化认识RPC:http://www.sohu.com/a/191978648_467759
框架设计
http://martinfowler.com/bliki/FoundationFramework.html
谈谈互联网后端基础设施http://www.importnew.com/22732.html
//www.greatytc.com/p/0c31b58dbccb
数据架构
http://martinfowler.com/articles/evodb.html
编程语言类
ReentrantLock实现原理深入探究http://www.importnew.com/22924.html
NIO: http://ifeve.com/overview/
可靠性
Netty优雅退出机制和原理 http://www.infoq.com/cn/articles/netty-elegant-exit-mechanism-and-principles/
Hystrix 使用与分析 http://hot66hot.iteye.com/blog/2155036
资讯类
* Gartner报告
* ovum报告
* 36kr报告、氪指数