752
Hey it's free, so I'm not complaining
(fedia.io)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
FWIW, if all you have is a truly static website (html, css, and js), then GitHub Pages is free and you can point a custom domain there from your registrar, and don't have to worry about backups or server uptime.
Unless GH has another database oopsie.
no worries, cloud providers have oopsies of their own.
Less oopsie-whoopsies than I would DIY, either way.
I wasn't aware of the Github pages being free that's neat. It is fully static (running on nginx but generated with hugo) and I use freedns.afraid.org for the domains. Good to know thanks for the tip :)
https://gohugo.io/hosting-and-deployment/hosting-on-github/ https://www.roshanadhikary.com.np/2020/11/forward-your-freedns-custom-domain-to.html
Hope these guides are useful for you.
Hey thanks I'm sure they will be!
And if you want a private repo, you can also use gitlab and point to custom domain with gitlab pages or cloudflare pages.