Recent Posts
Architecture Optimization: Evaluating the Impact of Horizontal Scaling and Caching on System Throughput
February 5, 2026
Program
Evaluate the impact of horizontal scaling and Redis caching on system performance through hands-on testing. This article shares the complete testing process, pitfalls encountered, and real benchmark data comparisons to help you make data-driven decisions when facing scalability challenges.
Database Search Performance Optimization: From SQL LIKE, MSSQL Full-Text Search to Elasticsearch
October 7, 2025
Program
In-depth exploration of database search performance optimization, comparing the pros and cons of SQL LIKE, MSSQL Full-Text Search, and Elasticsearch with implementation details.
Why We Always Go Back to the Songs of Our Youth
September 30, 2025
Life Record ,Just Sharing
From not understanding why parents love old songs to starting to listen to our own 'old songs' - a journey of understanding.
Go + Gin API Implementation: Clean Architecture, JWT, Redis, and Transaction Management
September 24, 2025
Program
Experience sharing on Go + Gin API implementation, covering Clean Architecture layered design, CRUD, JWT, Redis caching, transaction management, and comparing development differences between C# and Go, Swagger documentation management, and common pitfalls. Suitable for backend engineers.
Using Redis in Go: Global Client with Auto Reconnect
September 19, 2025
Program
A practical guide to integrating Redis in Go using a global client with auto-reconnect, cache-aside pattern, and best practices for robust, maintainable caching.


