Best of MongoDBNovember 2021

  1. 1
    Article
    Avatar of devdojoDevDojo·5y

    Free 100+ MERN / MEAN Stack resources

    I have gathered all the resources that you will require to become a MERN or MEAN stack developer. All these resources will include Articles, Videos, Course, Websites, Tutorials, Books etc. And everything is FREE. You should know the basics of HTML, CSS AND JS.

  2. 2
    Article
    Avatar of changelogChangelog·5y

    MangoDB-io/MangoDB: A truly Open Source MongoDB alternative

    MangoDB is an open-source proxy, which converts MongoDB wire protocol queries to SQL. It uses Postgres as a database engine. MangoDB will be compatible with MongoDB drivers and will work as a drop-in replacement for MongoDB in many cases. It is in a very early stage and welcomes all contributors.

  3. 3
    Article
    Avatar of geekcultureGeek Culture·5y

    Should I Use MongoDB or PostgreSQL?

    MongoDB and Postgres are two of the most popular databases. We are going to cover their key features, functionality, performance, and their use cases. MongoDB is a schema-free document-oriented store. Postgres is ideal for transactional workflows that make it reliable in production.

  4. 4
    Article
    Avatar of devdojoDevDojo·5y

    Build Crud API with Node.js, Express, and MongoDB

    In this blog, we’ll be building a CRUD App with Node.js, Express, and MongoDB. CRUD is an acronym for Create, Read, Update and Delete. We will use Mongoose for interacting with the MongoDB instance. We'll heavily use ES6 features like let, const, arrow functions, promises.