Leslie LeeforSquid AI Blogsquidcloud.hashnode.dev·Jan 27, 2025How to build an AI data agent with MongoDB Atlas and Squid AIAI agents are powerful, doing anything from diagnosing disease to helping us write music. All this power doesn’t come easily, though. Agents require developers to build data pipelines, choose embedding models and chunking strategies, and account for ...MongoDB
Onyedikachi Enionyedika.hashnode.dev·Jan 24, 2025Build a CLI Task Manager with Go and MongoDB: A Step-by-Step GuideIntroduction In this tutorial, we will create a simple command-line interface (CLI) task manager using Go and MongoDB. This application will allow users to manage tasks by adding, listing, completing, and deleting them. Prerequisites Before we begin,...33 readsGoMongoDB Atlas
Onyedikachi Enionyedika.hashnode.dev·Jan 24, 2025JWT Authentication with Go and MongoDBAdd Subtitle Introduction In this tutorial, we will build a simple web application using Go and MongoDB that implements JWT (JSON Web Token) authentication. This application will allow users to register, log in, and access a protected route. We will ...1 likeGoMongoDB
Robert Adamadamcast.hashnode.dev·Jan 14, 2025Conectando o banco de dados à APIOlá pessoal! Bem-vindos ao artigo desta semana.Você pode consultar os artigos anteriores aqui e o código está disponível no meu GitHub, basta acessar aqui. A API que criamos está funcionando bem, mas tem um pequeno problema: toda vez que reiniciamos...TV Show BuddyMongoDB
RIMANSHU SINGHforme.hashnode.dev·Dec 4, 2024MongoDB Aggregation Pipeline ExplainedBefore diving into the Aggregation Pipeline, ensure you are familiar with CRUD operations, creating a cluster, connecting to MongoDB, and understanding documents in MongoDB. An aggregation pipeline consists of one or more stages that process the docu...MongoDB
Shaun Liewshaunliew.hashnode.dev·Dec 3, 2024Serverless RAG Architecture: Combining MongoDB Atlas Vector Search, Amazon Bedrock, and AWS LambdaBuilding production-ready RAG (Retrieval-Augmented Generation) systems doesn't have to be complex. In this guide, we'll explore how to combine MongoDB Atlas Vector Search, Amazon Bedrock, and AWS Lambda to create an efficient and scalable RAG pipelin...1 like·71 readsAWS
Abdul Rahman Moinrefresh-token-vs-access-token.hashnode.dev·Nov 29, 2024Refresh Token vs Access TokenWhat is an Access Token? An access token, typically JWT, is an encrypted thing that saves the time of the user and the server cost the website owner. But what actually is it? It is an encrypted token or string that is equal (when it got decrypted) to...refresh-token
Ahmed Razaahmedrazadev.hashnode.dev·Nov 4, 2024MongoDB: A Comprehensive Guide to the Modern Database SolutionIn the world of modern applications, the demand for flexible, scalable, and high-performance data solutions is rapidly growing. MongoDB has become a go-to solution for many developers and organizations because of its dynamic document-based architectu...MongoDB Tutorial
Arturcode-with-arthur.hashnode.dev·Oct 28, 2024Building and Testing a Node.js API with MongoDB Atlas and PostmanIntroduction Hey, have you ever worked with Node.js and needed a reliable place to store data? Sometimes, you want a quick, easy way to save and retrieve information without dealing with complicated databases. That’s where MongoDB Atlas comes in—a fu...MongoDB
Shiv Iyershiviyer.hashnode.dev·Sep 30, 2024Maximizing Performance in MongoDB: Best Practices for High-Performance Data Transformation and Analysis Using Aggregation PipelinesUsing aggregation pipelines in MongoDB is an efficient way to perform data transformation and analysis directly within the database, which can result in significant performance improvements by leveraging MongoDB's optimized data processing capabiliti...MongoDB