Node, Deno & Bun

JS runtimes, frameworks, and edge/serverless adapters.

  • 5 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Node, Deno & Bun


dev.to > dave_gordon > where-background-removal-apis-send-your-users-video-2bl2

Where Background Removal APIs Send Your Users' Video

3+ hour, 21+ min ago   (914+ words) Picking a background removal API is an engineering decision right up until it stops being one. The masks hold on hair and glasses, the latency fits, the integration is a two day job, and then a security reviewer at your…...


dev.to > fortitudeomnis > the-fastest-trigger-produces-no-cve-5hj9

The fastest trigger produces no CVE

3+ hour, 40+ min ago   (408+ words) Every scanner you run is looking backwards. A CVE is a record of something already found. By the time one exists, a researcher has spotted the flaw, someone has assigned it an identifier, and a database has published it. That…...


dev.to > arhuman > the-logging-dilemma-58po

The Logging Dilemma

20+ hour, 32+ min ago   (123+ words) Every developer has lived through this scene: the adrenaline spike when a production incident is... Tagged with go, monitoring, logging, module....


dev.to > marencrest5138 > compliance-event-dispatch-auditable-email-and-sms-api-backoff-without-duplicate-sends-5cio

Compliance Event Dispatch: Auditable Email and SMS API Backoff Without Duplicate Sends

20+ hour, 32+ min ago   (661+ words) Short answer: put compliance notices on a queue, assign one stable idempotency key per notice and channel, and record every attempt before any email or SMS API call. For a B2B SaaS compliance notice, choose the middle row. It adds one…...


dev.to > kiernanberg3867 > model-vendor-routing-constraints-a-prepaid-api-balance-guard-in-nodejs-2a24

Model Vendor Routing Constraints: A Prepaid API Balance Guard in Node.js

21+ hour, 1+ min ago   (711+ words) The constraint that decides this one isn't cost and it isn't benchmark quality. It's that the account funding the calls is prepaid, the batch runs at 03:00, and nobody is awake to approve a fallback. Our storefront regenerates product copy and…...


dev.to > jaxmonroe3187 > tracing-which-internal-consumer-read-each-webhook-event-one-registration-one-queue-3ba7

Tracing Which Internal Consumer Read Each Webhook Event (One Registration, One Queue)

22+ hour, 49+ min ago   (447+ words) Use one webhook registration, land the payload in a durable queue, and make every internal consumer acknowledge its own copy. That is the least complex design that survives a downstream outage and still answers the question an auditor asks six…...


fathom.krakn.ai > 0.6 > reference > typescript-sdk

TypeScript SDK

1+ day, 11+ hour ago   (11+ words) fathom.krakn.ai - Generated reference: see module pages alongside this index....


dev.to > webmatrixlab > api-rate-limiting-what-actually-breaks-when-you-get-it-wrong-3dip

API Rate Limiting: What Actually Breaks When You Get It Wrong

23+ hour, 46+ min ago   (417+ words) Most teams add rate limiting to their API as an afterthought — usually right after something has already gone wrong. A scraper hammers an endpoint, a client integration goes into a retry loop, or a single misbehaving user takes down a…...


medium.com > @vedantabhishek > unary-operators-in-javascript-one-operand-surprisingly-powerful-aaa8a939b254

Unary Operators in JavaScript: One Operand, Surprisingly Powerful

21+ hour, 9+ min ago   (790+ words) Two values. One operator. Simple.But JavaScript also has operators that work with just one operand.These are called unary operators. And despite operating on only one value, unary operators can do some surprisingly powerful things, from converting strings into…...


dev.to > sepideh_jafari > crawl-budget-is-often-an-architecture-problem-pa

Crawl Budget Is Often an Architecture Problem

1+ day, 1+ hour ago   (295+ words) Crawl budget sounds like a Google problem. Sometimes it's actually a website problem. When crawlers spend time on thousands of low-value URLs, the immediate instinct is often: How do we make Google crawl differently? A better first question may be:…...