» Tag
nodejs
33 postsBrowserPod 3.0: Running Rust Applications in the Browser
BrowserPod 3.0 enables running Rust applications in the browser, enhancing development possibilities for engineers.
Handling Large PDFs in Node.js Without Unbounded Buffering
Learn how to overcome memory issues in Node.js PDF verification with a two-step upload pattern that separates upload from analysis.
Chasing True Zero-Downtime Redis Sentinel Failover on Kubernetes
An engineer's attempt to achieve near zero-downtime Redis Sentinel failover on EKS: custom preStop hooks, ioredis buffering risks, and the debate over HA at scale.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comNo More Monkey-Patching: Node.js Tracing Channels
Node.js's new Tracing Channels API lets libraries emit their own telemetry without monkey-patching, offering a cross-runtime, ESM-friendly standard for observability tools like Sentry and OpenTelemetry.
Fragment API SDK Guide for Telegram Bots and Mini Apps
MyStars FaaS offers Node.js and Python SDKs to manage Telegram Stars and Premium fulfillment via the Fragment API, covering architecture and webhook security.
Node.js process.platform and arch values go beyond the docs
Node.js docs list a limited set of process.platform/arch values, but digging into the C++ source and GYP build system reveals a much wider real-world list.
Request Logging: Tracing Production Requests with Correlation IDs
Why correlation IDs and structured logs are essential for request logging. A practical look at Fastify, Express, pino, and AsyncLocalStorage for production debugging.
Wevna: Local-First Dashboard for Node.js Back Ends
Wevna offers a local-first dashboard for monitoring Node.js back ends. Ideal for rapid issue detection.
Node.js Creator Liberates Durable Objects from Cloudflare
Ryan Dahl's celld project offers an independent and cost-effective alternative to Cloudflare's Durable Objects, appealing to developers seeking flexibility.
Prevent Losing Your Global CLIs with nvm
Avoid losing global CLIs with nvmpin. Pin each package to a specific node version.