20 Go Performance Tricks I Learned the Hard Way
Ultimate Golang Performance Optimization Guide
A Million WebSockets and Go
Build your Service Mesh: The Proxy
Avoiding Beginner Mistakes Hampering You to Scale Backend
Building a High-Performance File Uploader in Go
What I learned from building three high traffic web applications on an embedded key value store
How I sent 500 million HTTP requests to 2.5 million hosts
A Complete Guide to Logging in Go with Zerolog
Better HTTP server routing in Go 1.22
Which Go router should I use?
Live website updates with Go, SSE, and htmx
How to Test Goroutines in Go
What’s the fastest template engine in Go?
Customizing Error Messages in Struct Validation Using Tags in Go
Go Concurrency — Graceful Shutdown
Building a neural network from scratch in Go
Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers
REST v. gRPC
One process programming notes (with Go and SQLite)
Why Discord is switching from Go to Rust
goqu - SQL builder and query library for golang
Implementing RSA Encryption and Signing in Golang (With Examples)
Input validation in GoLang
http implementation fasthttp in golang
Generating good unique ids in Go
使用validator.v9验证请求数据并转换成特定验证信息
Is switching from Express to Fiber worth it? Fiber handled 6,162,556 resp./sec with an average latency of 2.0 ms.
Fiber is a Go web framework built on top of Fasthttp, the fastest HTTP engine for Go. It's designed to ease things up for fast development with zero memory allocation and performance in mind.
使用Go实现TLS 服务器和客户端