As of
Est.
Est.
URL
Unified Resource Locator defines the address of a resource on the internet. There are multiple URL schemes. The one for hypertext looks basically like this:
ht
It can consists of
- a protocol (
https
) - a username (
user
) - a password (
passwd
) - a hostname (
www.example.com
) - a port (
8080
) - a path (
/somewhere/
) - a basename (
index
) - an extension (
.html
) - queries parameters (
p1=A
,p2=B
) - and a hash fragment (
#tag
)
Most parts are optional.
You also might want to read about the following topics:
- Consistency Checks☑️ It is interesting, how many things can go wrong. And got rotten over times. Better watch out!
- Development Tooling🏭Let's get rid of the manual tasks! Every project grows some extra scaffolding and development tooling over time. Here is mine.
- Elimination of Errors after Deployment💔You don't want pages to break when updating the website. But that's exactly what happened to the jotter.
- Running on Cloudflare Pages🔌 You do not need a dedicated server to run a Jamstack site in the cloud.
- Static Site Generation with VitePress
- Topic Map NavigationIf you see this on the Topic Map, click it to learn about how the map was created. If you see this on a content page, click on it to open the Topic Map.
- You can Send me a Note📧 I look forward to constructive feedback. Do not hesitate to send me a message.