每日一谚:Software is the art of organizing ideas based on how those ideas will change with time. Stable ideas are decoupled and isolated. Unstable ideas are organized to depend upon the stable ideas. - Uncle Bob Martin

•有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html

1.tinygo的垃圾回收原理 - https://aykevl.nl/2020/09/gc-tinygo

2.goroutine泄露探测工具 - https://medium.com/a-journey-with-go/go-goroutine-leak-detector-61a949beb88

3.Go进程内缓存:将lakeFS性能提升到每秒10万个请求 - https://lakefs.io/2020/09/23/in-process-caching-in-go-scaling-lakefs-to-100k-requests-second/

4.我们是如何将Vitess裁剪90%从而去除我们不用的代码的 - https://www.dolthub.com/blog/2020-09-23-vitess-pruning/

5.使用Go JSON包时的惊喜和陷阱 - https://www.alexedwards.net/blog/json-surprises-and-gotchas

6.开源电子书:程序员的数学 - https://yurichev.com/writings/Math-for-programmers.pdf