#golang
Read more stories on Hashnode
Articles with this tag
In one of my recent projects, I aimed to create a Go module that would house a collection of common utility functions. This module was intended to be...
In the world of containerization, optimizing Docker image size is a constant pursuit. One powerful technique that caught my attention is multi-stage...
In a recent Gin server project, I wanted to incorporate API caching effortlessly. So, I decided to build a middleware for it, thinking it would be a...
Hey there, fellow tech enthusiasts! 🚀 So, I've been poking around some apps lately, playing with their APIs. And guess what? It's so easy to find the...
In the realm of cybersecurity, the choice of the size of your OTP is not to be taken lightly. When your backend system demands a 4-digit OTP, it...
In the last part of this blog series, we're going to explore gaming backend technology, specifically how it keeps the game's status synchronized for...