- [WTF Dial break down](https://www.gobeyond.dev/wtf-dial/): an illustrative way for new golang developers to see how a real web application get's built in golang.
- [ML in Go with a Python Sidecar](https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/): A work around for not having good ML support in Go.
- [Writing secure Go code](https://jarosz.dev/article/writing-secure-go-code/)
- [Which router to choose](https://www.alexedwards.net/blog/which-go-router-should-i-use)
- [Organizing a Go module](https://go.dev/doc/modules/layout#server-project)