每日一諺: Go always hides complexity behind a simple facade.
go 中文網每日資訊--2021-02-22一、Go 語言中文網
二、亞軍進化史
三、HHFCodeRv
四、MoeLove
五、奇伢雲存儲
六、網管叨 bi 叨
七、mohuishou
Go 工程化(三) 依賴注入框架 wire - Mohuishou[1]來源: https://studygolang.com/go/godaily
GOCN 每日新聞--2021-02-221.一文完全掌握 Go math/rand [2]
2.詳解 Go 語言調度循環源碼實現 [Go 15.7 源碼] [3]
3.使用適配器模式解耦 Go 應用的功能庫 [4]
4.Go 中的 SSRF 攻防戰 [5]
5.go-frodokem: Frodokem 算法的 Go 實現[6]
來源:https://gocn.vip/topics/node18
gopherDaily--2021-02-221.Ristretto: 一個高性能、並發的緩存庫,注重性能和正確性[7]
3.FrodoKEM 的 Go 實現:(frodokem 是一個實用量子安全密鑰封裝)[9]
5.gohugo v0.81.0 發布:原生支持 apple m1[11]
7.gofp: Javascript 的 lodash 函數庫的 Go 移植[13]
10.自定義 gomock matcher 加強 go 單元測試 [14]
來源:https://gopher-daily.com/
碼農桃花源--2021-02-20 文章分享1 微服務系統的服務發現機制[15]
2 微服務設計學習之服務發現[16]
3 看圖學 etcd[17]
4 複習:go 語言之 interface[18]
面試問題1 redis 的過期策略都有哪些?內存淘汰機制都有哪些?手寫一下 LRU 代碼實現?
2 redis 的並發競爭問題是什麼?如何解決這個問題?了解 Redis 事務的 CAS 方案嗎?
3 HTTP 的 keep-alive 是幹什麼的?
4 HTTP2 相對於 HTTP1.x 有什麼優勢和特點?
5 為什麼常說 TCP 有粘包和拆包的問題而不說 UDP ?
6 介紹一下 Linux 中進程的幾種狀態
7 針對網站訪問慢,怎麼去排查?怎麼去解決?
每日算法lc381 設計數據結構:O(1)時間插入、刪除、獲取隨機元素。
編輯: Amartya 果果
更多內容詳見:https://www.yuque.com/qcrao/share/
關注公眾號回覆:微信,拉你入群。
參考資料[1]Go工程化(三) 依賴注入框架 wire - Mohuishou: https://lailin.xyz/post/go-training-week4-wire.html
[2]一文完全掌握 Go math/rand : https://gocn.vip/topics/11689
[3]詳解 Go 語言調度循環源碼實現 [Go 15.7 源碼] : https://www.luozhiyun.com/archives/448
[4]使用適配器模式解耦 Go 應用的功能庫 : https://www.hildeberto.com/2021/02/adapter-design-pattern-golang.html
[5]Go 中的 SSRF 攻防戰 : https://isites.github.io/timeline/go-ssrf/
[6]go-frodokem: Frodokem 算法的 Go 實現: https://github.com/kuking/go-frodokem/
[7]Ristretto: 一個高性能、並發的緩存庫,注重性能和正確性: https://github.com/dgraph-io/ristretto
[8]純Go實現的程式語言: https://github.com/odddollar/Container-lang
[9]FrodoKEM的Go實現:(frodokem是一個實用量子安全密鑰封裝): https://github.com/kuking/go-frodokem/
[10]一個go實現的虛擬文件系統 : https://alysonn.medium.com/a-virtual-filesystem-in-go-creating-our-foundation-9af62b0e82db
[11]gohugo v0.81.0發布:原生支持apple m1: https://gohugo.io/news/0.81.0-relnotes/
[12]Go實現的語音彩鈴 : https://learn.vonage.com/blog/2021/01/14/play-an-audio-file-into-a-voice-call-with-go
[13]gofp: Javascript的lodash函數庫的Go移植: https://github.com/rbrahul/gofp
[14]自定義gomock matcher加強go 單元測試 : https://dev.to/techschoolguru/how-to-write-stronger-unit-tests-with-a-custom-go-mock-matcher-55pc
[15]微服務系統的服務發現機制: https://segmentfault.com/a/1190000004960668?utm_source=sf-related
[16]微服務設計學習之服務發現: https://segmentfault.com/a/1190000021132907?utm_source=sf-related
[17]看圖學etcd: https://segmentfault.com/a/1190000020742981?utm_source=sf-related
[18]複習:go語言之interface: https://draveness.me/golang/docs/part2-foundation/ch04-basic/golang-interface/