每日一諺:In go, Visibility is orthogonal to type.
go 中文網每日資訊--2021-02-03一、#公眾號:Go 語言中文網
二、#公眾號:亞軍進化史
三、The Go Blog
Gopls on by default in the VS Code Go extension[2]四、#公眾號:k8s 技術圈
五、#公眾號:CloudNativeCommunity
六、#公眾號:微服務實踐
七、#公眾號:網管叨 bi 叨
八、#公眾號:polarisxu
九 、#公眾號:Golang 語言開發棧
來源: https://studygolang.com/go/godaily
GOCN 每日新聞--2021-02-031.18 張圖解密新時代內存分配器 TCMalloc [3]
2.使用 MAC API 來開發 MAC APP [4]
3.詳解 Go 內聯優化 [5]
4.如何發布一個新的 Modules [6]
5.快速開發一個 graphql 應用[7]
來源:https://gocn.vip/topics/node18
gopherDaily--2021-02-031.Go vs. Rust:2021 年我們更應該使用哪門語言?[8]
2.Go 1.16 在 openbsd 平臺上將通過 libc 進行系統調用 [9]
3.Azure SDK 添加更多語言支持,包括 Go[10]
4.使用 Go 與 mac api 構建 mac 應用[11]
5.Go event sourcing 框架 [12]
6.O』Reilly Go 新書《Learning Go》預售 [13]
7.新手為什麼要學習 Go[14]
8.編寫好的軟體文檔的指南[15]
9.播客:cilium: 可編程 linux 網絡[16]
10.通過 10 個小型項目更好地利用 Linux [17]
11.使用安全的內核內緩存和棧前處理來加速 Memcached [18]
12.機器學習新手必須知道的術語[19]
13.數據科學學習路線[20]
來源:https://gopher-daily.com/
碼農桃花源--2021-02-03 文章分享1 linux 內核同步之 memory barrier[21]
2 linux 內存管理之反向映射[22]
3 複習:mysql 加鎖語句分析
4 複習:為什麼 tcp 協議有粘包問題[23]
面試問題1 什麼是零拷貝
2 假設銷售團隊擁有一張帳目表 account,表中每行記錄記錄著銷售員 2016 年到 2018 年每個月的銷售額,如果銷售員當月沒有銷售額,則不錄入到表中,目前管理員想查看下 2018 年每個月都有銷售額的銷售人員的總銷售額, 那麼 sql 語句是?
3 http 請求的處理過程
4 事務的隔離級別 底層是如何實現的
每日算法lc424 替換後的最長重複字符 https://leetcode-cn.com/problems/longest-repeating-character-replacement/
每日算法lc 902: 最大為 N 的數字組合
編輯: Amartya 果果
更多內容詳見:https://www.yuque.com/qcrao/share/
關注公眾號回覆:微信,拉你入群。
參考資料[1]Go 技術日報(2021-02-02)——Go1.16 新特性:一文快速上手 Go embed: https://studygolang.com/topics/13073
[2]Gopls on by default in the VS Code Go extension: https://blog.golang.org/gopls-vscode-go
[3]18 張圖解密新時代內存分配器 TCMalloc : https://juejin.cn/post/6924899045353881608
[4]使用 MAC API 來開發 MAC APP : https://dev.to/progrium/use-mac-apis-and-build-mac-apps-with-go-ap6
[5]詳解 Go 內聯優化 : https://juejin.cn/post/6924249254752059406
[6]如何發布一個新的 Modules : https://juejin.cn/post/6923740678736314375
[7]快速開發一個 graphql 應用: https://github.com/ohler55/graphql-test-tool/blob/develop/example/solid-quick.md
[8]Go vs. Rust:2021 年我們更應該使用哪門語言?: https://codersera.com/blog/go-vs-rust/
[9]Go 1.16 在 openbsd 平臺上將通過 libc 進行系統調用 : https://utcc.utoronto.ca/~cks/space/blog/programming/Go116OpenBSDUsesLibc
[10]Azure SDK 添加更多語言支持,包括 Go: https://visualstudiomagazine.com/articles/2021/02/02/azure-sdk.aspx
[11]使用 Go 與 mac api 構建 mac 應用: https://dev.to/progrium/use-mac-apis-and-build-mac-apps-with-go-ap6
[12]Go event sourcing 框架 : https://github.com/eventually-rs/eventually-go
[13]O』Reilly Go 新書《Learning Go》預售 : https://www.amazon.com/Learning-Go-Idiomatic-Real-World-Programming/dp/1492077216/
[14]新手為什麼要學習 Go: https://hackernoon.com/why-should-you-go-with-golang-newbies-guide-s69y3wkk
[15]編寫好的軟體文檔的指南: https://documentation.divio.com/
[16]播客:cilium: 可編程 linux 網絡: https://softwareengineeringdaily.com/2021/02/02/cilium-programmable-linux-networking-with-dan-wendlant-and-thomas-graf/
[17]通過 10 個小型項目更好地利用 Linux : https://carltheperson.com/posts/10-things-linux
[18]使用安全的內核內緩存和棧前處理來加速 Memcached : https://www.usenix.org/conference/nsdi21/presentation/ghigoff
[19]機器學習新手必須知道的術語: https://twitter.com/PrasoonPratham/status/1356508751822548992
[20]數據科學學習路線: https://github.com/therealsreehari/Learn-Datascience-for-Free
[21]linux 內核同步之 memory barrier: http://www.wowotech.net/kernel_synchronization/memory-barrier.html
[22]linux 內存管理之反向映射: https://www.cnblogs.com/arnoldlu/p/8335483.html
[23]複習:為什麼 tcp 協議有粘包問題: https://draveness.me/whys-the-design-tcp-message-frame/