Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I opened this thread thinking I'd make a lighthearted joke about "MongoDB is horrible, use PostgreSQL...kidding"
only to find a similar post had already been written :D -
h3rp1d3v5222y@Lasoloz https://youtu.be/HaEPXoXVf2k
NoSQL db structure is really rigid. Unless you are doing something really trivial or you are absolutely certain db schema does not change much, NoSQL query/update/performance will be huge pain -
Lasoloz5072y@h3rp1d3v for sure.
I would use SQL in 95% of the time, but there is always a little possibility for usecases when I would default to NoSQL. -
From my understanding, noSQL stores data in JSON like format, isn't it? Good lucking changing all data when app specification changes.
-
@daniel-wu There are many nosql database types. But usually people assume document and key value type dB as no SQL, and yeah document dB and key value DBs at least are usually JSON :|
-
Whole Node.js ecosystem is just meh. Unless you want to do sockets, just use Socket.io... otherwise Laravel fulfills most of the web application use cases.
JavaScript everywhere concept is an abomination.
I am learning NestJS + MongoDB stack after spending 5+ years as a Laravel + MySQL dev.
Wish me luck or give me advice. Thanks in advance!
rant