#system-design
Read more stories on Hashnode
Articles with this tag
In the current technical landscape, there is a growing trend toward scaling systems by adding more resources, such as compute and storage, to...
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 tutorial will show how to build a URL shortener similar to TinyURL, covering both the design and implementation...