Nginx add_header configuration pitfall

https://blog.g3rt.nl/nginx-add_header-pitfall.html

Nginx 的 add_header 指令会清除所有父级的 add_header 指令添加的 header,解决办法写到一个 conf 文件里,在每一级的 block 里 include 进来。

Understanding Python metaclasses

http://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/

一篇很好的关于 Python metaclass 的教程。

CloudPing.info

https://www.cloudping.info/

测试你的浏览器到 AWS 各个region 的延迟。

h2non/filetype

https://github.com/h2non/filetype

纯 Go 实现的用于推断文件类型的库。

BoltDB vs Badger: A Comparison of Go Key-Value databases

https://tech.townsourced.com/post/boltdb-vs-badger/

BoltHold 和 BadgerHold 的作者介绍了 BoltDB 和 Bager 之间的区别,并且提供了选择的建议。

Katrina Ellison Geltman Code Generation: Go’s Secret Weapon

https://www.youtube.com/watch?v=3llI65DQB_w

用 Go 自己的 template 功能来生成 Go 代码,是一个非常使用且方便的做法。


知识共享许可协议本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。