ACAkash Chauhaninakashchauhan.hashnode.dev·Mar 22, 2024 · 1 min readWhat is GeminiGoogle Gemini is an exciting development in the field of artificial intelligence. Let me provide you with an overview: Gemini is Google’s most capable AI model to date. It was meticulously crafted through large-scale collaborative efforts by teams ac...00
ACAkash Chauhaninakashchauhan.hashnode.dev·Feb 19, 2024 · 2 min readHandling MongoDB operations using Mongoose1. Connection to MongoDB using Mongoose: Create a Database in MongoDB Atlas> To create Database in MongoDB atlas refer: https://www.mongodb.com/docs/atlas/create-database-deployment/ const connectionInstance = async()=>{ try { const ...00