《使用Gin框架構建分散式應用》閱讀筆記:p1-p19

codists發表於2024-10-12

《使用Gin框架構建分散式應用》學習第1天,p1-p19總結,總計19頁。

一、技術總結

1.go get & go install

執行go get 或者 go install 命令後package會被安裝到哪裡?參考:https://go.dev/ref/mod#go-install

VSCode結合WSL使用後,路徑把人繞暈了。

二、英語總結

1.evangelist

Contributors章節:Mohamed Labouardy is the CTO and cofounder of Crew.work, and a DevSecOps evangelist.

(1) evangelist: eu-("good") + angel。

c.字面意思是"bringger of good news",someone who often talks about how good they think something is, and tries to persuade you to have the same opion(佈道者)。

2.back

vt. to give support to someone。等同於support。

3.from scratch

這是一個俚語(idiom), 意為“from the beginning”。

4.focal point

p7, The pattern of request-response is one of the focal point in building web applications in Go.

(1)focal: focus + -al。adj. central and important。

(2)相似的用法:key point。

5.craft

p7, While the net/http package allows you to craft a web application easily, the routing

mechanism is not so powerful, especially for complex applications.

craft: vt. to make object, especially in a skill way(精心製作)。

作者(Mohamed Labouardy )用了很多平時意思相近,但是用得很少的詞,例如上面的:back(support), focal point(key point), craft(create/build),不知道是不是因為作者是法國的,也有可能是我讀書少。

三、其它

SumatraPDF在閱讀PDF檔案的時候輸入頁數可以跳到實際的頁數,這個功能挺好用,這樣可以不受目錄、序言等頁數的影響。

四、參考資料

1. 程式設計

(1) Mohamed Labouardy,《Building Distributed Applications in Gin》:https://book.douban.com/subject/35610349

2. 英語

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

歡迎搜尋及關注:程式設計人(a_codists)

相關文章