May 12 路 12 min read 路 This is Part 7 of the AI Engineering with TypeScript series. Prerequisites: Part 1 路 Part 2 路 Part 3 路 Part 4 路 Part 5 路 Part 6 Stack: Node.js 20+ 路 pino 路 @opentelemetry/sdk-node 路 prom-client 路 Jaeg
Join discussionApr 17 路 8 min read 路 As developers, we all have a favorite debugging tool: console.log. It is simple, it is fast, and it gets the job done when we are trying to figure out why a variable is undefined on our local machine. But the habits we build in development can become...
Join discussion
Feb 13 路 7 min read 路 The Black Box Problem For most of my development career, logging was an afterthought. Sprinkle a few console.log() statements here and there, ship it, move on. It worked well enough for small projects. But Sim-Pesa鈥攎y local M-Pesa transaction applian...
Join discussion
Feb 12 路 6 min read 路 Pino Fastest Logger: Low-Overhead Node.js Logging The Bug We Couldn't Reproduce (Until We Fixed Our Logging) Users complained about errors we couldn't see. Our logs were useless. Here's what changed everything. Table of Contents Modern Logging 2026 ...
Join discussionSep 1, 2025 路 3 min read 路 This article shares my research findings on an OSS library used in Giselle. While originally written as an internal memo, I've structured it to be helpful for other developers considering similar OSS adoption decisions. 1. Overview of Pino Name: Pin...
Join discussionAug 2, 2024 路 13 min read 路 read the article in italian language Intro Fastify uses pino as its logger, one of the most performant loggers for Node.js. So generally, to customize the Fastify logger, you apply the same concepts to customize pino, with a few exceptions that we w...
Join discussion
Aug 2, 2024 路 12 min read 路 Read the article in english language Intro Fastify usa pino come logger, uno dei pi霉 performanti logger per Node.js. Quindi generalmente per personalizzare il logger di Fastify, si applicano gli stessi concetti per personalizzare pino, ma con qualch...
Join discussion
Jun 14, 2024 路 3 min read 路 Logging is an essential part of any application, offering critical insights into the system's behavior, aiding in debugging, and monitoring performance. In the Node.js ecosystem, Pino stands out as a fast, low-overhead logging library. In this guide,...
Join discussion
Jun 12, 2024 路 3 min read 路 Logging is a critical aspect of any application, providing insight into the system's behavior, aiding in debugging, and helping monitor performance. In the Node.js ecosystem, Pino is a popular logging library known for its speed and low overhead. Int...
Join discussion