DEV Community

Discussion on: What Tech Stacks are Folks Using for New Projects?

Collapse
 
shinabr2 profile image
ShinaBR2

I'm not sure what mean MEAN/MERN/MEVN to be honest.

My stack is:

  • Postgres database
  • Hasura is a simple, single solution for an authorized backend development
  • Firebase for Authentication and Cloud Functions to work with Hasura
  • Gatsbyjs for frontend development.

They are the main things. You can read more in my old post.

Collapse
 
integerman profile image
Matt Eland

ME*N is Mongo Express Angular/Vue/React Node

Collapse
 
shinabr2 profile image
ShinaBR2

Oh I see, I started with that stack for multiple years ago, but for now, not anymore because of Hasura. 3factor architecture is the best for me.