A simple URL shortener application built using Python, FastAPI, Docker, AWS Lambda, and AWS DynamoDB. This project shortens long URLs and stores the original and short URLs in DynamoDB for easy ...
This project aims to create a URL shortener with some additional features to enhance its functionality. The program will be developed in Python and include features such as custom short URLs, URL ...
Shortening URLs has become a necessity in this age of Twitter and limited-character status updates. It not only allows us to cram more words into our oh-so-important Twitter statuses, but it also ...
The program is occasionally getting urls that have illegal characters (or whatever you want to call them) that need escaped. But not always, so I can't just go around quoting blindly, since quoting is ...
I don’t like it when third-party apps or services force me to share links to articles or webpages using their own custom shortened links. I understand the appeal of personalized short domains – after ...