Why Go
My first programming language was Python — undeniably convenient and powerful, but lacking in performance. For frequently-used tools and concurrent demands, I eventually chose to learn a high-performance language. Go is friendly for Python learners to pick up, which is why I chose it.Learning path (for reference only):
- A Tour of Go + Bilibili video for basics
- GoFrame trial (abandoned later — too comprehensive)
- Gin + Gorm to build backend
- To be continued…
Gin Framework
Go’s most popular web framework for building API services.
