Deep Tech Wisdom
For backend developers who care about craft
Latest Insights
Mongodb
MongoDB Aggregation Pipeline Performance Tuning
MongoDB aggregation pipelines transform documents step by step; filtering, reshaping, grouping, and sorting them. On a collection of 1 million …
Javascript
Understanding Promise.withResolvers() in JavaScript
JavaScript developers have been working with Promises since ES2015. Creating a Promise and resolving it from outside its constructor has always felt …
Mongodb
MongoDB Backup and Recovery: Disaster Prevention Strategies
MongoDB’s flexibility is great until something goes wrong. A careless delete script, hardware failure, or ransomware attack can wipe out your …