Powering Up RavenDB Indexes With NuGet Packages

In RavenDB 5, you can use third-party NuGet packages and load binary data (or "attachments") within your indexes without any additional code deployment necessary.

In this article, I’ll showcase how to use these two features together to index EXIF metadata on images and run ML.NET sentiment analysis offline on product reviews.

Health Checks with ASP.NET Core and Kubernetes

Health checks are a fundamental part of our APIs. I guess they fall in that category of "non-functional-but-heavily-required" things. More or less like a good part of the infrastructure code.

They don't add business value per se but have an enormous impact for those in IT, like DDD and design patterns. You can normally see them in conjunction with container orchestration or monitoring tools to ensure that the system is alive and kicking.

NuGet Map Object Tool

In this article, we will talk about my first NuGet which map objects and their properties from one type to another.

I uploaded my first Mapper NuGet to Nuget's website; you can find it here. It's designed to help developers map object properties from one type to another without adding complex lines of code.