每日一谚:Return error as error, not as some value.
Go技术生态
Go构建混淆工具 - https://github.com/burrowers/garble
谷歌全球一致性授权系统的开源Go实现 - https://github.com/ory/keto
什么是Fuzz Testing? - https://blog.fuzzbuzz.io/what-is-fuzz-testing/
播客:定位开源:Prometheus的两位维护者朱利安·皮沃托和理查德·哈特曼访谈 - https://www.emilyomier.com/podcast/positioning-open-source-prometheus
单人技术初创公司背后的架构 - https://anthonynsimon.com/blog/one-man-saas-architecture/
在分布式系统中实现可靠的双写 - https://engineering.razorpay.com/achieving-reliable-dual-writes-in-distributed-systems-cb9ff3b9bfc1
发布MinIO Kubernetes Operator和Operator Console - https://blog.min.io/minio-kubernetes-operator/
如何使用k8s和glusterFS实现分布式系统 - https://betterprogramming.pub/how-to-implement-your-distributed-filesystem-with-glusterfs-and-kubernetes-83ee7f5f834f
jennifer:go代码生成器 - https://github.com/dave/jennifer
kubernetes 1.21发布 - https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement/
IntelliJ Rust更新说明 - https://blog.jetbrains.com/rust/2021/04/08/intellij-rust-updates-for-2021-1/
为什么长命令行选项用两个破折号开始?- https://blog.djmnet.org/2019/08/02/why-do-long-options-start-with/
Go技术进阶专栏导读
表驱动测试本身是编程语言无关的,Go 核心团队和 Go 早期开发者在实践过程中发现“表驱动测试”十分适宜 Go 代码测试并在标准库和第三方项目中大量使用此种测试设计,这样“表驱动测试”也就逐渐形成了 Go 的一个惯用法。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第34篇文章《Go 单元测试惯例:表驱动》https://www.imooc.com/read/87/article/2437 将为详解在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
往期推荐