0425 todo

gunicorn 源码阅读, 各种服务器模型的理解, gevent的原理, 协程

https://www.zybuluo.com/orangleliu/note/302677
https://www.zybuluo.com/orangleliu/note/302677
http://liuliqiang.info/gevent-introduction/

Linux工具熟练使用

http://linuxtools-rst.readthedocs.io/zh_CN/latest/base/index.html

http://www.brendangregg.com/linuxperf.html

网络相关深入理解

tcp/ip 深入一些, 比如time_wait等状态, 高流量时会遇到的问题
网络, 存储 常见的问题 及 查找方法 解决方案

https://lvwenhan.com/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/485.html

https://zhuanlan.zhihu.com/p/20204159

https://coolshell.cn/articles/11564.html

https://www.cubrid.org/blog/understanding-tcp-ip-network-stack

http://python-parallel-programmning-cookbook.readthedocs.io/zh_CN/latest/

https://github.com/EZLippi/Tinyhttpd

https://aceld.gitbooks.io/python/content/

https://www.zhihu.com/question/28943943/answer/45613963

系统设计 架构

https://github.com/donnemartin/system-design-primer

https://github.com/davideuler/architecture.of.internet-product

算法

算法图解

运维监控

https://www.centos.bz/2018/03/zabbix-%E7%9B%91%E6%8E%A7tcp%E8%BF%9E%E6%8E%A5%E7%9A%84%E7%8A%B6%E6%80%81/

英语学习

多写日志

生财有道

一本flask的书: https://liuliqiang.info/book/SUMMARY/
了解flask源码实现

有很多经常使用的程序或应用,平时都当作黑箱而对它的具体原理不甚了解,必须要花时间深入了解一下:
shadowsocks
django
flask
mysql
nginx
redis
gevent