Filter
Exclude
Time range
-
Near
Day-65/120 Daily progress in my backend journey — here’s what I learned today: 1)Configuring MongoDB Server with mongod.cfg File It’s a text file where you tell MongoDB how to run. You can set things like: Where to save your data (dbPath). Where to save logs. What network address and port to use. 2)Accessing Our MongoDB Server Over the Internet add your local ip address & ipv6 address to mongodb connection string setup mongosh in termux or wherever you wish to access your mongodb if ipv6 then add ipv6: true inside the config file 3)Running MongoShell Scripts in JS Files mongosh your_script.js Inside the JS file, write only valid JavaScript code using MongoDB API methods. Use db.getCollection("name") to access collections, especially if the collection name has special characters or spaces.
4
10
242
O cara tá entrando na minha mente com esse mongoDB do caralho. E o pior de tudo que mongoDB direto no terminal via mongoshell é uma das melhores experiências pra usar o mongo. Exceto pra analisar dados. Mas pra toda parte administrativa do banco. E a sintaxe é delicinha.
1
1
4
826
13 Sep 2025
🎯Day 32/180 of DSA - Solved today's LeetCode POTD: find sum of maxvowel and maxconstant(easy) and one stack ques(ending today) -Solved Some aptitude questions - Performed some queries using mongoshell, started learning express js #100DaysOfCode #Day32 #DSA #buildinpublic
5
84
11 Sep 2025
🎯Day 30/180 of DSA - Solved 2 stack questions -Solved Some aptitude questions - Started learning MONGO DB , installed mongoshell , performed some crud operations #100DaysOfCode #Day30 #DSA #buildinpublic
2
50
Day 56 of Sigma 8.0 🚀 Today’s progress: 🔹 Completed Update Route ✨ 🔹 Installed MongoDB & explored mongoshell 🔹 Learned about BSON format, Document & Collection 📚 🔹 Practiced insert & find operations in DB ⚡ Every day, one step closer to mastering the backend 💻🔥 #Mongo
11
206
1 Aug 2025
🚀 Hey Developers! Started learning MongoDB- refreshing switch to database side. 💻Covered: -MongoShell -insert(), find(), update(), delete(). #letsconnect #Mongodb #backend 🔥
1
2
73
30 May 2025
⏔ If self-learning MongoDB using VS Code / Codespaces. After MongoDB Atlas free account setup, install the MongoDB for VS Code extension. With this you can use MongoShell to connect and interact w/ Atlas. Easier than using Node REPL. #CodingJourney #codenewbies #mongodb #GitHub
2
73
✨ Day 59 of learning Web Dev ✨ Today I dived into MongoDB 🔍 Learned: mongoShell basics Data in BSON format Insert, find, delete data Query operators Mongoose package #100DaysOfCode #WebDevelopment #MongoDB #Mongoose #DevJourney
4
48
Being Consistent Day 30:- >Installation of MongoDb Shell & Compass >Mongoshell >Bson vs Json >Documents and collection >insert >CRUD operations on mongo >Nesting , Edit #database #letsconnect #connectpeople #mongodb #vk
1
4
109
Today's update💤 completed- mongoDB(part-1)✅ next - MONGOOSE🚀 learned commands for using ,creating updating collections and other commands for mongoshell. excited for more🚀
4
110
29 Sep 2023
[Update] Good news for TablePlus MongoDB users, we found away to run MongoShell Command with native driver!
2
4
53
6,680
Day 10. 1. 1 hr video tutorial 2. Learnt to do basic CRUD ops on db using MongoShell ( CLI ) 3. Used commands like use() , insert One() , insertMany() , show() , collection_name.find() , updateOne(), replaceOne() 4. Collection = table , document= row #Database #javascript
1
3
130
🆕 Los PROBLEMAS de MongoDB: Solucionar todos los errores (MongoShell, strictQuery, Mongoose Callbacks) 👉 youtube.com/watch?v=ZWEJB8K6…
2
6
824
✅ finished a 2hr MongoDB course ✅ Learn mongo advance concept ( scalability, agregation and more) ✅ Perform operations with mongoshell for a better understanding Day 4 of #100DaysOfCode
5
109
Day 27 of #100DaysOfCode: ✅Today I read about Mongoshell: -It is a component of MongoDB -It provides an interactive javascript interface. - It’s a CLI, where the input and output are console-based A thread🧵.. @developrec #leetcode #Nodejs #Coding #javascript #MongoDB

ALT Osdev Programming GIF

2
8
282
19 Sep 2022
I ran into a weird issue with Mongoshell today , When performing a find on an optional property , nothing is returned , when using {$ne:null} , the documents are returned without any issues. Also , an sparse index was created on that field. I don't understand why ?
2
Day 88 of #100DaysOfCode Installed MongoDB and MongoShell locally then learned basic commands.
7
12
Day 55 of #100DaysOfCode Install MongoDB to follow video tutorial from WebDev Simplified, only to find out MongoDB6.0.x doesn't have mongo.exe, need to install MongoShell. The program still didn't work, re-watching the tutorial. Finally it works😊 even still feel lost😅
2
4
DAY-63&64 of #100DaysOfCode @maxedapps @academind_real ➡️Install mongodb and setup it. ➡️try CRUD operation on database. ➡️Create database and use some basic commands on mongoshell.
2
2
#100DaysOfCode Day 1: Learnt using MongoDB for the first time. 1. Server Setup 2. Used mongoshell for CRUD operations 3. Performed CRUD through nodeJS. Kudos to @MongoDB for having amazingly easy to understand documention.
1
1
6