6 Multi-Agent Orchestration Design Patterns Every Developer Should Know
When teams start building multi-agent AI systems, the first instinct is to wire agents together with ad-hoc scripts. Call Agent A. Then call Agent B.…
Explore articles on Development.
88 articles
When teams start building multi-agent AI systems, the first instinct is to wire agents together with ad-hoc scripts. Call Agent A. Then call Agent B.…
Azure Functions is the Serverless compute option within the Microsoft Azure platform. One of the biggest benefits of Azure Functions, and Serverless compute, is that…
The React team has officially announced the deprecation of Create React App (CRA) in favor of more modern and efficient tools like Vite and Next.js.…
The term “dark factory” comes from manufacturing. It refers to a factory that is so automated it can run with the lights off. No people…
Local AI development is getting really interesting. For a long time, using AI coding assistants meant relying almost entirely on cloud-hosted models. You installed an…
Azure Blob Storage is designed as a flat storage system without a traditional hierarchical structure. However, by incorporating forward slashes (/) in blob names, you…
Most development teams say they want better test coverage. Fewer teams say out loud why they do not have it: writing unit tests is slow,…
When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it’s important…
Supercharge Your AI Pair Programming Experience with Project-Specific Context and Control AI-assisted development has rapidly transformed how engineers write code, collaborate, and ship software. GitHub…
When working with LLMs, an extremely valuable use case is generating structured data as the output response of the AI prompt. Whether you’re building an…
There are times when it’s necessary to download the text transcript of a YouTube video using Python. This can be done with the help of…
The Visual Studio Codespaces (formerly Visual Studio Online / VSO) web-based IDE is now available to be used. Based on the popular Visual Studio Code…
I am excited to announce the release of my new book, Build and Deploy Apps using Azure Developer CLI, a practical, hands-on guide for developers and…
The Microsoft Phi-3 SLM (small language model) is an AI model that you can run locally or in your applications hosted almost anywhere. I’ve been…
As developers, we often find ourselves building smarter, more context-aware applications. Whether it’s powering a document search tool or implementing Retrieval-Augmented Generation (RAG), semantic search…
All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on different…
In this article, we’ll explore how to integrate the Azure Storage client library for Javascript into a Node.js application. We’ll cover the steps to read…
We all know that in production environments we shouldn’t use the “right-click publish” feature within Visual Studio. However, there are plenty of development scenarios where…
When working with Large Language Models (LLMs), generating structured outputs like CSV (Comma-Separated Values) is invaluable for tasks such as data analysis, reporting, and integration…
The ability to extract and semantically search through unstructured documents is becoming not just a convenience, but a necessity. This is especially true for software…