Skip to main content
  1. Posts/

Go Backend Learning Roadmap

·41 words·1 min
Huayang Gao
Author
Huayang Gao
Notes on projects, source code reading, backend engineering and AI applications.
Table of Contents

This note organizes a practical Go backend learning roadmap.

Fundamentals
#

  • Go syntax
  • Gin API development
  • GORM database operations
  • MySQL table design and transactions
  • Redis cache and data structures

Engineering
#

  • Docker Compose deployment
  • Linux log inspection
  • wrk benchmarking
  • Git workflow