UTUnknown Truthingit-basic.hashnode.dev·Apr 23, 2025 · 3 min readMongo DB NotesMongo DB ? Mongodb manages the conversion of JSON-BSON and BSON-JSON automatically.It is case sensitive and not necessary to use semi-coolon “;” . What table is for RDBMS is collections for mongodb.One record in a collection is called as Document. Wh...00
UTUnknown Truthingit-basic.hashnode.dev·Apr 20, 2025 · 4 min readGit and GitHub(command mainly for windows)How to check git version in windows cmd or gitBash? git --version To get full option in git : git config --e To get global username and email: git config --global user.name git config --global user.email To set global username and email: git con...00