DEV Community

Cover image for What cloud services do you use? (Personal and team)
Ben Halpern
Ben Halpern Subscriber

Posted on

What cloud services do you use? (Personal and team)

Latest comments (29)

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

I haven't used anything like that yet :(

Collapse
 
tiffengineer profile image
tiff
  • GitHub
  • Netlify
  • Webflow for our landing page but we're rethinking this
  • Mailchimp
Collapse
 
leocarrerab profile image
LeoCarrera

Linode, bitbubket and github

Collapse
 
thewdhanat profile image
Thew • Edited

VPS: DigitalOcean Linode
Storage, Backup: Wasabi
DNS, Domain, Zero trust, Proxy, Tunneling: Cloudflare
Web hosting: Vercel
Code hosting: GitHub

Collapse
 
frikishaan profile image
Ishaan Sheikh

All Microsoft at work.
Personally I use Netlify, heroku, AWS and cloudflare.

Collapse
 
willholmes profile image
Will Holmes

Personally:

  • Vercel: NextJs hosting
  • PlanetScale: Serverless MySQL databases
  • Netlify: Small react app hosting
  • AWS: Has the easiest to access / manage free tier of all providers imo.
  • MongoDbAtlas: Cluster is cool, but limited.
Collapse
 
liviufromendtest profile image
Liviu Lupei

Team:

Collapse
 
aerodarius profile image
Dario Cruz • Edited

As a frontend developer (mostly) my favorite stack is

  • Github for both personal and at work
  • Github actions for CI, but most companies use Jenkins
  • Firebase for hosting personal projects. For projects with a build-in backend, I use Heroku.
  • Jira and Confluence for professional projects. Meistertask and Dropbox Paper for personal projects, are not conventional tools but are very useful.
  • Codesanbox and Codepen to quickly share some working pieces of code.

That's it! I use those tools to write SPAs and POCs most of the time, and sometimes a simple backend with Node.js.

Collapse
 
neoprint3d profile image
Drew Ronsman

Redis enterprise
Firebase
GCP

Collapse
 
ironcladdev profile image
IroncladDev • Edited

The main cloud service I use daily for playing around is Replit. Otherwise, I use vercel for hosting sites, cloudflare for domain management, and MongoDB for databases.

AWS has traumatized me due to the way their customer service was and how much they charged for hosting a few python websites (Almost $400 a month!)

Collapse
 
liviufromendtest profile image
Liviu Lupei

I've been using AWS since 2014.

How did they charge you $400 for hosting a few websites?
What services did you use?
An EC2 instance with 2 GB costs less than $0.02 per hour, which translates into less than $14 per month.

I never contacted their Support for technical questions or issues, since their documentation covered everything I needed.