每日一谚:Go enables simple, safe concurrent programming. but It doesn't forbid bad programming.
Go技术专栏“改善Go语⾔编程质量的50个有效实践”正在慕课网火热热销中!本专栏主要满足广大gopher关于Go语言进阶的需求,围绕如何写出地道且高质量Go代码给出50条有效实践建议,上线后收到一致好评!78元简直就是白菜价,简直就是白piao! 欢迎大家订阅!
Go技术新闻
Go官博:2021年初开始,godoc.org默认将重定向到pkg.go.dev - https://blog.golang.org/godoc.org-redirect
查找关键的开源项目: Google开源criticality_score项目,该项目会评估一个开源项目的重要性并给出一个评估分数,打分算法来自Rob Pike - https://github.com/ossf/criticality_score,其go语言移植版在这里:https://github.com/engelsjk/criticalityscore
$ pip3 install criticality-score
$ criticality_score --repo github.com/kubernetes/kubernetes
name: kubernetes
url: https://github.com/kubernetes/kubernetes
language: Go
created_since: 79
updated_since: 0
contributor_count: 3664
org_count: 5
commit_frequency: 102.7
recent_releases_count: 76
closed_issues_count: 2906
updated_issues_count: 5136
comment_frequency: 5.7
dependents_count: 407254
criticality_score: 0.9862
使用Go编写kubernetes controller - https://fedepaol.github.io/blog/2020/12/07/writing-a-kubernetes-controller-part-1/
油管视频:现代编译器构建 by C#之父 - Anders Hejlsberg - https://www.youtube.com/watch?v=wSdV1M7n4gQ
kubernetes存储插件性能横向对比(2020版) - https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4
使用kubernetes编排虚拟机 - https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms/
使用RBAC简化kubernetes资源访问控制 - https://www.cncf.io/blog/2020/09/17/simplify-kubernetes-resource-access-control-using-rbac-impersonation/
Go gui框架fyne的全平台打包发布工具fyne-cross发布1.0版本 - https://fyne.io/blog/2020/12/14/fyne-cross-v1-release.html
最小的bash安全脚本模板 - https://betterdev.blog/minimal-safe-bash-script-template/
免费的linux系统监控模板 by influxdb - https://www.influxdata.com/blog/free-linux-system-monitoring-dashboard-from-influxdb/
C++ 20标准正式发布 - https://www.iso.org/standard/79358.html
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
《中国信通院物联网白皮书2020》- 发送iot2020。
“Gopher部落”知识星球开球大吉!
“Gopher部落”星球首开,福利自然是少不了的!2020年年底之前,8.8折(很吉利吧^_^)加入星球。扫描下方图片二维码即享优惠!
感谢大家对本星球的支持!
联系方式
有意想学习容器或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
往期推荐
“能力越大,责任越大” - Go语言之父详解将于Go 1.18发布的Go泛型