周末看的几篇文章提到了一些有用的资源,记录一下:
- Golang
1. [awesome-go](https://github.com/avelino/awesome-go)
2. [Effective Go](https://go.dev/doc/effective_go)
- Kotlin
1. [Coding Conventions](https://kotlinlang.org/docs/coding-conventions.html)
- JavaScript
1. [Prototype Chain](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)
- Web
1. [MS Restful API Guideline](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md)
2. [Hardening Your HTTP Security Headers](https://www.keycdn.com/blog/http-security-headers)
评论