Best of MongoDBApril 2025

  1. 1
    Article
    Avatar of collectionsCollections·1y

    Build a Full Stack Instagram Clone with Laravel and MongoDB

    Learn to build a full stack Instagram clone using Laravel and MongoDB. The tutorial covers user authentication, database management with MongoDB, core social media features, MVC patterns, front-end integration with Bootstrap, and cloud deployment using MongoDB Atlas.

  2. 2
    Video
    Avatar of bytegradByteGrad·1y

    URL-Smart Search With Next.js & MongoDB (+ Autocomplete, RAG, Vectors, Fuzzy Search)

    Learn how to build an advanced search functionality on a Next.js website using MongoDB. This guide covers essential search features including autocomplete, semantic search, fuzzy search, and managing state through URLs. You'll also see how to set up vector embeddings for improved search relevance, leveraging AI technologies for a smarter search experience.

  3. 3
    Article
    Avatar of devsquadDev Squad·1y

    Introducing Secret Room: A Fully Anonymous, Self-Destructing Chat Platform 🔥

    Secret Room is an innovative anonymous chat platform that enables secure and private real-time communication. Users can create temporary servers where messages and files are encrypted and self-destruct after a certain time. The platform uses custom fingerprinting for unique device identification and generates anonymous usernames for all participants. Developed using Next.js, TypeScript, and Node.js with MongoDB for backend support.

  4. 4
    Article
    Avatar of baeldungBaeldung·1y

    Building an AI Chatbot in Java With Langchain4j and MongoDB Atlas

    This guide provides a detailed walkthrough on building an AI chatbot in Java using Langchain4j and MongoDB Atlas. The chatbot can perform similarity searches using vector embeddings to understand user queries better. Dependencies, configuration, document loading flow, and chatbot flow are covered. It also includes setting up the necessary components, creating API endpoints, and testing the chatbot functionality.

  5. 5
    Article
    Avatar of detlifeData Engineer Things·1y

    Connecting Airflow to MongoDB: A Complete Guide

    This guide covers how to set up and use MongoDB in Apache Airflow, detailing the installation of necessary dependencies, configuring MongoDB connections via UI or CLI, and integrating MongoDB with Airflow DAGs using MongoHook and MongoOperator. It also provides a sample code to fetch data from MongoDB and test the connection.