Best of MongoDBNovember 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    MongoDB Laravel Integration Now Officially Supported

    MongoDB has officially taken over development of the community-driven MongoDB integration for Laravel framework, offering Eloquent models, query builders, and transactions for PHP developers. The latest release supports Laravel 10.

  2. 2
    Article
    Avatar of newstackThe New Stack·3y

    Combining AI with React for a Smarter Frontend

    Frontend development needs to include AI for richer insights from data. Developers can use custom data and embeddings to enable natural language queries and find relevant information. The suggested tech stack includes Next.js, OpenAI's Chat GPT, Turbo, GPT 4, LangChain, Vercel's AI SDK, and MongoDB. GPTs can be made more real-time and context-aware with React, large language models, and RAG.

  3. 3
    Article
    Avatar of systemweaknessSystem Weakness·2y

    MongoDB Atlas, Mongoose, CRUD App: A Step-by-Step Tutorial for MERN Learners

    Learn how to build a full-stack MERN application with MongoDB Atlas, Mongoose, and React.js. The tutorial covers setting up the project, connecting to MongoDB Atlas, setting up the React application, and connecting the front end to the back end.

  4. 4
    Article
    Avatar of itnextITNEXT·3y

    How to Create a Ticket data model

    Learn how to create a ticket data model using TypeScript and MongoDB with the help of Mongoose. The article covers the purpose of the version key in Mongoose, how optimistic locking works, and when to disable the version key. It also highlights the importance of data integrity in asynchronous programming and the benefits of a guard-railed, disciplined development approach.