SSSujeet Singhinsujeetsingh.com.np·Jun 12, 2024 · 3 min readUnlocking Data Relationships: MongoDB's $lookup vs. Mongoose's Populate## MongoDB Aggregation Framework - $lookup : - $lookup is an aggregation pipeline stage in MongoDB that performs a left outer join to another collection in the same database. It allows you to perform a join between two collections based on some commo...00
SSSujeet Singhinsujeetsingh.com.np·Jun 12, 2024 · 4 min readChoosing the Right Database Solution for Your Project: SQL or NoSQL?As a backend engineer tasked with setting up a new project, the question of whether to use a SQL or NoSQL database invariably arises. Making this decision requires careful consideration of the project's specific requirements and needs. When faced wit...00
SSSujeet Singhinsujeetsingh.com.np·Jun 12, 2024 · 4 min readHow can we version REST API?API versioning is a critical aspect of software development, especially in the realm of web services. As applications evolve and new features are introduced, maintaining backward compatibility becomes essential to ensure a seamless experience for exi...00