每日一谚:Go offer enough sugar to be productive, but not too much.
Go 1.16.7 and 1.15.15 are released! - https://groups.google.com/g/golang-announce/c/uHACNfXAZqk
使用goplay录制并重放流量实现自动化接口测试 by 腾讯 https://mp.weixin.qq.com/s/WrfaCt39Jb4vViKB2-qynw
TiDB 海量 region 集群调优实践 - https://gocn.vip/topics/12413
facebook ent框架支持upsert(update & insert) API - https://entgo.io/blog/2021/08/05/announcing-upsert-api/
播客:Go语言实践观点集合 - https://changelog.com/gotime/191
Traefik培训课程 - https://www.thebyte.io/traefik-training
与Phillip Gibson和Annie Wang讨论多集群服务网格 - https://www.arresteddevops.com/multicluster-service-mesh/
如何用InfluxDB扩展IOS-XR遥测功能 - https://community.cisco.com/t5/service-providers-documents/how-to-scale-ios-xr-telemetry-with-influxdb/ta-p/4442024
让容器镜像再次变小 - https://dev.to/andreidascalu/make-containers-small-again-3lgg
Go技术进阶专栏导读
Go是云原生时代的头部语言。云原生应用的一个特征就是容器化,而以单一静态文件为构建产出的Go应用尤其适合容器化。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第47篇文章《小即是美! 构建最小Go程序容器镜像》https://www.imooc.com/read/87/article/2477 将为你讲述如何构建一个尽可能小的Go应用容器镜像。