Best of MongoDBOctober 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build an AI Chatbot with the MERN Stack

    Learn how to build an AI chatbot with the MERN Stack in a comprehensive course on the freeCodeCamp.org YouTube channel. The course covers topics such as creating a robust user authentication system, storing user chats securely in MongoDB, and integrating OpenAI with the MERN stack app.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Mongoose Middleware Explained

    Learn about Mongoose middleware, its categories, and practical use cases like complex data validation and cascading deletions.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Deploy Node.js with MongoDB App on AWS

    Learn how to deploy a Node.js app with MongoDB on AWS using services like AWS Elastic Beanstalk, Amazon DocumentDB, and Code Pipeline. Create an IAM user, set up security groups, configure Amazon DocumentDB cluster, set up Elastic Beanstalk environment, and deploy your code using Code Pipeline.