DEV Community

Discussion on: Help with JavaScript Learning Roadmap

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

PostgreSQL
Sequelize
Mongo DB
Mongoose

This is tricky, teaching about one ORM and one DB might be a better way, then explain about a handful of NOSQL databases, because there is so much happening in this space, it's tricky to cover

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Yup but remember I said specialise and not learning the surface only.
At the end you'll work either on Relational or Non-Relational database (NoSQL is a tricky term) and you don't know if you'll have one ORM or another or even having one, isn't it?

When you work with non-relational database you usually design APIs that deals with a view, otherwise you'll need different calls to get what you need from the required entities so data architecture is a strong point on API design and architecture too, don't you think?