Latest
- Published on
🍵 5 min readElasticsearch is great for searching and indexing data quickly. It’s built on top of Lucene and provides a powerful way to search through your data. In this blog post, we’ll focus on Elasticsearch integration with .NET Aspire.- Published on
🍵 4 min readIn this tutorial, we’ll create a job search agent that collaborates with two specialized agents: HackerNews Researcher Agent and Web Search Agent. We’ll be using Gemini as our AI model and give the agent candidate details to help find the best job matches.- Published on
🍵 3 min readIn this post, we will explore the PhiData framework and how it can be used to create an AI agent. We will walk through a simple example of building a quote generator agent using the PhiData framework.- Published on
🍵 4 min readKubernetes is widely used for modern applications due to its auto-scaling, easy deployment, and cloud-native features. Microsoft is also pushing .NET to be more cloud-native. Recently, they introduced **.NET Aspire**, a toolset designed to make cloud-native development easier.- Published on
🍵 4 min readMulti-tenancy is a design pattern where a single instance of an application serves multiple tenants. This blog post will demonstrate how to implement single database multi-tenancy using Entity Framework Core with global query filters