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

codists發表於2024-10-28

《用Gin框架構建分散式應用》學習第12天,p212-p233總結,總22頁。

一、技術總結

1.JavaScript知識點

(1)class、method

(2)function, arrow function,

(3)fetch()

(4)Promise, then()

2.bootstrap

第5章主要涉及前端技術的運用,作為後端開發者,大致瞭解其用法即可。

二、英語總結

1.alleviate

p225, This chapter will cover how to use caching mechanisms to alleviate performance bottlenecks.

(1)alleviate: ad-("to") + levis("light" in weigh)。vt. to make sth bad such as problem less servere.

(2)alleviation

2.sluggish

p226, Nothing can turn away a user more quickly than an application that is slow and sluggish.

(1)sluggish: slugge("lazy person") + -ish("of the chacter of ...",有...的性質,有...的特徵)。adj. move slowly.

(2)slug: a lazy person.

在這裡,雖然“slow”和“sluggish”都有慢的意思,但slow主要指speed"耗時長/速度慢",而sluggish偏向於unresponsive("未響應的,遲鈍的")。

三、其它

今天沒有什麼想說的。

四、參考資料

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)

相關文章