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

相关推荐
致***锌7 小时前
期权平仓后权利金去哪了?
笔记
LiuYaoheng8 小时前
【Android】View 的基础知识
android·java·笔记·学习
星梦清河8 小时前
宋红康 JVM 笔记 Day14|垃圾回收概述
jvm·笔记
Suckerbin8 小时前
Basic Pentesting: 1靶场渗透
笔记·安全·web安全·网络安全
草莓熊Lotso8 小时前
PyCharm 从入门到高效:安装教程 + 快捷键速查表
开发语言·ide·经验分享·笔记·其他
一位搞嵌入式的 genius8 小时前
ES6 核心特性详解:从变量声明到函数参数优化
前端·笔记·学习
序属秋秋秋9 小时前
《C++进阶之STL》【set/map 使用介绍】
开发语言·c++·笔记·leetcode·stl·set·map
澡点睡觉9 小时前
【golang长途旅行第38站】工厂模式
开发语言·后端·golang
肥肠可耐的西西公主10 小时前
后端(fastAPI)学习笔记(CLASS 1):扩展基础
笔记·学习·fastapi
程序员Xu17 小时前
【LeetCode热题100道笔记】二叉树的右视图
笔记·算法·leetcode