- Developed URL Shortener Application using Spring Boot and React, enabling users to generate short URLs.
- Implemented custom algorithms for generating short URLs for uniqueness and minimizing collision probabilities.
- Designed and developed a RESTful API backend using Spring Boot, handling requests from the frontend, generating
short URLs, and managing the mapping of short URLs to original URLs in a MySQL database.