Skip to main content

Web Development

Idempotency in Your API
Introduction # Idempotency is a crucial property in the world of APIs, ensuring that operations can be applied multiple times without changing the result.
Tracing Node.js APIs with OpenTelemetry
Hello everyone 👋, In this article, we’ll instrument a simple Node.js API with OpenTelemetry traces. OpenTelemetry is the new standard for distributed tracing and metrics. Trace data is used to monitor and troubleshoot complex distributed systems.