Skip to content

Repository files navigation

Contains Notes and Stuff.

Random Notes That Need To Be Organized

MongoDB Applied Patterns

Many to Many Joins:

// db.product schema
{ "_id": "My Product",
"category_ids": [ "My Category", ... ] }
// db.category schema
{ "_id": "My Category" }

About

Contains a summary of the notes and books I want to track.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors