Getting started with MongoDB database

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2022
  • Introduction to mongodb | Getting started with mongodb atlas | Introduction to mongodb atlas | Mongodb database from scratch | What is mongodb atlas | What is mongodb compass | Mongodb atlas tutorial
    Use the following link to get started with MongoDB. Use the coupon code (MKT-VENKAT) to get $100 Atlas credit at checkout. Only for the first 10 users.
    bit.ly/Venkat2
    Notes and Slides
    www.pragimtech.com/blog/mongo...
    All our free software training courses
    www.pragimtech.com/course-cat...
    Slides, notes and to download our courses
    www.pragimtech.com/downloadco...
    Let's gift education together
    / kudvenkat
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 31

  • @jtownjja
    @jtownjja 4 หลายเดือนก่อน

    Thank you! This was a great quick-start for someone new to MongoDB, but familiar with database concepts in general.

  • @vipinvinesh3372
    @vipinvinesh3372 2 ปีที่แล้ว +2

    Awesome start to 2022. Thank you

  • @ymtan
    @ymtan 2 ปีที่แล้ว +1

    Kick start the new year 2022 with a superb video. Thanks Venkat

  • @farmersdaughter4390
    @farmersdaughter4390 2 ปีที่แล้ว +3

    Thanks Venkat. You are a real talented teacher!

  • @bittukumar-jm8ex
    @bittukumar-jm8ex 2 ปีที่แล้ว +1

    Great start to 2022, I liked this video

  • @prasantapradhan5449
    @prasantapradhan5449 2 ปีที่แล้ว

    Awesome start MongoDB with venkat in 2022 . Thanks Venkat for your awesome videos.

  • @3andrefelipe
    @3andrefelipe ปีที่แล้ว

    Thanks a lot for the information man! Great video!

  • @anandreddyg
    @anandreddyg 2 ปีที่แล้ว

    Thanks Venkat sir!! this is amazing video and explanation. please continue with more concepts.

  • @sreenuksr
    @sreenuksr 2 ปีที่แล้ว +1

    Excellent. Wish you happy new year sir!

  • @sayedabdallah8715
    @sayedabdallah8715 2 ปีที่แล้ว

    Very simple, straight forward and amazing explanation as usual,
    Even I know mongodb I love to watch your videos.
    Thanks venkat

  • @amitdubey5440
    @amitdubey5440 2 ปีที่แล้ว

    Superb Explanation, Thanks Venkat

  • @atharvaverma1487
    @atharvaverma1487 8 หลายเดือนก่อน

    One of the best tutor on you tube !!

  • @innocentobie5327
    @innocentobie5327 2 ปีที่แล้ว

    Weldone VENKAT !!

  • @nafiu.n6406
    @nafiu.n6406 2 ปีที่แล้ว

    Thanks Venkat Sir.

  • @sanampakuwal
    @sanampakuwal 2 ปีที่แล้ว

    Wow MongoDB with venkat will be awesome!

  • @dbs5296
    @dbs5296 ปีที่แล้ว

    Too good! thank you :)

  • @AM-rl8lv
    @AM-rl8lv 2 ปีที่แล้ว +8

    I liked the video before watching!!!! Been waiting for a long time for this series!! Please Venkat, make this one one of your longest and deepest series!!! Thanks a lot Venkat, life changing bro!!

  • @muthumarimanickavasagam5275
    @muthumarimanickavasagam5275 ปีที่แล้ว

    I learned mongodb. Thanks kudvenkat

  • @mahmads0323
    @mahmads0323 7 หลายเดือนก่อน

    Good speaking leads to better understanding

  • @pakoda452
    @pakoda452 2 ปีที่แล้ว

    Thank you sir

  • @robiulhossain8510
    @robiulhossain8510 2 ปีที่แล้ว

    thanks a lot

  • @nagaraj-rk7xt
    @nagaraj-rk7xt 2 ปีที่แล้ว

    Good one

  • @msdhoni6419
    @msdhoni6419 2 ปีที่แล้ว

    Love❤ from india

  • @pblaise
    @pblaise 2 ปีที่แล้ว +1

    Hi, I work for BBTV and would love to connect with a business opportunity. Please let me know!

  • @ashajyothi06
    @ashajyothi06 ปีที่แล้ว

    Plz come back venkat 😭😔🥺

  • @seraj8020
    @seraj8020 2 ปีที่แล้ว

    MongoBB in the title. I really thought it's something new 😂

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  2 ปีที่แล้ว +3

      😅...thank you for letting me know. I have updated the title now.

    • @ravindranaths513
      @ravindranaths513 2 ปีที่แล้ว +1

      @@Csharp-video-tutorialsBlogspot Hi Sir, Why there are no continuation in Azure tutorial. Please post new videos in that.

  • @AlishSafarli
    @AlishSafarli 2 ปีที่แล้ว

    Thank you for the video Mr Venkat. I wanna ask you a question about edit and delete operations with mango shell. You did specify name field for the records. What if we want a specific row for being deleted or modified? Coz there might be the same names and we wouldn`t want to delete them all. In Sql we do it like where id = 'someUniqueValue' . I found that in mango shell, it can be done with this command _db.studentcourses.deleteOne({_id: ObjectId("61ddf14cb0ddc708d55ebfca")})_ . So isn`t there a short way for doing this? I mean, can`t we specify ids by ourselves(seed, automatic increment). So we can easily query like _db.studentcourses.deleteOne({_id: 111})_ without ObjectId?