DEV Community

Discussion on: What are your favorite cloud services?

Collapse
 
garretharp profile image
Garret

Vercel
AWS EC2/Lambda, Digitalocean
DynamoDB, MongoDB (on Atlas)
Cloudflare

AWS is by far my favorite cloud provider that just has anything I want or need, it can sometimes be a little tricky and I use Vercel to make it a little bit easier sometimes for simple frontend and backends. Recently DynamoDB has been my favorite database to ever use and once you learn how to use it properly it is super powerful and always consistent speeds no matter how much data there is. Cloudflare is of course just super nice all around and I mainly use it for DNS/CDN. I have played around some with workers though never really used them for a real project yet.

Collapse
 
mattschwartz profile image
Matthew Schwartz

I like AWS but I had terrible performance problems with DynamoDB. Maybe it was just my specific use case.