developer-roadmap icon indicating copy to clipboard operation
developer-roadmap copied to clipboard

Add node about "URL"

Open Steindvart opened this issue 3 years ago • 2 comments

What roadmap is this issue about?

  • [x] Frontend Roadmap
  • [x] Backend Roadmap

What is this issue about?

  • [ ] Functionality of the website
  • [x] Discussion for a pull request I would want to open.
  • [x] Addition of a new item
  • [ ] Removal of some existing item
  • [ ] Changing in arrangement
  • [ ] General suggestion
  • [x] Sharing an Idea
  • [ ] Something else

Please acknowledge the below listed

  • [x] This is not a duplicate issue. I have searched and there is no existing issue for this.
  • [x] I understand that these roadmaps are highly opinionated. The purpose is to not to include everything out there in these roadmaps but to have everything that is most relevant today comparing to the other options listed.
  • [x] I have read the contribution docs before opening this issue.

Enter the details about the issue here

We have nodes about DNS and Hosting, but nothing about URL, the technology that are inextricably linked to them. And I think it is important, for fullness of the roadmap (and student's understanding), to add a node about URL.

I made a sketch how I see this: Screenshot_3

What do you think?

Steindvart avatar Feb 06 '22 04:02 Steindvart

URL/URI are part of understanding DNS, so it should already be covered?

larshei avatar Feb 06 '22 18:02 larshei

URL/URI are part of understanding DNS, so it should already be covered?

@larshei, the URL involves understanding the abstraction of the domain name, not the other way around. Because the domain name is part of it. But besides it there are also things like "protocol" (http(s), ftp and etc.), "port", "path", "query" and "fragments". Which are quite an important part for understanding web-technology in general, both for the frontend and the backend.

image

Steindvart avatar Feb 07 '22 03:02 Steindvart

Thank you for opening the issue. We don't want to convolute the roadmap by mentioning every available option. Someone learning about the internet would automatically come across the URL and learn about it, so no need to convolute the roadmap further imho.

This has also been mentioned in the contribution docs. Thank you for your suggestion though 🙏

kamranahmedse avatar Dec 21 '22 12:12 kamranahmedse