I'm a Software Engineer at smallcase. I document my learnings in backend web development
Understand how using offset based pagination destroys performance and why client side pagination is not any better. Welcome Keyset pagination.
Read More
Learn how to sort in MongoDB aggregation pipeline, use multiple fields, and perform consistent sorting. All while being mindful of its limitations.
Explore how the match stage works in the MongoDB aggregation pipeline, how it is different from a regular find operation, and when to use each.