Skip to content

Commit dc474fe

Browse files
committed
add issue-20210604.md
1 parent ffdfcdf commit dc474fe

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

202106/issue-20210604.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Go原生fuzzing test开启beta测试 | Gopher Daily (2021.06.04) ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:Go is about composition, concurrency, and gophers.
4+
5+
### Go技术生态
6+
7+
1. Go原生fuzzing test开启beta测试 - https://blog.golang.org/fuzz-beta
8+
2. Go 1.16.5和Go 1.15.13发布 - https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI/m/r_EP-NlKBgAJ
9+
3. vtprotobuf: 一个protobuf编译器,为ProtoBuf APIv2生成优化的marshaling和unmarshaling Go代码 - https://github.com/planetscale/vtprotobuf
10+
4. kubernetes水族馆 - https://medium.com/@AnneLoVerso/the-kubernetes-aquarium-6a3d1d7a2afd
11+
5. 谷歌发布"Open Source Insights"站点,提供开源项目的依赖包的互动视图 - https://opensource.googleblog.com/2021/06/introducing-open-source-insights-project.html
12+
6. 使用go-i18n实现Go国际化 - https://lokalise.com/blog/go-internationalization-using-go-i18n/
13+
7. gProfiler:结合多个采样分析器,对CPU开销进行统一的可视化分析,支持Go、Java和Python - https://github.com/Granulate/gprofiler
14+
8. Kubernetes资源大全 - https://kubernetesreadme.com/
15+
9. 用Docker的Buildx Kubernetes驱动将构建时间减少一半 - https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes
16+
10. 经典旧文:理解linux网络协议栈 - https://www.privateinternetaccess.com/blog/linux-networking-stack-from-the-ground-up-part-1/
17+
11. docker公司开发人员从以办公室为中心到以远程为中心的历程 - https://www.docker.com/blog/our-journey-from-office-centric-to-remote-first/
18+
19+
### Go技术进阶专栏导读
20+
21+
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进行字符编码方案间的转换。
22+
23+
![](http://image.tonybai.com/img/202011/go-column-pgo-with-qr-and-text.png)
24+
25+
26+
### 资料下载
27+
28+
关注公众号**iamtonybai**,发送特定关键字获取对应精品资料!
29+
30+
* Go语言学习技术路线图2021版 - 发送**go2021**
31+
* GopherChina 2020技术大会ppt资料 - 发送**gopherchina2020**
32+
* GopherCon 2020大会技术ppt资料 - 发送**gophercon2020**
33+
* 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送**distsys**
34+
* O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送**distrace**
35+
* 加州伯克利的47页的“机器学习的数学基础”资料 - 发送**math4ml**
36+
37+
### “Gopher部落”,新年新气象
38+
39+
[“Gopher部落”](https://mp.weixin.qq.com/s/jUqAL7hf2GmMun64BJufEA)正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
40+
41+
* Go技术书籍的书摘和读书体会系列
42+
* Go与eBPF系列
43+
44+
![](http://image.tonybai.com/img/202103/gopher-tribe-zsxq-card.png)
45+
46+
感谢大家对本星球的支持!
47+
48+
### 联系方式
49+
50+
* 有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
51+
* gopherdaily归档:https://github.com/bigwhite/gopherdaily
52+
53+
* 编辑:Tony Bai (https://tonybai.com)
54+
* 邮件订阅:https://gopher-daily.com/
55+
* 知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
56+
* “Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
57+
* 微信公众号:iamtonybai,扫码关注!
58+
59+
![](http://image.tonybai.com/img/202011/qrcode_for_iamtonybai.jpg)
60+

0 commit comments

Comments
 (0)