reading-notes

Tif Taylor | Code Fellows

View project on GitHub

Class 04 | Advanced Mongo/Mongoose

Article: The Repo Design Pattern
Article: In Memory Database Testing
Article: Mongo Memory Server

Review Tidbits

Why would a developer choose to make data models?

What purpose do CRUD operations serve?

What kind of database is Postgres? What kind of database is MongoDB?

What is Mongoose and why do we need it?

Document the following Vocabulary Terms
Term | Defition
–|–
database |
data model |
CRUD |
schema | sanitize |
Structured Query Language (SQL) |
Non SQL (NoSQL) |
MongoDB |
Mongoose |
record |
document |
Object Relation Mapping (ORM) |

Upcoming Lecture

Which 3 things had you heard about previously and now have better clarity on? 1) x 2) y 3) z

Which 3 things are you hoping to learn more about in the upcoming lecture/demo? 1) x 2) y 3) z

What are you most excited about trying to implement or see how it works?

  • xyz

Back to Home