Golang / Go Crash Course 08 | Using Redis as A Cache for our REST API
In this article we are going to setup a caching layer in our Golang application by using Redis. REDIS is REmote DIctionary Server which is why we called Redis. Redis…
Favourite tutorials for developers
In this article we are going to setup a caching layer in our Golang application by using Redis. REDIS is REmote DIctionary Server which is why we called Redis. Redis…
AWS Database Services are Amazon’s fully managed and scalable database solution for your applications. Amazon provides a wide range of database options such as Amazon RDS, Aurora, DynamoDB, ElasticCache, and…
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…