每日一谚:In Go, constants are mathematically precise.
Go技术生态
使用Go实现可用select监听的队列 - https://mp.weixin.qq.com/s/bV097lsHfdIaJFLYjaYYFA
Go语言marshal机制探秘 - https://alabeduarte.com/the-semantics-of-marshalling-in-go/
Go module的日常 - https://jayconrod.com/posts/118/life-of-a-go-module
使用Go进行模块化编程- 第1部分:在init()中注册 - https://entropy.cat/modular-programming-in-go-part-1-the-register-on-init-pattern/
在k3s上使用rook - https://itnext.io/using-rook-on-a-k3s-cluster-8a97a75ba25e
使用Go开发一个简单的以太坊智能合约 - https://towardsdev.com/creating-a-simple-ethereum-smart-contract-in-golang-138b9439f64e
2021流行的无服务优先是什么 - https://thenewstack.io/what-is-serverless-first-in-2021/
使用Go和WebAssembly构建渐进式Web应用 - https://github.com/maxence-charriere/go-app
teller: 开发人员使用的密码管理器 - https://github.com/spectralops/teller
go实现的web爬虫 - https://github.com/yields/ant
2021后端开发人员学习指南 - https://twitter.com/dermayank/status/1375381056283496451
Go技术进阶专栏导读
Go在错误处理方面体现出与如今主流语言的格格不入,这让很多来自这些主流语言的Go初学者感到困惑:Go 代码中反复出现了太多的且方法单一的错误检查if err != nil。我们该怎么办?Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第31篇文章《if err != nil 重复太多可以这么办》https://www.imooc.com/read/87/article/2434 为大家总结了优化if err != nil过多重复的几种思路!
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
《改善Go语⾔编程质量的50个有效实践》专栏活动优惠码 - 发送go专栏活动
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
往期推荐