I don't need a DB I don't manage (I can handle mysql).
I don't need auto-scaling (and I'll go out on a limb and say that you don't either).
31–40 of 50 posts
I don't need a DB I don't manage (I can handle mysql).
I don't need auto-scaling (and I'll go out on a limb and say that you don't either).
Always amazes me when people try to design Google-scale solutions to 0.3 QPS problems.
Digital Ocean Web Service $5.00
Digital Ocean Worker $5.00
---------------------------------
$10.00 per monthBare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Any idea what the Hetzner equivalent in the US would be?
Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Hetzner Cloud I found is a good balance between price and convenience.
SSH + Docker compose makes for a simple deployment process.
Related write up here: https://servicestack.net/blog/finding-best-us-value-cloud-pr...
Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Digital ocean droplet for hosting my typescript node backend (api) server. Sqlite for storage ($5/mo). Right now I'll typically just git pull when I want to redeploy, however depending on the project I may setup a docker compose script to spin up containers, that gets automatically run on commit to main.
I let cloudflare handle DNS for free also, and have it proxy to sideproject.com / api.sideproject.com for ddos mitigation.
Auth0 free tier for handling auth between.
Buy a $1/mo cpanel-based hosting (php+mysql+nodejs+python included), scale as needed, depending how much the traffic it gets (well, most of the time my weekend project is not accepted by the market.. haha)
Now I'm adding Cloudflare in front of it.