Huayang GaoUniversity of South China · Software Engineering · Junior Go Backend AI Apps Gin GORM Redis RabbitMQ MySQL DockerNotes on Go source code reading, engineering practice, project reviews and long-term learning.Daily Dev Wordhandler 处理函数Go WebA Gin handler receives a request and writes a response.Next
Understanding singleflight, null-value cache, and Bloom filters from a cache miss17 words·1 minGo Source Reading Go Redis Singleflight Cache
Why high-concurrency systems need Redis and MQ: notes from a course selection project17 words·1 minProject Review Go Redis RabbitMQ MySQL High Concurrency
context: the control signal of a Go backend request lifecycle17 words·1 minGo Source Reading Go Context HTTP Goroutine