The Coding Notebook
Memorable coding moments of a software engineer
Using fields from updated document in MongoDB
Sometimes you want to update document(s) on MongoDB using fields from the updated document, this is how to do it.