《使用Gin框架构建分布式应用》阅读笔记:p212-p233

《用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)

相关推荐
Wang's Blog16 分钟前
PostgreSQL笔记33: 索引底层原理、扫描类型与属性体系深度解析
数据库·笔记·postgresql
是上好佳佳佳呀18 分钟前
【深度学习|DAY05】卷积神经网络深度学习笔记
笔记·深度学习·cnn
路多辛20 分钟前
一个 Go 写的全能 AI Agent,讲讲 covo-agent
java·开发语言·golang
蒸蒸yyyyzwd21 分钟前
cpp 选手备战秋招学习笔记 day11
redis·笔记·求职招聘
ElectroComp41 分钟前
选对1.5uH功率电感:线艺XEL4030V与同于的兼容评估笔记
笔记
你要飞1 小时前
VSP3 转 STL
笔记·github
Lethehong1 小时前
把Blinko放进极空间:Docker 部署自托管笔记,并实现多设备远程访问
笔记·docker·容器
Shaoxi Zhang11 小时前
JAVA学习笔记035——对象和JSON格式
java·笔记·学习
Oll Correct11 小时前
Adobe illustrator 案例六:手枪图标绘制
笔记·ui·adobe·illustrator
圣殿骑士-Khtangc12 小时前
Go-Prometheus指标采集与监控全栈实践
golang