Using Counter API for static websites9 August 2022·4 minsThe Counter API is a free and simple-to-use API that allows developers to count things without the need for authentication.
How to setup Redis cache for Gin Web Framework12 May 2022·4 minsDiscover how Redis caching in Go Gin Tonic enhances web speed, optimizes APIs by efficient data storage, and reduces database queries.
How to Create Multi-stage Dockerfile25 March 2022·3 minsReduce your image size by using multi-stage Dockerfile