美文网首页
学习资源

学习资源

作者: RussellSN | 来源:发表于2016-09-07 01:10 被阅读0次

架构思考:

每个架构师都应该研究下康威定律 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

http://www.jianshu.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报告、氪指数

相关文章

  • 学习资源网址

    学习资源网址 技术学习资源 sublime学习资源 Sublime 入门+进阶:http://www.jiansh...

  • 基于资源的专题教学模式

    资源、学习资源, 学习资源指支持教学活动实现一定教学目标的各种客观存在形态。学习资源概念庞杂,通常包括物质资源、人...

  • 学习资源

    一纳米学习导航网站 网站包含多种分类,分别是“公开课”、“大学生”、 “IT互联网丨程序员丨移动开发丨web开发”...

  • 学习资源

    入门课程:Andrew Ng 的Machine Learning 中文字幕版:http://study.163.c...

  • 学习资源

    http://blog.geekidentity.com/spring/spring_boot_translati...

  • 学习资源。

    笨方法学Python最好的新手入门Python教程http://www.2cto.com/shouce/Pytho...

  • 学习资源

    1、一个很好看书的网站-GitBookhttps://www.gitbook.com/explore 2、极客学院...

  • 学习资源

    1、安装node 下载Current,点击安装 https://nodejs.org/en/ 2、切换镜像(提高下...

  • 学习资源

    Ngnix下载网站:只提供最新版本下载链接Nginx Wiki:文档和例子常见问题Get Start 测试配置文件...

  • 学习资源

    写给Android开发者的Java 8简单入门教程 封装一个 TopBarBaseActivity 仿微信朋友圈9...

网友评论

      本文标题:学习资源

      本文链接:https://www.haomeiwen.com/subject/alhjettx.html