Siben Nayaktheawesomenayak.com·Aug 26, 2023System Design 102 - URL ShortenersURL shorteners are ubiquitous on the internet, and most of us have encountered them, be it in the form of a shortened YouTube link, a Bitly URL, or a QR code leading us to a website. But have you ever stopped to wonder how these work? Or considered b...Discuss·4 likes·973 readsSystem DesignSystem Architecture
Divslydivsly.hashnode.dev·Aug 23, 2023The Power and Perils of Short URLs: Unveiling the Realm of Link ShortenersIntroduction In the vast expanse of the digital landscape, where attention spans are fleeting and character counts are limited, the significance of short URLs has risen exponentially. These condensed web addresses, often employed to redirect users to...DiscussUrl Shortener
Robert Dixonrobsd.hashnode.dev·Aug 11, 2023Why you should use short URLsShort URLs are exactly what they say on the tin, shorter URLs than their former lengthy URLs. There are plenty of services that can shorten URLs such as Bitly, Rebrandly and Short.io. You can even run your own URL shortener if you have PHP webspace w...DiscussWeb2Articles1Week
Rajdip Bhattacharyablog.rajdip.dev·Aug 9, 2023How to develop a scalable, resilient and highly available URL shortener.Greetings everyone! In the world of software development, we often face an overwhelming amount of information. Every application has its complexities hidden beneath the surface, which can be difficult to understand upfront. When I started my career i...Discuss·13 likes·50 readsSystem Design
Delight Olu-Olagbujidelighto.hashnode.dev·Aug 6, 2023How to Build, Test and Deploy a URL Shortener with DjangoDjango is a popular high-level Python Web Framework used for creating fast and efficient web applications. With Django, you can focus on building your project without reinventing the wheel. It was initially released in 2005 and has now become one of ...Discuss·2 likes·86 readsDjango
Abbas Billiaminbilliamin-abbas.hashnode.dev·Aug 3, 2023Technical Deep Dive into Titly- A Url Shortening Application and BeyondIn today's fast-paced digital world, brevity is paramount. The need for concise and shareable URLs has led to the rise of URL-shortening services. In this technical article, I will take you through an in-depth look at Titly, a URL-shortening web appl...Discuss·10 likesExpress
Dale BrettforFL0's Blogfl0.hashnode.dev·Jul 30, 2023Building a User-Friendly URL Shortener Using Spring Boot, Postgres, and FL0Nowadays, URLs have become an essential part of our workflow. However, long and complex URLs can be difficult to share or work with. In this tutorial, we will build a simple-to-use URL shortener that provides a convenient way to transform long URLs i...Discuss·5 likesSpringboot
Rohit Maharoversimplifiedwithrohit.hashnode.dev·Jul 24, 2023Best Way To Use Image In Your React ProjectsTraditional ways of using images in react.js Importing Images: import myImage from './images/myImage.jpg'; Using the required keyword: <img src={require('./images/myImage.jpg')} alt="img"> All the Traditional methods for using images in your...Discuss·1 like·28 readsReact
Kajal Kumarikajal13.hashnode.dev·Jul 15, 2023Maximum Length Of A Url In Different BrowsersTABLE OF CONTENTS What is a URL? Components of URL Example of URL The maximum length of the URL Maximum URL length in different browser Factors affecting the length of URLs URL Shortening What is a URL? Let’s take an example and understand this. Im...Discuss·4 likesUrl Shortener
Pranshu Kumar Agrawalpkknowsnothing.com·Jul 6, 2023Dub.sh: The Open Source Link ShortenerDitch Bitly. Link shorteners are a dime a dozen, but Dub.sh stands out from the crowd. It is an open-source project that is developed and maintained by a dedicated community of users. This gives Dub.sh a number of advantages over its closed-source co...DiscussOpen Source