Article Image

Synchronization/Locking with Redis & Node.js

guides-and-tutorials

backend

nodejs

web-development

redis

This guide introduces Redis-based mechanisms (compare and swap & counting semaphores) for synchronization and access control of shared…

Article Image

NestJS - Elastic Search - Text Search - Part 3

backend

nodejs

web-development

elasticsearch

nestjs

In this section, we are introducing elastic search basic functionality using NestJS. This is the 3rd part of this section, the Text Search.

Article Image

NestJS - Elastic Search - Filters - Part 2

nodejs

web-development

elasticsearch

backend

nestjs

In this section, we are introducing elastic search basic functionality using NestJS. This is the 2nd part of this section, the Filters.

Article Image

NestJS - Elastic Search - Basics - Part 1

web-development

nodejs

backend

elasticsearch

nestjs

In this section, we are introducing elastic search basic functionality using NestJS. This is the 1st part of this section, the Basics.

Article Image

NestJS - Monitoring - Metrics (Prometheus)

nestjs

nodejs

monitoring

web-development

backend

In this section, we’ll introduce a new Prometheus Module that can help you monitor your applications and feed production-grade monitoring…

Article Image

NestJS - Getting Started

nodejs

nestjs

web-development

backend

In this section, we’ll create a new NestJS project and execute some basic setup steps to start the development.

Article Image

NestJS - A Complete Guide

nestjs

nodejs

web-development

backend

guides-and-tutorials

This is a collection of steps that showcase the NestJS capabilities and how we can create production-grade features on top of it.

Article Image

NestJS - Logging (Winston)

nestjs

nodejs

web-development

backend

winston

In this section, we’ll introduce a new Logger Module that can help our NestJS logs to work well with production-grade log management…

Article Image

NestJS - Redis

backend

nodejs

nestjs

redis

web-development

In this section, we’ll introduce a new module that uses ioredis and enables our NestJS application to connect to Redis.

Article Image

NestJS - Cookies

nodejs

web-development

backend

nestjs

cookies

In this section, we’ll introduce cookies management to our NestJS application.