Skip to content

Commit 2837f17

Browse files
committed
gopher daily: add issue-20210607.md
1 parent 9f3f2aa commit 2837f17

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

202106/issue-20210607.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
为什么服务跟踪将替代所有日志手段 | Gopher Daily (2021.06.07) ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:package paths are unique, not package names.
4+
5+
### Go技术生态
6+
7+
1. Go context包的上下文 - https://asheetbhaskar.medium.com/context-about-context-package-in-golang-487ef60d9acc
8+
2. 为什么服务跟踪将替代所有日志手段 - https://go.lightstep.com/rs/260-KGM-472/images/Tracing-Will-Replace-Logging-Guide.pdf
9+
3. 内部服务的go单点登录方案 - https://github.com/buzzfeed/sso
10+
4. 在Go中创建自定义logger - https://jilsonfreddy.medium.com/create-a-custom-application-logger-in-golang-cdd11ba106d5
11+
5. 惊!这个 Go 开源项目号称「不改一行代码做秒杀」 - https://mp.weixin.qq.com/s/NSJmV-hBucaXoBAfD3TKLA
12+
6. 一文讲懂服务的优雅重启和更新 - https://mp.weixin.qq.com/s/yryqf8SCzvt-BFj8j5bZ2w
13+
7. 视频教程:Go初学者教程 - https://tutorialedge.net/courses/go-beginners-guide/
14+
8. Kubernetes单点登录指南 - http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
15+
9. kubestr: 一个工具集合,用于发现、验证和评估你的kubernetes存储选项 - https://kubestr.io/
16+
10. 除了编码之外,高级工程师所需技能的不完整清单 - https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-beyond-coding-8ed4a521b29f
17+
11. 主流分布式文件系统对比 - https://mp.weixin.qq.com/s/XgCjWKtqc2Mi_cqRj9_2xw
18+
19+
20+
### Go技术进阶专栏导读
21+
22+
Go语言源码默认使用Unicode字符集,并采用UTF-8编码方案,Go还提供了rune原生类型来表示Unicode字符。大多数情况下,你并不需要深入字符集和字符编码方案就能应对大多数场景。但在涉及不同字符集间转换或同一字符集的不同编码方案之间转换时,了解字符集原理以及字符编码方案就显得非常必要了。Go进阶专栏“[改善Go语⾔编程质量的50个有效实践](https://mp.weixin.qq.com/s/RThCEQOdytQxwrMP7XRTRw)”的第40篇文章[《告别乱码!GO语言字符集编码方案间转换》](https://www.imooc.com/read/87/article/2470) 将为你详细讲解字符集原理、Go中的Unicode字符表示以如何使用Go进行字符编码方案间的转换。
23+
24+
![](http://image.tonybai.com/img/202011/go-column-pgo-with-qr-and-text.png)
25+
26+
27+
### 资料下载
28+
29+
关注公众号**iamtonybai**,发送特定关键字获取对应精品资料!
30+
31+
* Go语言学习技术路线图2021版 - 发送**go2021**
32+
* GopherChina 2020技术大会ppt资料 - 发送**gopherchina2020**
33+
* GopherCon 2020大会技术ppt资料 - 发送**gophercon2020**
34+
* 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送**distsys**
35+
* O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送**distrace**
36+
* 加州伯克利的47页的“机器学习的数学基础”资料 - 发送**math4ml**
37+
38+
### “Gopher部落”,新年新气象
39+
40+
[“Gopher部落”](https://mp.weixin.qq.com/s/jUqAL7hf2GmMun64BJufEA)正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
41+
42+
* Go技术书籍的书摘和读书体会系列
43+
* Go与eBPF系列
44+
45+
![](http://image.tonybai.com/img/202103/gopher-tribe-zsxq-card.png)
46+
47+
感谢大家对本星球的支持!
48+
49+
### 联系方式
50+
51+
* 有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
52+
* gopherdaily归档:https://github.com/bigwhite/gopherdaily
53+
54+
* 编辑:Tony Bai (https://tonybai.com)
55+
* 邮件订阅:https://gopher-daily.com/
56+
* 知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
57+
* “Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
58+
* 微信公众号:iamtonybai,扫码关注!
59+
60+
![](http://image.tonybai.com/img/202011/qrcode_for_iamtonybai.jpg)
61+

0 commit comments

Comments
 (0)