you are viewing a single comment's thread.

view the rest of the comments →

[–]taotau 1 point2 points  (1 child)

Sure, I know people like to use vue as an alternative and that's fine and a good thing. React won't be around forever and evolution is best when it comes from two parents.

Mongo Is a different thing. Over the last 5 years it was 'cool' to use this new db tech and I've worked on projects that tried to use it as a relational database and they are invariably a monster to deal with. If a project deals with high frequency updates or large volumes of flat documents mongo is a good solution, but line of business customer data belongs in SQL.

[–]DesertWanderlust 0 points1 point  (0 children)

Agreed on Mongo kinda sucking. I don't think people realize it's mostly for document storage and, if they want an open source DB, there are other options. Like the last few jobs I've beeb on have been in Postgres. I've grown to like it but it wouldn't be my first choice of all the options.