写点什么

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

作者:codists
  • 2024-10-25
    广东
  • 本文字数:486 字

    阅读完需:约 2 分钟

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

用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《使用Gin框架构建分布式应用》阅读笔记:p143-p207_codists_InfoQ写作社区