1.MySQL 索引背后的数据结构及算法原理

https://juejin.im/entry/591012d161ff4b006255b447

2.微信扫码登录原理

https://blog.csdn.net/qq_25827845/article/details/78823861

3.Redis 事务及 Watch 的实现原理

http://redisbook.readthedocs.io/en/latest/feature/transaction.html

4.Redis 事务到底是不是原子性的

https://blog.tanteng.me/2018/06/redis-transaction-atomic/

5.LRU 缓存淘汰算法数据结构

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

6.Singleton Pattern in Go

http://marcio.io/2015/07/singleton-pattern-in-go/