Complete MongoDB Tutorial #8 - Sorting & Limiting Data

preview_player
Показать описание
🐱‍💻 View this course & other premium courses without ads on the Net Ninja Pro site:

🐱‍💻 Access the course files on GitHub:
(lesson code available from lesson 15 onwards)

🐱‍💻 Modern JavaScript Course:

Рекомендации по теме
Комментарии
Автор

The sorting method introduction was a killer 😆

I tried to imitate it but ended with a lowered pitch version instead 🤣🤣

NasserAl-Abdullah-qd
Автор

The sorting method introduction is a killer 😆

I tried to imitate it but ended up with a lowered pitch version isntead 🤣🤣

NasserAl-Abdullah-qd
Автор

I am really enjoying this course so far. Thank you.

bbenson
Автор

Hey Shaun we are poor underpaid programmers, we can't afford paid course so keep on posting free courses! 🙏

sadiqueakhtar
Автор

sorting part : You've made my day !
Great tutorials, thanks !

ArtcodEAscetik
Автор

I just love the way you teach. So easy to understand

tertiusscheepers
Автор

Your humor is :D
1:48
Lots of thanks Sensei, You're awesome.
Thanks for all the tutorials, these all are really premium quality material. Thanks again for keeping this free. Students like me are blessed to have you. Have a great time Sensei.

subid.majumdar
Автор

your good at explaining - ty sir <3

LucidLyles
Автор

The least I can do is like and say thank you.

I will do this insha'Allah on every video I watch :)

abdellahiaioun
Автор

awesome course, shan keep on posting, also do one project in node

pavankumar-ofew
Автор

Thank you just completed my assignment using your videos

Dewy
Автор

Thank you very much for your sharing!!!

johnkb
Автор

Does the sort continue to the next letter? As in all the titles starting with T would it keep going until it found differences.

mindlessmeat
Автор

thanks a lot !! very good content
but i didn't found mongo documents to follow along with you .
piwpiw

mahdideveloper
Автор

1:49 man i thought my windows notification sound is dead

dever
Автор

So the sort doesn't seem alphabetic, but seems to sort by ASCII code. I had a typo entering one of the titles and entered "The color..." instead of "The Color...". the sort put that title in back of the list behind all the other titles starting with The.

ericcarver
Автор

could you please explain how to sort with two or more conditions? I'm having problems here. E.g. get the top 5 oldest students and then sort them by grade. Cheers!

cebolaloco
Автор

The Count method is no longer recommended.. MongoDB recommends using countDocument() instead.

MongoDB drivers compatible with the 4.0 features deprecate their respective cursor and collection count() APIs in favor of new APIs for countDocuments() and estimatedDocumentCount(). For the specific API names for a given driver, see the driver documentation.

vipulbhatt
Автор

but 1 is for descending and -1 for ascending.

arthur.v.babayan