Fork me on GitHub

MidwestJS: Node.js and MongoDB API from scratch, fully explained and tested

Thanks everyone that was able to come see my talk. I had fun and I hope you found it useful. Don’t hesitate to reach out john %at% johnculviner.com if you have any questions or comments. Here is the code we went though: https://github.com/johnculviner/nodejs-mongodb-presentation slides here: Node.js and MongoDB from scratch, fully explained and tested from ...

Thoughts on MongoDB vs Traditional SQL and RavenDB

The Good and Bad of MongoDB Since MongoDB and many other NoSQL options don’t allow for the native concept of a ‘JOIN’ they work best for data that isn’t highly relational. A good use case for NoSQL would be when it seems natural to store and load object graphs based on a particular ID or ...