后端

后端技能树

计算机/网络基础
├ 基础科学
┊ ├ 1. 离散数学
┊ ├ 2. 数字电路
┊ ├ 3. 体系结构
┊ ├ 4. 数据结构/算法
┊ └ 5. 编译原理学
├ Server 端编程
┊ ├ Java
┊ ┊ ├ [Halo](https://halo.run)
┊ ┊ └ [spring boot](http://blog.didispace.com/spring-boot-learning-2x/) [纯洁的微笑](http://www.ityouknow.com/spring-boot.html)★
┊ ├ PHP
┊ ┊ └ Laravel ✔
┊ └ [Python](https://bop.mol.uno) ★
┊   ├ asyncio
┊   └ Django
├ 算法知识 ★
┊ └ 常见的数据结构、常见的算法、复杂度、算法思维、高级数据结构
├ [设计模式](https://www.runoob.com/design-pattern/design-pattern-tutorial.html) ★
├ 数据库
┊ ├ MySQL
┊ └ 缓存系统
┊   ├ Redis ★
┊   └ memcached
├ 网络原理、软件工程
├ 网络知识
┊ └ 网络知识
┊   └ header、cookie、CORS、Cache、Method、状态码
├ 操作系统
┊   └ [Linux](https://www.runoob.com/linux/linux-tutorial.html)
┊   └ [Shell](https://www.runoob.com/linux/linux-shell.html)
└ 运维知识
├ 自动部署 DevOps、CI(持续集成)
┊ ├ jenkins
┊ ├ Travis CI
┊ ├ Appveyor
┊ └ Vercel、Netlify、[Surge](https://surge.sh)
├ 自动化
┊ ├ Ansible
┊ └ [spug](https://www.spug.dev)
├ 性能 APM
┊ └ Dapper、Pinpoint、SkyWalking、Zipkin
├ 集群、分布式
┊ ├ [Kubernetes](https://kubernetes.io/zh/docs/tutorials/kubernetes-basics/)
┊ └ Zookeeper、Kafka、Hadoop
├ Docker
└ Nginx、Apache、Tomcat、CDN、jenkins、负载均衡