DEV Community

Discussion on: What cloud services do you use? (Personal and 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.