Published inITNEXTBuild a RAG application with LangChain and Local LLMs powered by OllamaLocal large language models (LLMs) provide significant advantages for developers and organizations. Key benefits include enhanced data…Aug 22Aug 22
Published inITNEXTIntegration testing for Go applications using Testcontainers and containerized databasesIntegration testing has always presented a fundamental challenge: how do you test your application against real dependencies without the…Jul 24Jul 24
Published inITNEXTBuilding resilient Go applicationsSimple tip for mocking and testing database error responsesJul 7Jul 7
Published inITNEXTScaling multi-tenant Go applicationsChoosing the right database partitioning approachJul 3Jul 3
Published inITNEXTA simple, convenience package for the Azure Cosmos DB Go SDKWhen using the Go SDK for the Azure Cosmos DB NoSQL API, I often find myself writing boilerplate code for various operations, including…May 12May 12
Published inITNEXTHow to configure and customize the Go SDK for Azure Cosmos DBThe Go SDK for Azure Cosmos DB is built on top of the core Azure Go SDK package, which implements several patterns that are applied…May 7May 7
Published inITNEXTBuilding Event-Driven Go applications with Azure Cosmos DB and Azure FunctionsGo is well-suited for serverless applications due to its simple deployment, fast startup times, and low memory usage. This blog post…Apr 25A response icon1Apr 25A response icon1
Published inITNEXTVector embeddings made easy with Go, Azure Cosmos DB, and OpenAIWhen working on applications that need vector/semantic/similarity search, it’s often useful to have a quick and easy way to create vector…Apr 21A response icon1Apr 21A response icon1
Published inITNEXTBuild a MCP server using Go to connect AI agents with databasesLike many of you, I have been playing around with Model Context Protocol (MCP). To dive in, I built a sample MCP server implementation for…Apr 2Apr 2
Published inITNEXTImplementing Chat History for AI Applications Using Azure Cosmos DB Go SDKThis blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go SDK and langchaingo. If you are new to…Mar 12Mar 12