Web
Web development.
Standards
- JWT: sessionless authorization
- OpenAPI: RESTful API specification
- OAuth 2.0: authentication via 3rd party services
- CommonMark: Markdown specification
- robots.txt: Robots Exclusion Protocol
- Open Graph protocol: link previews
Best practices
CORS
#todo Cross-origin resource sharing.
www
Different subdomains are often used for different services. Historically, the www subdomain was used for the main website. Today, it is mostly replaced by the root domain, although it is still useful to separate cookies from other subdomains.
See also https://dropwww.com.
Minimalist websites
By size:
- https://1mb.club
- https://512kb.club
- https://endtimes.dev/why-your-website-should-be-under-14kb-in-size
Examples:
- https://motherfuckingwebsite.com
- http://bettermotherfuckingwebsite.com
- https://john-doe.neocities.org
Misc
ASCII art generators:
- Text to ASCII art: https://patorjk.com/software/taag
- ASCII art to SVG: https://ivanceras.github.io/svgbob-editor