blog
Many to one field GROUP BY using RavenDB index
  • 10 Jun 2023
  • by AFI

Performing a GROUP BY on a single field is pretty easy. The plan today is to leverage an advanced map reduce index to GROUP BY …

Read More
blog
How to create a GROUP BY with map reduce index
  • 07 May 2023
  • by AFI

Do you want to know how to GROUP BY in RavenDB? This one is for you then! In this article I’m going to show you …

Read More
blog
Make Microsoft Kinect work on Windows 10 – no code required
  • 10 Apr 2023
  • by AFI

Follow through this article to make your beloved Kinect app work on Windows 10, now that 8.1 is discontinued and no longer receives updates. This …

Read More
blog
How to create a an index which counts documents
  • 05 Mar 2023
  • by AFI

In this tutorial I want to show you how to create an index with a map reduce operation with RavenDB and NestJS (Javascript/Typescript). This subject …

Read More
blog
RaspberryPI 4 hardware acceleration 100% working
  • 23 Feb 2023
  • by AFI

Finally elucidated how to make this work effectively with latest firmware on ARM64. I wrote an article some time ago about FFMPEG streaming with hardware …

Read More
blog
Must know: easy and elegant way to create RavenDB indexes (NestJS + RavenDB tutorial 3)
  • 13 Feb 2023
  • by AFI

Hello folks, this article explains everything you need to know about an index in RavenDB. I’m going to show you how to create an index …

Read More
blog
Fastest Way to Implement a RavenDB Repository
  • 07 Jan 2023
  • by AFI

Repositories sit at the heart of every application and it's important to get it right early …

Read More
blog
Magic way to use YAML file for NestJS config
  • 15 Dec 2022
  • by AFI

Hello folks! I’m starting out this tutorial series related to NestJS and RavenDB with topics such as configuration, repository pattern, indexes or entities, maybe even …

Read More
blog
How to RDP into Linux Mint/Ubuntu from Windows
  • 12 Nov 2022
  • by AFI

Hey there! Today I’m going to show you how to RDP into Linux Mint or Ubuntu from a Windows machine. I personally work on multiple …

Read More
blog
RavenDB noSQL – group by SQL equivalent explained
  • 28 Jul 2022
  • by AFI

Let's see a bit of RavenDB in action by learning how to perform a GROUP BY equivalent like we would do in SQL …

Read More