Kumar Priyanshukpriyanshu.hashnode.dev·15 hours agoPlanning the Structure of a URL Shortening ServiceIntroduction A URL shortener is a program or service that, while still rerouting users to the original URL, shortens lengthy, complicated URLs into shorter, easier-to-manage connections. Because they are simpler to type, less prone to typos, and less...Url Shortener
Birkaran SachdevforfreeCodeCampfreecodecamp.org·Nov 19, 2024How to Build a Scalable URL Shortener with Distributed Caching Using RedisIn this tutorial, we'll build a scalable URL shortening service using Node.js and Redis. This service will leverage distributed caching to handle high traffic efficiently, reduce latency, and scale seamlessly. We'll explore key concepts such as consi...Redis
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon S3 – Pre-Signed URLs: My Experience Making File Sharing EasierWhen I first started working with Amazon S3, I knew it was a great way to store and manage files in the cloud. But I quickly ran into a challenge: how could I share a file with someone securely without opening up my entire bucket? After some searchin...AWS
Sylvester Daswww.minifyn.com·Oct 26, 2024Getting Started with MiniFyn: Your Guide to Smarter URL ShorteningIf you've ever needed to share long URLs in emails, social media, or marketing campaigns, you know how unwieldy they can become. That's where MiniFyn comes in - we've built a URL shortening service that's both powerful and refreshingly simple to use....WebTools
Janani Asokanwhat-is-ip-address.hashnode.dev·Oct 4, 2024How Does Website worksA website is a collection of web pages that are accessible via the internet. You can access the web pages (Webpage is a single document or file) using URL or domain name of a particular website. Collection of web pages make up a website. URL to acces...#howdoeswebsiteworks
Rishabh Bhattrishabhcodes.hashnode.dev·Sep 11, 2024How URL Shorteners Work & How to Build One with Server-Side Rendering using Express and EJSIntroduction: Have you ever wondered how those tiny URLs work behind the scenes? Whether you're sharing links on social media or simplifying a long link for your users, URL shorteners are super handy. In this blog post, we’ll walk through how URL sho...10 likes·87 readsNode.js
Devarshi Shimpidevarshishimpi.hashnode.dev·Aug 1, 2024The End of Google URL Shortener and breaks 4.6 BILLION URLs!Introduction The innovations Google has brought to the table, from Chrome to the Google ecosystem, have undeniably shaped the internet. But sometimes, their decisions leave us scratching our heads, frustrated and disappointed. One such decision is th...10 likesGoogle
Anushikha Dasoreosblog.hashnode.dev·Jul 25, 2024Design a URL shortener like TinyURLDesigning a URL like TinyURL involves creating a service that takes long URLs and converts them into shorter, more manageable links. When designing the system, consider aspects such as scalability, performance, reliability and maintainability is cruc...High-Level Architecture
Rahul Boneyrahulboney.hashnode.dev·Jul 11, 2024How I Created a URL Shortener App and Released it on VercelIn this article, I'll walk you through how I built a URL shortener application using Node.js, Express, MongoDB, and EJS for server-side rendering. Finally, I'll show you how to deploy it on Vercel. Let's dive in! Prerequisites Before we start, make s...10 likesUrl Shortener
Fryu301.hashnode.dev·Jun 28, 2024How to make a qr code for a google form?What is QR code? QR codes, surely you're familiar with them. Those patterns of black and white squares, more than just attractive designs, can store the information you need, such as links, product details, and even your contact information. A simple...qrcode generator