SHSaul Hernandezinsaul-lara.hashnode.dev路Aug 27 路 4 min readHow URL Redirects Actually WorkI'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be adding the redirection feature when you request the original URL. The purpose of this project is learn h00
SHSaul Hernandezinsaul-lara.hashnode.dev路Aug 15 路 5 min readBuilding a URL Shortener Without a DatabaseI'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be adding dependency injection (DI), and getting the original URL using the short code sent by the user. Th00
SHSaul Hernandezinsaul-lara.hashnode.dev路Aug 5 路 5 min readImplementing Unique IDs and Base62 EncodingI'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be learning and creating the core logic of the project. In this stage, I'll be adding the Base62 Encoder an00
SHSaul Hernandezinsaul-lara.hashnode.dev路Jul 27 路 4 min readMy First ASP.NET Core APII'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be learning and creating my first API using ASP.NET. For now, It will only have one endpoint with a text re00
SHSaul Hernandezinsaul-lara.hashnode.dev路Jul 12 路 5 min readDesigning a URL Shortener - RequirementsI'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be describing some requirements that I think will be important to know before start this project. The purpo00