
A Chrome Extension That Talks to Your Database
Cosmos DB Sidekick is a Chrome extension built with the GitHub Copilot SDK and the Azure Cosmos DB...

Browse the latest writing surfaced through DevArt.

Cosmos DB Sidekick is a Chrome extension built with the GitHub Copilot SDK and the Azure Cosmos DB...

DocumentDB is an open-source MongoDB-compatible database built on PostgreSQL that provides a familiar...

The GitHub Copilot SDK lets you embed Copilot's agentic workflows directly into your apps, and it's...

The GitHub Copilot SDK lets you embed Copilot's AI capabilities directly into your apps — available...

Here is a quick demo of how to interact with Azure Cosmos DB from GitHub Copilot CLI using MCP. This...

Interactive Browser-Based Environment to Learn, Test, and Share Queries The Azure Cosmos DB...

A hands‑on walkthrough of building MCP servers that can plug AI applications into Azure Cosmos...

The Azure Cosmos DB Linux-based vNext emulator (preview) is a local version of the Azure Cosmos DB...

Announced and published on...

Local large language models (LLMs) provide significant advantages for developers and organizations....

Integration testing has always presented a fundamental challenge: how do you test your application...

When building applications that rely on databases (which is almost every application, right?), one of...

Multi-tenant applications face a fundamental challenge: how to efficiently store and query data for...

When using the Go SDK for the Azure Cosmos DB NoSQL API, I often find myself writing boilerplate code...
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbr0ebe6x3c6zaioiv3e5.png)
Building Event-Driven Go applications with Azure Cosmos DB and...

Introduction When building applications that interact with databases, developers...

The Go programming language is a great fit for building serverless applications. Go applications can...

When working on applications that need vector/semantic/similarity search, it's often useful to have a...

Like many of you, I have been playing around with Model Context Protocol (MCP). To dive in, I built a...

This blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go...

Migrating stateful systems, such as databases, is a complex process. A frequent requirement for...

There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful...

This is a guide for folks who are looking for a way to quickly and easily try out the Vector Search...

Let's see how we can add enhancements to the langchaingo project with Amazon Q Developer support in...

Use Amazon Titan Text Premier model with the langchaingo package In this blog I will walk you...

Learn how to use Mistral AI on Amazon Bedrock with AWS SDK for Go Mistral AI offers models with...

Learn how the ApplyGuardrail API can provide a flexible way to integrate Guardrails with your...

With Contextual grounding check, you can prevent hallucinations by detecting irrelevant and...

Integrate Valkey with LangChain A while back I wrote up a blog post on how to use Redis as a chat...

Assemble and deploy the infrastructure for a RAG solution using AWS CDK for Python In this blog,...