Programming Blogs
19 October 2024
Blockchain – An Overview
Types of blockchain:
1. Public / permission less
2. Private / permissioned
3. &n...
14 October 2024
Designing the back-end processing system for a URL...
1. Components Involved
API Layer: Receives incoming HTTP requests to shorten URLs and handle redirections.
Database: Stores mappings between original URLs and shortened URLs.
Short URL Generat...