SHSaul Hernandezinsaul-lara.hashnode.dev路18h ago 路 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
SHSaul Hernandezinsaul-lara.hashnode.dev路Mar 11 路 8 min readClaude Code From Scratch - Part 2In this second part of "Claude Code From Scratch", I continue my exploration of how LLM APIs work by implementing an agent loop that supports multi-step tasks, tool calling, and tool integration withi00