MongoDB Crash Course

  Рет қаралды 10,223

Caleb Curry

5 жыл бұрын

Start your software dev career - calcur.tech/dev-fundamentals 💯 FREE Courses (100+ hours) - calcur.tech/all-in-ones
🐍 Python Course - calcur.tech/python-courses
✅ Data Structures & Algorithms - calcur.tech/dsa-youtube
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/newsletter
📸 Instagram - CalebCurry
🐦 Twitter - calebCurry
🔗 LinkedIn - www.linkedin.com/in/calebcurry
▶️ Subscribe - calcur.tech/subscribe
👨🏻‍🎓 Courses - www.codebreakthrough.com
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com/shop/calebcurry
🅿 Patreon - calcur.tech/patreon-calebcurry
🅖 GitHub Sponsors - github.com/sponsors/CalebCurry
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/crypto
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/crypto

Пікірлер: 26
@codebreakthrough
@codebreakthrough 5 жыл бұрын
SO many people have been asking for a new MongoDB video, and I'm excited to say it's finally here! Get started with MongoDB Atlas: bit.ly/2yugbx3 I decided to go through this and compile some *timestamps* . I wasn't sure if this would be overkill, but I figured it would be useful for reference. Let me know if this is helpful 🙂. If you've enjoyed this content, please consider subscribing : bit.ly/PqPyvH 0:16 - NoSQL Databases vs SQL Databases 1:16 - Info on performance advisor and queryable backup system. 1:51 - Setting up a MongoDB Atlas cluster 2:47 - User and IP management 4:13 - 3 Ways to Connect to your cluster 4:42 - Opening and connecting to Compass 5:12 - Creating a database and collection in MongoDB Compass 5:40 - Creating a document 7:18 - Cloning documents 7:45 - Editing documents 8:13 - Importing data 9:06 - Objects and arrays explained 9:32 - Table view 10:11 - How to query your data 10:49 - filter examples 12:24 - Query selectors - $all 13:12 - Query History 13:21 - Query selectors - $in 14:06 - Dot notation for traversal 14:41 - Query selectors - $and 12:56 - project / projections 16:51 - sort 18:08 - Skip and limit 18:39 - Installing MongoDB Shell 19:24 - Connecting via MongoDB Shell 19:45 - clear screen 19:52 - Check database in use 19:58 - switch database 20:16 - insert a document with MongoDB Shell 20:56 - Copying JSON documents from Compass 21:23 - Basic JSON 21:42 - Query data in MongoDB Shell (db.users.find) 22:08 - filter in MongoDB Shell 23:00 - sorting in MongoDB Shell 24:46 - Conclusion
@abhishektyagi4428
@abhishektyagi4428 5 жыл бұрын
Could you please make a video explaining the resources you use to learn or enhance your programming skills
@alirahmani5601
@alirahmani5601 5 жыл бұрын
Fast and clean ... great job ... tanks
@artem4460
@artem4460 5 жыл бұрын
Hey Caleb! Thank you for the video! I’m looking forward for your video series about MongoDB Aggregation framework
@ruofanli3361
@ruofanli3361 5 жыл бұрын
Thank you it's very helpful!!
@masudzaman8841
@masudzaman8841 3 жыл бұрын
thank you, Caleb
@MrSupaman777
@MrSupaman777 4 жыл бұрын
Nice video chap. Appreciate it.
@papachoudhary5482
@papachoudhary5482 5 жыл бұрын
Thanks! Bro
@pawanjadam1
@pawanjadam1 4 жыл бұрын
Super Buddy..!
@ionpetro
@ionpetro 4 жыл бұрын
You saved my day
@__________________________6910
@__________________________6910 5 жыл бұрын
Thanks from India.
@cryptoodaperalta4381
@cryptoodaperalta4381 2 жыл бұрын
Hello Caleb! Thank you so much for your wonderful video tutorial and clear explanations. I just finished this MongoDB Crash Course of yours. I would be tremendously happy if you create a video where you create a simple project with MongoDB together with all your programming knowledge like from HTML to MongoDB. Just to see the whole picture for someone like me on a KZfaq study mode.
@logicxtreme
@logicxtreme 4 жыл бұрын
Good video Caleb! It will be great to see MongoDB with .NET Core
@geekworthy7938
@geekworthy7938 5 жыл бұрын
Saw a commercial for Air Freeze watching this. An $80 portable silent A/C unit.
@ericfrenz48
@ericfrenz48 5 жыл бұрын
Nice introduction. topic suggestion - working with json schemas and MongoDB
@abhishektyagi4428
@abhishektyagi4428 5 жыл бұрын
Could you please make a video explaining the resources you use to learn or enhance your programming skills
@xuyanghan958
@xuyanghan958 5 жыл бұрын
Nice. I am interested in pymongo
@sajjadkabirmdsharifulalam8652
@sajjadkabirmdsharifulalam8652 4 жыл бұрын
Awesome lecture. Please touch how to work on Windows.
@admiralrohan
@admiralrohan 5 жыл бұрын
Nice explanation. Can you make video on database design best practices compared to relational databases as here we have to make choice between embedding data and putting same information in separate collection?
@poojavashist6899
@poojavashist6899 4 жыл бұрын
Hi Curry, today I saw this video really helpful for beginners like me. I have some questions if you can reply
@seshaprasan9733
@seshaprasan9733 4 жыл бұрын
react native with mongodb CRUD please
@libeamlakbekele6345
@libeamlakbekele6345 4 жыл бұрын
hey I got a problem when trying to connect it says "connection to 54.160.0.202:27017 closed" what should I do any suggestions
@9391862
@9391862 4 жыл бұрын
Why did you stop making MongoDB videos, how about you make some tutorial with MongoDB Atlas, not many videos on KZfaq. Specifically on creating users: register, login, logout. Pagination. CRUD etc.
@codebreakthrough
@codebreakthrough 4 жыл бұрын
I have a video on Mongdb + nodejs
@9391862
@9391862 4 жыл бұрын
@@codebreakthrough I probably should have added Python/Flask :D I mention that because, I know quite a lot of people who are studying python/Flask + MongoDB, I was one of them a few weeks ago who was looking for some quality content.