每日一谚:Don't import an entire package if you only need a few functions or types from it. Copy a small part of it into your project.
Go技术生态
etcd工作原理 - https://blog.px.dev/etcd-6-tips/
在Go中,你可能并不希望为了性能而使用这种并发性 - https://medium.com/nerd-for-tech/you-probably-dont-want-that-concurrency-in-go-109421e8d23
字节开源的高性能json编解码库 - https://github.com/bytedance/sonic
argo rollouts项目发布1.0版本 - https://www.cncf.io/blog/2021/05/27/argo-rollouts-1-0-released/
Yor:一个开源工具,有助于在Terraform、CloudFormation和Serverless等基础设施即代码框架中添加内容丰富且一致的标签 - https://bridgecrew.io/blog/announcing-yor-open-source-iac-tag-trace-cloud-resources/
Terraform 0.4的云开发包(CDK)发布 - https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-4
最糟糕的所谓Docker "最佳实践" - https://pythonspeed.com/articles/security-updates-in-docker
为kubernetes CRD编写controller - https://vivilearns2code.github.io/k8s/2021/03/11/writing-controllers-for-kubernetes-custom-resources.html
比较postgresal的kubernetes operators - https://blog.flant.com/comparing-kubernetes-operators-for-postgresql/
容忍容器镜像仓库的故障 - https://blog.kintone.io/entry/neco-registry
微软研究院的新工具帮助开发人员更快地编写无缺陷的代码 - https://blogs.microsoft.com/ai-for-business/Microsoft-Research-tools-help-developers-write-bug-free-code-faster/
作为一名高级工程师,我学到的东西 - https://old.reddit.com/r/ExperiencedDevs/comments/nmodyl/drunk_post_things_ive_learned_as_a_sr_engineer/
Go技术进阶专栏导读
Go语言源码默认使用Unicode字符集,并采用UTF-8编码方案,Go还提供了rune原生类型来表示Unicode字符。大多数情况下,你并不需要深入字符集和字符编码方案就能应对大多数场景。但在涉及不同字符集间转换或同一字符集的不同编码方案之间转换时,了解字符集原理以及字符编码方案就显得非常必要了。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第40篇文章《告别乱码!GO语言字符集编码方案间转换》 https://www.imooc.com/read/87/article/2470 将为你详细讲解字符集原理、Go中的Unicode字符表示以如何使用Go进行字符编码方案间的转换。

资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
Go语言学习技术路线图2021版 - 发送go2021
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
加州伯克利的47页的“机器学习的数学基础”资料 - 发送math4ml;
“Gopher部落”,新年新气象
“Gopher部落”正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
Go技术书籍的书摘和读书体会系列
Go与eBPF系列

感谢大家对本星球的支持!
联系方式
有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
gopherdaily归档:https://github.com/bigwhite/gopherdaily
编辑:Tony Bai (https://tonybai.com)
邮件订阅:https://gopher-daily.com/
知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐
鹅厂的Go编码安全指南 | Gopher Daily (2021.05.28) ʕ◔ϖ◔ʔ