Tag: logging
Promotion|MatrixTrak product (separate domain)
ThreadTrak — Founder access
A Chrome extension for X/Twitter: map threads, queue replies, and keep conversations actionable.
Founder seatsConversation mappingReply queue
Feb 04, 2026
Structured logging that actually helps: Serilog fields that matter in .NET incidents
When logs are noisy but useless: why incidents stay unsolved, which fields actually explain failures, and the minimal schema that makes .NET outages diagnosable.
Jan 28, 2026
Cannot trace requests across services: why correlation IDs die at boundaries in .NET
A production playbook for when logs exist but cannot be joined—correlation IDs die at HttpClient boundaries, jobs, and queues, making incidents unreproducible.
May 09, 2023
Best Practices for Error Handling in C# Applications
Are you working on a C project that requires concurrency? Writing thread-safe code is crucial to ensure that your application works as intended, without the risk of ra…