Case study
Platform where users can shorten long URLs into unique and shareable short links.

LynkGo is a distributed URL shortener application built with Spring Boot. It generates unique short links using Snowflake ID and stores URL mappings in MongoDB Atlas for reliable and scalable access.
Designing a distributed unique ID generation mechanism while ensuring fast URL lookup and reliable data persistence.