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

codists發表於2024-10-25

《用Gin框架構建分散式應用》學習第10天,p143-p207總結,總計65頁。

一、技術總結

1.auth0

本人實際工作中未遇到過,mark一下,參考:https://auth0.com/。

2.使用template

(1)c.File()

(2)router.Static()

(3)router.LoadHTMLGlob()。

3.構建SAP

書裡作者使用的是React。

第4章中的JWT可以看一下。第5章使用模板可以快速的瀏覽一遍,實際開發中基本不用,都是前後端分離專案,使用React的部分重點看。

二、英語總結

1.tenant

p156, Once created, set up a tenant domain in the region where you're located, as illustrated in the following screenshot...

(1)tenant(租戶) & landlord(房東)

c. a person who pays rent for the use of land or building(租戶)。

(2) lessor(出租人) & lessee(承租人)

(3)lease agreement/rental agreement(租約)

三、其它

無。

四、參考資料

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)

相關文章