Subscribe to our newsletter

Really wonderful to have you here. 🚀


Stay connected on the latest trends on career, technology and lifestyle 🙂


You'll be redirected to the subscribe page! Or use the Facebook subscribe:

  Subscribe

blog
How to implement RavenDB suggestions with NestJS
  • 07 Sep 2023
  • by AFI

Hey there! Since I will be away for a couple of weeks, I’d like to share with you an easy implementation of RavenDB suggestion capability …

Read More
blog
RavenDB full text search – blazing fast to implement
  • 12 Aug 2023
  • by AFI

RavenDB full text search, which is an out of the box functionality of RavenDB. When it comes to full text search, RavenDB does the job …

Read More
blog
GIAC Certified Web Application Defender – certification acquired 🥳
  • 08 Aug 2023
  • by AFI

So happy that I’ve obtained a GIAC Certified Web Application Defender (GWEB) certification that demonstrates know-how on the subject of developing secure web apps! Well …

Read More
blog
VMware Linux could not open dev vmmon error – easy fix here
  • 24 Jul 2023
  • by AFI

Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon’ is loaded. I recently needed to run a …

Read More
blog
Easy way to implement repository pagination (RavenDB + NestJS tutorial 7)
  • 08 Jul 2023
  • by AFI

We are going to learn how to add support for pagination when retrieving a large list of documents with RavenDB and NestJS, the smart and …

Read More
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
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