This power point presentation discusses how to create a URL shortener service. It explains that a URL shortener takes a long URL and maps it to a short alias that redirects to the original link. The presentation outlines the basic architecture of a URL shortening service, including using a database to store the long and short URL mappings and redirecting requests for the short URLs back to the original long URLs.