ReCoded-Org / curriculum-backend-readings

Content monorepo for all the readings of the backend bootcamp curriculum developed by Re:Coded.
23 stars 4 forks source link

Module 2 feedback #24

Open louisrli opened 2 years ago

louisrli commented 2 years ago

1 Introduction to Databases

1.1 Introduction to Relational Databases

1.2 Relational Database Structure

1.3 Querying in SQL

It's good

2 Introduction to NoSQL databases

2.1 Introduction to MongoDB

2.2 Querying in MongoDB

2.3 Queries practice

Looks good

3 ORM / ODM

Looks good

3.1 Sequelize practice

There's also a sequelize-cli to autogenerate models that might be useful for the students to practice as part of the assignment

4 Other Popular Databases