Skip to main content

URL ↔ unique address to access Web Resource

Source: developer.mozilla.org/en

aka URL, URLs, Uniform-Resource-Locator

URL Structure

URL Slug

(Design Pattern) to name Resource Path as Semantic keywords in kebab-case for better SEO

References

  1. URLObject Interface to PCNE URLs

  2. <a>Anchor Link Inline Element to anchor text to URL via href attribute

  3. Request TargetURL address for Web Resource

  4. <base\>Base URL Metadata Content Element to specify base URL for use with relative URLs in Document

  5. PATHURL Path on Server

  6. SchemeNetwork Protocol to access URL

  7. import.meta.urlimport.meta property with URL string of current Module

  8. body-parserNode.js Middleware Module to parse (URL/JSON-encoded) POST data

  9. OriginURL (Domain + Port) address location to access a Web Resource

  10. srcAttribute to set URL of Web Page to embed URL

  11. pathURL path to <Route\>

  12. History ActionURL change to History Stack; pop, push or replace

  13. History ObjectReact Router API Interface Object to Subscribe URL change & manipulate History Stack

  14. hrefAttribute to set URL Hyperlink reference for <a\>

  15. Browser Module Path ↔ to import Module via Module Specifier to point to CDN URL link - to allow immediate Execution in Browser w/o Bundler

  16. Resource-based ↔ of REST to expose API as logical resource-based URLs

  17. uses [HTTP Verb](http-request)REST use HTTP Request to perform actions & NOT specify action inside URL

  18. Resource Path ↔ rest of URL after Domain || Path to resource on Server

  19. Shallow Route ↔ (feat) to change URL w/o repeat Data Fetch for current Page

  20. git remote -v ↔ to print remote Git Repo name & URL