Web Development
Links
- mosh.org - Mobile Shell
- everyhex.codes - every color
- posthog.com - We’re building every tool for product engineers to build successful products.
- https://github.com/electerious/Ackee - analytics?
HTML
Sample index.html
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script> var global = global || window; </script> </head> <body> </body> </html>
JS
File Manager
- https://filebrowser.org/ — installed on stage
Internationalization i18n
Site Gen/Mgr
Hosting
- Vercel - AI web hosting platform
- Remove content from google search - links to other hosting advice
Commercial
RSS Example
Check SSL
echo |openssl s_client -connect localhost:443 echo |openssl s_client -host hostname.com -port 443