Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigercandy/go-read-recommend
:fire: 让阅读变成一件有意义的事。Golang好文推荐;收录平时阅读到的一些Go相关写的比较好、质量较高的干货文章.
https://github.com/tigercandy/go-read-recommend
articles golang knowledge-sharing readme
Last synced: 3 months ago
JSON representation
:fire: 让阅读变成一件有意义的事。Golang好文推荐;收录平时阅读到的一些Go相关写的比较好、质量较高的干货文章.
- Host: GitHub
- URL: https://github.com/tigercandy/go-read-recommend
- Owner: tigercandy
- License: mit
- Created: 2018-10-12T10:45:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T05:59:55.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T12:07:36.126Z (3 months ago)
- Topics: articles, golang, knowledge-sharing, readme
- Homepage:
- Size: 79.1 KB
- Stars: 836
- Watchers: 74
- Forks: 109
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - tigercandy/go-read-recommend - :fire: 让阅读变成一件有意义的事。Golang好文推荐;收录平时阅读到的一些Go相关写的比较好、质量较高的干货文章. (Others)
README
#### Golang好文推荐(持续更新中)
--- 俗话说书是人类进步的阶梯,本项目收录了平时阅读到的一些Go相关写的比较好、质量较高的干货文章;欢迎star。
----
- [基于gRPC的注册发现与负载均衡的原理和实战](https://learnku.com/articles/52189)
- [docker+jenkins+golang持续集成实践](https://yeqown.github.io/2018/05/03/docker-jenkins-golang%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E5%AE%9E%E8%B7%B5/)
- [用Golang处理每分钟百万级请求](https://zhuanlan.zhihu.com/p/29126221)
- [Go 语言构建高并发分布式系统实践](https://mp.weixin.qq.com/s/YsrnkME0VBPUUc6Td8T99w)
- [ofo 基于 K8S 容器云平台的实践](https://mp.weixin.qq.com/s/4OlnyQd8lqRJYL-7HEv1gw)
- [Go在迅雷P2P连通系统中的性能优化实践-朱文](https://mp.weixin.qq.com/s/UiFHE6dcl9dPlhlj-78UcQ)
- [Golang监控(Telegraf+InfluxDB+Grafana)](http://blog.sina.com.cn/s/blog_6b61ec070102xq61.html)
- [使用Beego+Swagger构建更好的API服务](https://mp.weixin.qq.com/s/8798RDfDIyzkF_GYUPticg)
- [今日头条Go建千亿级微服务的实践](https://mp.weixin.qq.com/s?__biz=MjM5MDE0Mjc4MA==&mid=2650996069&idx=1&sn=63e7f5d5f91f9d84f1c3278426f6edf6)
- [前端遇上Go: 静态资源增量更新的新实践](https://tech.meituan.com/fe_and_golang.html)
- [GO千万级消息推送服务](https://yuerblog.cc/2018/06/26/go-push-service)
- [如何基于Golang设计一套微服务架构](https://lattecake.com/post/20115)
- [亿级用户日活千万的社交平台探探,如何用Go支撑后端工程实践](https://mp.weixin.qq.com/s/3Tla_uOkocIB3F_gcj_zWA)
- [Go语言开发RESTFul JSON API](https://segmentfault.com/a/1190000014875956)
- [基于Go构建滴滴核心业务平台的实践](https://mp.weixin.qq.com/s/dWTqPOOadcjoiDjqDgNyow)
- [用Golang处理每分钟100万份请求](https://juejin.im/post/5acffcf8f265da237c694d25)
- [Golang工程经验](https://juejin.im/post/5a6873fb518825733e60a1ae)
- [一个轻量级RPC的实现](https://juejin.im/post/5a69e308518825733b0f151a)
- [gRPC负载均衡-Golang](https://juejin.im/post/5a66046c51882535a47cfc8d)
- [Golang基于Gitlab CI/CD部署方案](http://www.chairis.cn/blog/article/96)
- [探索Go内存管理(分配)](https://www.jianshu.com/p/47691d870756)