一、#公眾號:Go 語言中文網
二、#公眾號:亞軍進化史
三、#公眾號:代碼與遠方
四、Pingcap
五、#公眾號:Golang 語言開發棧
六、#公眾號:Golang 技術分享
七、#公眾號:Golang 來啦
八、#公眾號:Go 招聘
GOCN 每日新聞--2021-01-121.2021,JuiceFS 開源啦
2.Go Slice 手冊 [3]
3.使用 Kubernetes 和 Istio 構建大型集群的挑戰和解決方案 [4]
4.聊聊 gorm 的 IsolationLevel [5]
5.Golang 組件化網絡伺服器框架 Halia 指南 [6]
來源:https://gocn.vip/topics/node18
gopherDaily--2021-01-121.Go 併發模式之 sync.WaitGroup [7]
2.Go 切片使用技巧快查表[8]
3.nanoQ: 高性能、無代理的面向實時流數據的訂閱和發布工具 [9]
4.我是如何將 Go 用於物聯網系統的每一個部分的[10]
5.超全 golang 面試題合集+golang 學習指南+golang 知識圖譜+入門成長路線[11]
6.juicefs: 基於 redis 和 S3 構建的分布式 POSIX 文件系統 [12]
7.一個校驗 http 請求中 jwt 的 go web 中間件[13]
8.vim-go 作者的 zshrc 模板[14]
9.線性代數學習筆記(python 版本)[15]
10.德勤發布《2021 技術趨勢》報告
11.一份硬核計算機科學 CS 自學計劃[16]
來源:https://gopher-daily.com/
碼農桃花源--2021-01-12 文章分享面試問題每日算法lc214 最短回文串[20]
編輯: Amartya 果果
更多內容詳見:https://www.yuque.com/qcrao/share
關注公眾號回覆:微信,拉你入群。
參考資料[1]Go技術日報(2021-01-11): https://studygolang.com/topics/12951
[2]TiDB 常⻅架構應⽤場景: https://pingcap.com/blog-cn/schema-application-scenario-for-tidb/
[3]Go Slice 手冊 : https://ueokande.github.io/go-slice-tricks/
[4]使用 Kubernetes 和 Istio 構建大型集群的挑戰和解決方案 : https://blog.houzz.com/challenges-and-solutions-in-building-a-large-scale-cluster-with-kubernetes-and-istio/
[5]聊聊 gorm 的 IsolationLevel : https://segmentfault.com/a/1190000038939922
[6]Golang 組件化網絡伺服器框架 Halia 指南 : https://segmentfault.com/a/1190000038946586
[7]Go併發模式之sync.WaitGroup : https://www.calhoun.io/concurrency-patterns-in-go-sync-waitgroup/
[8]Go切片使用技巧快查表: https://ueokande.github.io/go-slice-tricks/
[9]nanoQ: 高性能、無代理的面向實時流數據的訂閱和發布工具 : https://medium.com/aigent/meet-nanoq-high-performance-brokerless-pub-sub-for-streaming-real-time-data-with-golang-6630d3067f4e
[10]我是如何將Go用於物聯網系統的每一個部分的: https://dev.to/stanleynguyen/going-places-how-i-used-golang-for-literally-every-part-of-an-iot-system-19fm
[11]超全golang面試題合集+golang學習指南+golang知識圖譜+入門成長路線: https://github.com/xiaobaiTech/golangFamily
[12]juicefs: 基於redis和S3構建的分布式POSIX文件系統 : https://github.com/juicedata/juicefs
[13]一個校驗http請求中jwt的go web中間件: https://github.com/auth0/go-jwt-middleware
[14]vim-go作者的zshrc模板: https://github.com/fatih/dotfiles/blob/master/zshrc
[15]線性代數學習筆記(python版本): https://github.com/MacroAnalyst/Linear_Algebra_With_Python
[16]一份硬核計算機科學CS自學計劃: https://github.com/spring2go/cs_study_plan
[17]go語言資源自動回收技術: https://chai2010.cn/post/golang/go-gc-2013/
[18]go並發與按值傳遞引發的問題: https://www.lijiaocn.com/go-detail/article/waitgroup.html
[19]mysql實戰45講整理面試必知: https://www.lijiaocn.com/編程/2020/04/17/geek-mysql-45-note.html
[20]lc214 最短回文串: https://leetcode-cn.com/problems/shortest-palindrome/