MongoDB Tutorial for Absolute Beginners : 25 Practice MongoDB Sort, Limit and Skip

preview_player
Показать описание


🔥 Discord community

🔥 Udemy Profile

SUBSCRIBE IN SOCIAL NETWORKS

Email 📧 in case you want to send me a notice
Рекомендации по теме
Комментарии
Автор

Join my full-length course “MongoDB Essentials - Complete MongoDB Guide”.

In this course I teach all what you need to know about MongoDB and I start from the very beginning and explain how MongoDB works behind the scenes.

More than 7500 students have already joined it.
Go ahead and join too! Happy Learning!

Bogdan_Stashchuk
Автор

Thanks for these tutorials, Bogdan. They are perfect for beginners.

garikmelqonyan
Автор

How would you do the following sort problem? A user has activities property, activities are an array of objects, each object representing some event and timestamp. Note there are maybe 4-5 activity events per user, so the array isnt growing. Im having problems doing sort with mongodb which means I would need the users sorted by the latest timestamp but only for the event_id that is provided in query...

TheVasx