6 ms·
I have a bunch of side-projects that I've been working on for a while. To be honest, I prefer sticking with major cloud vendors (currently on GCP) because: 1.
by bucket2015 7y ago
I have a bunch of side-projects that I've been working on for a while.
To be honest, I prefer sticking with major cloud vendors (currently on GCP) because:
1. They already have reasonably straightforward ways to publish apps, e.g. I use GCP App Engine + managed Postgres DB + storage buckets.
2. If my project grows or pivots, I like having an option to use other cloud provider services like queues, BigQuery, VPC networking, etc.
- markwahl 7y agoRight, makes sense, wanted to point out the service will also be usable on GCP as well as you can leverage any cloud host. You could buy a VPS from GCP compute, connect it and deploy apps like you are using Heroku.