Discover Valuable and Hands-On Software Development Articles
-
Corelens v1 Has Officially Launched: Logs, Metrics, and Traces Made Simpler
Corelens is an observability SDK for Node.js applications. It gives you structured logs, application metrics, HTTP metrics, runtime metrics, traces, and production-aware exporters without forcing you to wire every observability concern by hand on day one.
-
The FlushWaiters Pattern: graceful shutdown for buffered systems in Node.js
The FlushWaiters Pattern is used in a node.js system where graceful shutdown is non-negotiable. You need a way to tell the Node.js process to no exit until a buffered work is finished.
-
Building a Mental Model for Azure IAM (Without Losing Your Mind)
Unlike AWS, Microsoft has a suite of products which benefit from a unified identity system. Microsoft Identity System and its correlation with Azure Cloud is confusing. This article helps you get it right.
-
Kafka on Kubernetes: The Hard Parts Nobody Warns You About
An honest account of what Kafka is, why ZooKeeper had to go, and what it actually takes to run a KRaft cluster on Kubernetes without it silently falling apart.
