#mongodb
Read more stories on Hashnode
Articles with this tag
In MongoDB, you can store related data either by embedding or referencing it. Embedding means you can store the subdocuments directly within the main...
Regex (short for "regular expression") is a pattern used in programming to match and manipulate strings of text. It is a sequence of characters that...