Best of MongoDBJanuary 2024

  1. 1
    Article
    Avatar of supabaseSupabase·2y

    The Open Source Firebase Alternative

    FerretDB is an open source document database that adds MongoDB compatibility to other database backends like Postgres and SQLite. This post explains how to run FerretDB locally via Docker, test it with mongosh, and deploy it on Fly.io for production.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    MERN Stack Roadmap – How to Learn MERN and Become a Full-Stack Developer

    Learn the MERN stack, a widely-used technology stack for building efficient and scalable web applications. Get started with HTML, JavaScript, and CSS. Explore React for frontend development. Understand REST APIs and backend server development using Express and Node. Learn about MongoDB and Mongoose for database management. Write tests for your MERN stack applications. Get familiar with Git for version control. Deploy your MERN stack applications. Access top resources for learning the MERN stack and try out 10 project ideas today!

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Optimize Search Queries in MongoDB

    Learn how to optimize search queries in MongoDB by understanding MongoDB queries, query examples, implementing search queries in Node.js using Mongoose, and searching between texts in MongoDB.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Deploying an Express.js MongoDB Application on AWS Lambda with Serverless Framework

    Step-by-step guide on deploying an Express.js MongoDB application on AWS Lambda with Serverless Framework.