Best of MongoDB — November 2023
- 1
- 2
The 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
System 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
ITNEXT·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.