每日一谚:"Context down, error up"
Go技术生态
Go和Rust的区别 - https://dominikbraun.io/blog/the-difference-between-go-and-rust/
Go中的Wasm是非常棒的 - https://blog.suborbital.dev/foundations-wasm-in-golang-is-fantastic
如何从Go后端向你的前端传递清晰漂亮的错误信息?- https://dev.to/koddr/how-to-make-clear-pretty-error-messages-from-the-go-backend-to-your-frontend-21b2
矢量已经结束,哈希是人工智能的未来 - https://www.sajari.com/blog/vectors-versus-hashes
dicomgraphics: Go实现的开源DICOM图形查看器和实用程序 - https://github.com/fynelabs/dicomgraphics
覆盖率与测试套件的有效性没有很大的关系 - https://neverworkintheory.org/2021/09/24/coverage-is-not-strongly-correlated-with-test-suite-effectiveness.html
如何可视化决策树 - https://explained.ai/decision-tree-viz/index.html
GitHub的关系数据库分区实践 - https://github.blog/2021-09-27-partitioning-githubs-relational-databases-scale/
如何面试工程师 - https://www.spakhm.com/p/how-to-interview-engineers
Go技术进阶专栏导读
如果你看过《C语言陷阱与缺陷》这本书,你一定想要一个Go版本的,任何一种编程语言都不是完美的。提前了解这门语言中的“陷阱”将有助于Go开发人员在工程实践中少走弯路。Go进阶专栏“改善Go语⾔编程质量的50个有效实践
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
Go语言学习技术路线图2021版 - 发送go2021
GopherChina 2021技术大会ppt资料 - 发送gopherchina2021;
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
加州伯克利的47页的“机器学习的数学基础”资料 - 发送math4ml;
“Gopher部落”,新年新气象
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 1.17新特性详解:module依赖图修剪与延迟module加载