Ask HN: Which cloud do you use, and why?
11–20 of 87 posts
Re: Ask HN: Which cloud do you use, and why?
#12Heroku for backend, automatically grow or shrink resources, nothing to maintain, nothing to configure and tons of services available alongside it. Netlify for frontend, it is a static hosting service with some neat features like url rewriting that lets you proxy e.g. /api to a backend without revealing api keys and under the same origin / domain. What really draws me to this is: - no servers or software to maintain -…
Re: Ask HN: Which cloud do you use, and why?
#13+ Admin portal is good
+ Git Deploy to "Websites" is slick with no setup (builds binaries)
+ NodeJS / C#
+ Azure Integration in Visual Studio
+ Aggressive pricing
The other reason is there are other services that I can use if I don't want to build my own.
Re: Ask HN: Which cloud do you use, and why?
#14Re: Ask HN: Which cloud do you use, and why?
#15Microsoft Azure + Admin portal is good + Git Deploy to "Websites" is slick with no setup (builds binaries) + NodeJS / C# + Azure Integration in Visual Studio + Aggressive pricing The other reason is there are other services that I can use if I don't want to build my own.
Re: Ask HN: Which cloud do you use, and why?
#16Heroku for backend, automatically grow or shrink resources, nothing to maintain, nothing to configure and tons of services available alongside it. Netlify for frontend, it is a static hosting service with some neat features like url rewriting that lets you proxy e.g. /api to a backend without revealing api keys and under the same origin / domain. What really draws me to this is: - no servers or software to maintain -…
Why netlify and not S3 + CloudFront?
1) run a build process
2) own domain with automatic ssl and redirecting to w/e www-or-not, https-only etc
3) deploy with git push
4) url rewriting, header inserting, proxying
Re: Ask HN: Which cloud do you use, and why?
#17- Everything integrates with it, there's a lot of tooling
- Safety of the herd
Re: Ask HN: Which cloud do you use, and why?
#18Re: Ask HN: Which cloud do you use, and why?
#19Digital Ocean - I only want to build off base Linux VM, I do not want to be locked into S3 + SQS + ... - Price is right for young startups - Speed is nice
I like the UI, the referral programme and the speed of there whole spinning up process and finally I was once in arrears by 2 months and they were pretty lenient with payment.
Talking about referrals if you want a free $10 - https://www.digitalocean.com/?refcode=c8555bae4f81
Re: Ask HN: Which cloud do you use, and why?
#20Azure - websites and mobile services (and by extension SQL Database) because we use .NET