From Zero to Neural Networks in Go: Concepts, Structure, and Practical Implementation GolangNeural Network
What I learned from building three high traffic web applications on an embedded key value store GolangBadgerDB
Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers Golang
Is switching from Express to Fiber worth it? Fiber handled 6,162,556 resp./sec with an average latency of 2.0 ms. GolangFiberExpress
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. Golang