每日一谚:A little copy is better than a little dependency
Go技术生态
用于PostgreSQL、MySQL和SQLite的简单且性能良好的数据库客户端 - https://github.com/uptrace/bun
为什么Go正在占领软件行业:关于Go为何成为开发者的热门选择的思考 - https://betterprogramming.pub/why-golang-is-about-to-take-over-the-software-industry-fb48174a4cf
由Go核心开发团队安全负责人Filippo Valsorda开源的文件加密工具age发布v1.0.0版本 - https://github.com/FiloSottile/age/releases/tag/v1.0.0
如何使用Go下载油管视频 - https://preettheman.medium.com/how-to-download-youtube-videos-with-go-golang-45d279b8283e
如何在Go中使用ZeroMQ的请求-回复模式 - https://dev.to/franciscomendes10866/how-to-use-zeromq-request-reply-pattern-in-golang-3n5g
Go语言中怎么提升JSON編解码的性能?- https://www.readfog.com/a/1643615563573989376
对更薄的容器的需求 - https://iximiuz.com/en/posts/thick-container-vulnerabilities/
dtm: 分布式事务管理服务 - https://github.com/yedf/dtm
增强隐私的技术和它们为什么重要 - https://medium.com/@rachel_44286/ai-privacy-and-why-you-should-care-1ef503a789b6
用扩展API扩展Ent - https://entgo.io/blog/2021/09/02/ent-extension-api/
支持github、gitlab、bitbucket等的webhook管理服务 - https://github.com/krok-o/krok
Go技术进阶专栏导读
Go的一个设计哲学就是“自带电池(battery-included)”。前面说过,所谓“电池”,除了包括标准库之外,还包括其他主流同类语言所不能媲美的Go工具链。对于每个Gopher而言,熟练掌握Go工具链中的这些工具,将对日常Go开发效率与代码质量带来事半功倍的效果。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第49篇文章《利其器!Go常用工具大检阅》https://www.imooc.com/read/87/article/2479 将为你全面解读Go包开发生命周期使用的常用工具,涵盖主要原生工具以及应用较广的第三方工具。
资料下载
关注公众号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部落”,新年新气象
“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 1.17新特性详解:module依赖图修剪与延迟module加载