NestJS Backend API Logging Example: Send Correlated Events Over HTTP
Short answer: put structured events into a bounded in-memory buffer, attach one correlation ID at the...
Tag archive
Short answer: put structured events into a bounded in-memory buffer, attach one correlation ID at the...
Introduction: The ORM Dilemma in NestJS Migration Migrating from a Spring Boot backend to...
Short answer: send structured log events from the NestJS custom logger to a backend API...

This is the first post in a series where I learn backend development by building "Grimoire API" — a...
Short answer: use a custom NestJS logger transport to send structured logs to a backend API...
Hey everyone! I've been working quite a bit on NestForge, an open-source CLI for generating NestJS...

The same service written in both frameworks, what each one does when you add a second instance, and a decision list instead of a sales pitch.

Extracting a concrete transaction executor into a domain port, and testing that it generalizes by running the same use cases and the same suite over PostgreSQL and MongoDB.
Explore GoSumo's guarded lead stage machine, preventing race conditions, honoring opt-outs, and protecting multi-channel cadences in client management.
An error-tracking setup for a NestJS backend has one hard problem, and it isn't which vendor you sign...
Short answer: use NestJS to own the buyer-verification state, throttles, recovery codes, and audit...

Hello everyone! Hope you are having a great day. 🖐️ There is always that foundational boilerplate...