How to build a RESTful API with Docker, PostgreSQL, and go-chi
Go-chi is a lightweight router library for building HTTP services in Go. It is especially useful for when you want the benefits of modular request handling without the batteries that…
Favourite tutorials for developers
Go-chi is a lightweight router library for building HTTP services in Go. It is especially useful for when you want the benefits of modular request handling without the batteries that…
This post is a tutorial on how to build a production-ready API with a rate-limiter, in 15 minutes and with 100% reproducibility. You will know: how to add a rate-limiter…