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

  • @serwatka-w-proszku1657
    @serwatka-w-proszku1657 2 ปีที่แล้ว +195

    Insert many code: [{title: "The Light Fantastic", author: "Terry Pratchett", pages: 250, rating: 6, genres: ["fantasy"]}, {title: "Dune", author: "Frank Herbert", pages: 500, rating: 10, genres: ["sci-fi", "dystopian"]}]

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

      you got a typo. should be :
      [{title: "The Light Fantastic", author: "Terry Pratchett", pages: 250, rating: 6, genres: ["fantasy"]}, {title: "Dune", author: "Frank Herbert", pages: 500, rating: 10, genres: ["sci-fi", "dystopian"]}]

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

      my hero

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

      THANKS!

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

      Thanks

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

      thank you

  • @canklc5772
    @canklc5772 ปีที่แล้ว +24

    Learning a new programming language or tool is really easy as long as there is a Net Ninja tutorial series available on that topic :)

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

    Thanks Shaun for what u do for the community.

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

    You are my new favorite channel for learning now...keep up the good work 👍

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

    Thanks!
    - 04:40 -
    Brandon Sanderson is 47 years old; Born at Dec 19th 1975.

  • @_rtdp_
    @_rtdp_ ปีที่แล้ว +9

    Insert One Code: {
    title: "The Color of Magic",
    author: "Terry Pratchett",
    pages: 300,
    rating: 7,
    genres: ["fantasy", "magic"]
    }

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

    Really Appreciate this series of tutorial!!!!I've been searching for a lot and finally get to this one,that's clean and hits the point!

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

      Glad it helped! :)

  • @abdellahiaioun8430
    @abdellahiaioun8430 11 หลายเดือนก่อน

    The least I can do is like and say thank you.
    I will do this insha'Allah on every video I watch :)

  • @mindlessmeat4055
    @mindlessmeat4055 5 หลายเดือนก่อน

    Can you rearrange the fields? I noticed that the Color of Magic is in a different order than the others.

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

    another great series! i noticed that you only use mongodb package in this series, in previous (2017) series, you only use mongoose package, just wonder which package is better? i assume mongoose is better if schema is used, right? no need to use both packages in same app, correct? and do we really need schema?

  • @omkarneharkar7834
    @omkarneharkar7834 3 หลายเดือนก่อน

    Help me
    the cod showing success but it is not reflected in the MongoDB compass

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

    Why at the very top it states "5 documents, 1 index" while documents are 7? (Indeed it is stated below that).
    Just for curiosity.

  • @GabrielMartinez-ez9ue
    @GabrielMartinez-ez9ue 2 ปีที่แล้ว +2

    Hello Shaun! its weird you are not much into Postgres. I actually migrated from mongo to PG because of troubles i was having with relations.

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

      Can you shortly explain this issue for a beginner? What is relations and what are the troubles?

    • @GabrielMartinez-ez9ue
      @GabrielMartinez-ez9ue 2 ปีที่แล้ว

      @@jijobuje mongo is good for starting your projects, and surely is a good db, although for most of the cases an app
      has many relationships (user info, user data, comments, likes…) and using mongo for that is a big no no. Using a nosql for relationships is not very compatible.

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

    Thank you, your explanation is really good, Appreciate

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

      Glad it was helpful! :) thanks

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

    Not sure I like the shell allowing me to use databases and collections that don't exist yet. It is error prone. If I misspell a collection name, it will create a new collection and if I'm not checking, it could lead to a lot of rework.

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

    good series. thanks!

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

    Is it possible to insert .msg file or .docx in mongodb document?

  • @ih.shovon997
    @ih.shovon997 2 ปีที่แล้ว

    love from Bangladesh, I have faced a problem, I can not add pull to refresh with . how can i solve it. help me!!!

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

    Indeed, magic is definitely a genre. 😁

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

    in my situation it creating second book collection, so i have 2. don't know why

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

    Please teach Ajax as well

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

    Brandon is 46 lol. You should check out Amazon's Wheel of Time which he helped finish the series from Robert Jordan and helped out in the tv show.

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

      Goddam stupid guy he said that I'm not sure if he's 60 or not

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

    If you got excited and want to drop the collection from within the shell before visiting next video, you can try following two options:
    db.authors.drop()
    db["authors"].drop()

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

    insertOne: {title: "The Color of Magic", author: "Terry Pratchett", pages: 300, rating: 7, genres: ["fantasy", "magic"]}

  • @Maheshpatel-fy1tu
    @Maheshpatel-fy1tu 2 ปีที่แล้ว

    I like " Net Ninja "

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

    Alright there, gang

  • @S_Saurav
    @S_Saurav 11 หลายเดือนก่อน

    completed

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

    00:44= add new Document,

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

    I think we have a similar taste for books lol

  • @johnsegura8009
    @johnsegura8009 6 หลายเดือนก่อน

    My professor owes you his paycheck

  • @Eslam-ig2gf
    @Eslam-ig2gf ปีที่แล้ว

    🧡

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

    {2022-12-28}

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

    Hopefully Brandon Sanderson doesn't see this XD

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

    Brandon is definitely not 60

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

    I really respect you Mr. The Net Ninja, but the fact that you have given The Color of Magic and The Light Fantastic ratings of 7 and 6 respectively, you have fallen... Oh how you have fallen...

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

    Notes:
    db.books.insertOne({}) = This is used to enter one document into collection
    db.books.insertMany({}, {}) = This is used to enter more than one document into collection

    • @amjedbelgacem8218
      @amjedbelgacem8218 10 หลายเดือนก่อน

      although this comment is late but you forgot to wrap the double brackets inside of []

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

    - db.books.insertOne({ }) : insert document to collection