October 23, 2024
Concurrency in Golang
After reading the Concurrency chapter in Learning Go - An Idiomatic Approach to Real-World Go Programming, I was surprised by how different Golang’s approach to...
October 23, 2024
After reading the Concurrency chapter in Learning Go - An Idiomatic Approach to Real-World Go Programming, I was surprised by how different Golang’s approach to...
September 24, 2024
In the current technical landscape, there is a growing trend toward scaling systems by adding more resources, such as compute and storage, to efficiently manage...
August 26, 2024
In the previous article, we covered creating a URL shortener, and I explained that I selected the Twitter snowflake algorithm for generating IDs. In this articl...
July 6, 2024
This tutorial will show how to build a URL shortener similar to TinyURL, covering both the design and implementation aspects. Technologies Golang Gin Framewor...