DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
pedro_dgcouto profile image
Pedro Couto

Almost for any project I've been using Quasar Framework for frontend development (apps, websites, etc).

For hosting and authentication usually I'll go with Firebase.

If I need a more intense backend, I start with Mojolicious. For database, it depends on the usecase... Or PostgreSQL or SQLite.

If I need a server, usually go with a Ubuntu VPS on DigitalOcean with the latest LTS version.