O que é A2A, nunca ouvi falar ? O protocolo A2A (Agent-to-Agent) define um padrão aberto para expor e agents de IA por meio de APIs HTTP….
Workflow + Orchestration com “If”
O que é isso? Isso é um workflow em YAML do Foundry, geralmente usado para orquestrar fluxos de IA conversacional, integrando agentes e manipulando lógicas como…
New Foundry + Workflow process
Recentemente a Microsoft atualizou o UI do Foundry, A nova UI está muito mais simples e de cores diferentes. Essa nova UI destacou no menu…
Microsoft Agent Framework + OpenAPI + AIAgents
O framework Microsoft Agent Framework é a merge entre Semantic Kernel and AutoGen. Isso torna esse framework super poderoso na questão de CÓDIGO + AI. Neste artigo, eu…
Azure Load Testing + JMeter
I’m going to show on this article an Azure Load Testing being used with an existing JMX (JMeter file). Let first, let me show a…
AutoMapper vs Mapster vs No mapping
Recently I have been seeing some articles related to the performance, specially for AutoMapper vs Mapster. So I decided to run some performance tests and…
FlatBuffers vs JSON (Serialization compare)
Introduction FlatBuffers and JSON are essential tools for data serialization, offering unique benefits. JSON is human-readable and widely used, while FlatBuffers enable faster, more efficient…
The misunderstanding around PUT x PATCH
Over years working on development, I always had a doubt with the usage of the PATCH method. On this article I’m going to show an…
Ollama + KernelFunctions + EntityFramework
First of all, what is KernelFunctions? In the context of Semantic Kernel, a kernel function is a fundamental concept that enables the orchestration of AI operations….
[Fast-Endpoints] Awesome Library to minimize APIs even more.
FastEndpoints is a library that follows the pattern of minimal APIs. If want to make a web API project even minimal, this lib is the…