url-shortener-pre-generated-approach.This is a fun and simple implementation of a URL shortener service with a different approach. Instead of generating shortened URLs on-the-fly, this service pre-generates a pool of unique shortened URLs in the background. This design aims to provide immediate availability and reduce database checks during the URL shortening process.