Skip to content

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

Notifications You must be signed in to change notification settings

darkzeroman/Notes

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

Watchers

Forks

Releases

No releases published

Packages

No packages published