Recently I had to implement a comprehensive autocomplete solution built on Elasticsearch. The original implementation performed a match against the content title. Whilst this worked with […]
Recently I had a requirement where a particular Client sends some request data as application/x-www-form-urlencoded and needed to get those moved to the request header before it gets […]
I recently had to find a way to optimise search results being returned from an API that connected to an Elastic Search instance. For context, ingested […]
Recently one of our .NET Isolated Azure Durable Functions got switched to use Netherite as its storage provider and suddenly all the integration tests started to fail […]
With ASP.NET Core 9.0, we have access to a new Caching API: HybridCache, and it’s designed to replace both IDistributedCache and IMemoryCache. Let’s go through with an example […]
For the last few weeks, I have been shipping blogs, code, and videos as part of a FREE and self-published course called Understanding Semantic Kernel. The […]