Karthik Sai
Learners Blog

Learners Blog

Follow
homeMongoDBWhat is IT?๐Ÿค”SDA ๐Ÿ› ๏ธ
Tag

design patterns

#design-patterns

More content

Read more stories on Hashnode


Articles with this tag

Polymorphic Pattern

Feb 25, 20221 min read

A fundamental pattern ยท Polymorphic Pattern is presumed as a base-pattern for most of the other popular patterns. It can be used when we have documents...

Polymorphic Pattern

Modeling 1 - 1 Relationship

Feb 18, 20221 min read

If there is one to one relationship there are two ways to represent the data. Embed the document Add an id-reference to the document. A few examples...

Modeling 1 - 1 Relationship