每日一谚:In go, Errors are normal. Errors are not exceptional.
Go技术新闻
构建微服务的十大Go框架和库 - https://keccikun.medium.com/top-10-framework-golang-library-to-build-microservice-391a2bb4c2cb
不要将LGPL许可证用于Go代码 - https://www.makeworld.gq/2021/01/lgpl_go.html
反方观点:Go尚未准备好用来开发企业应用以及其原因 - https://medium.com/@afondmitro/golang-is-not-ready-for-enterprise-systems-yet-and-heres-why-c0ee72069963
DJ Bernstein的cdb常量数据库库的Pure Go实现 - https://github.com/jbarham/cdb
新轮子:纯Go实现的mysql sql引擎 - https://github.com/dolthub/go-mysql-server
go worker池的一个demo实现 - https://www.pixelstech.net/article/1611483826-Demo-on-creating-worker-pool-in-GoLang
使用goroutine解决使用firebase的局限 - https://ncona.com/2021/01/dealing-with-firestore-10-limit-with-in-operator
Go与rust实现同一个功能上的细致比较 - https://manse.cloud/posts/rust-go-department-directory/
systemk: vitual kubelet的systemd后端 - https://github.com/virtual-kubelet/systemk
为什么机器学习算法难以优化以及如何解决?https://engraved.ghost.io/why-machine-learning-algorithms-are-hard-to-tune/
Google开源的图形API调试器 - https://github.com/google/gapid
为什么从PHP迁移到Go - https://www.netgate.com/blog/pfsense-plus-pfsense-ce-dev-insights-direction.html
go module入门 - https://www.makeworld.gq/2020/11/go_modules.html
使用Go操作MongoDB - https://levelup.gitconnected.com/working-with-mongodb-using-golang-754ead0c10c
Go技术进阶专栏导读
Gopher们除了爱gofmt,肯定还会喜欢defer。因为它降低了gopher们在进行“善后”时的心智负担。在Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第十九篇文章《defer 让你的代码更清晰》https://www.imooc.com/read/87/article/2421,我将为大家分享defer的运作机制、惯用法以及“避坑”指南。
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
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://zhuanlan.zhihu.com/c_1294667898946891776
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐
一文搞懂如何利用multipart/form-data实现文件的上传与下载
通过实例理解Go标准库http包是如何处理keep-alive连接的
Hugo作者、Go核心团队成员Steve Francia谈诞生13年的Go语言:生态系统、演化与未来[译]