Skip to content

Commit 3d5f508

Browse files
committed
add issue-20210621.md
1 parent 2a51da8 commit 3d5f508

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

202106/issue-20210621.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Go语言零拷贝优化 | Gopher Daily (2021.06.21) ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:In Go, constants are mathematically precise.
4+
5+
### Go技术生态
6+
7+
1. Go语言零拷贝优化 - https://zhuanlan.zhihu.com/p/381788230
8+
2. 使用harbor operator部署harbor - https://mp.weixin.qq.com/s/O7P3ODQlitjSPnOaKiJetQ
9+
3. 观点:对Go语言的4个批判 - https://www.toptal.com/go/4-go-language-criticisms
10+
4. mahi: 多合一的HTTP服务,用于文件的上传、处理、服务和存储 - https://github.com/threeaccents/mahi
11+
5. Go实现的基于命令行的时间跟踪工具 - https://github.com/dominikbraun/timetrace
12+
6. 掌握Git命令的本质 - https://mp.weixin.qq.com/s/f4dEz4ckDIo6dF51cqopIA
13+
7. 授权(authorization)的架构挑战 - https://thenewstack.io/the-architectural-challenge-of-authorization/
14+
8. 每个程序员都应该知道的关于SSD的事情 - https://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html
15+
9. 使用XMind图文并茂地记录的计算机科学基础知识 - https://github.com/smartkeyerror/psyduck
16+
10. 常见unix命令的现代/更快/更安全的替代品集合 - https://github.com/ibraheemdev/modern-unix
17+
11. Kubernetes:对主要攻击的检验 - https://thenewstack.io/kubernetes-an-examination-of-major-attacks/
18+
12. 修复由MongoDB损坏和Heketi/GlusterFS配置失败引起的生产故障 - https://tilsupport.wordpress.com/2021/03/14/fixing-production-down-caused-by-mongodb-corruption-and-heketi-glusterfs-failed-provisioning/
19+
20+
21+
### Go技术进阶专栏导读
22+
23+
我们现在编写的大部分现代应用程序都离不开与时间相关的操作。常见的时间操作包括:获取当前时间、时间比较、时区相关的时间操作、时间格式化、定时器(一次性定时器 timer 和重复定时器 ticker)的使用等。Go 语言通过标准库的 time 包为常见时间操作提供了全面的支持。
24+
25+
Go进阶专栏“[改善Go语⾔编程质量的50个有效实践](https://mp.weixin.qq.com/s/RThCEQOdytQxwrMP7XRTRw)”的第42篇文章[《time包,你用对了吗》](https://www.imooc.com/read/87/article/2472) 将为你解锁一下 Go 标准库 time 包使用的正确姿势。
26+
27+
![](http://image.tonybai.com/img/202011/go-column-pgo-with-qr-and-text.png)
28+
29+
30+
### 资料下载
31+
32+
关注公众号**iamtonybai**,发送特定关键字获取对应精品资料!
33+
34+
* Go语言学习技术路线图2021版 - 发送**go2021**
35+
* GopherChina 2020技术大会ppt资料 - 发送**gopherchina2020**
36+
* GopherCon 2020大会技术ppt资料 - 发送**gophercon2020**
37+
* 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送**distsys**
38+
* O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送**distrace**
39+
* 加州伯克利的47页的“机器学习的数学基础”资料 - 发送**math4ml**
40+
41+
### “Gopher部落”,新年新气象
42+
43+
[“Gopher部落”](https://mp.weixin.qq.com/s/jUqAL7hf2GmMun64BJufEA)正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
44+
45+
* Go技术书籍的书摘和读书体会系列
46+
* Go与eBPF系列
47+
48+
![](http://image.tonybai.com/img/202103/gopher-tribe-zsxq-card.png)
49+
50+
感谢大家对本星球的支持!
51+
52+
### 联系方式
53+
54+
* 有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
55+
* gopherdaily归档:https://github.com/bigwhite/gopherdaily
56+
57+
* 编辑:Tony Bai (https://tonybai.com)
58+
* 邮件订阅:https://gopher-daily.com/
59+
* 知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
60+
* “Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
61+
* 微信公众号:iamtonybai,扫码关注!
62+
63+
![](http://image.tonybai.com/img/202011/qrcode_for_iamtonybai.jpg)
64+

0 commit comments

Comments
 (0)