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 Community
dev.to > thomijasir > i-built-a-secrets-manager-because-sharing-env-files-at-work-was-painful-1eh9

I built a secrets manager because sharing.env files at work was painful!

43+ min ago   (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....

DEV Community
dev.to > gumbosveins > polar-sandbox-vs-live-webhooks-why-checkout-works-and-entitlements-do-not-5gl2

Polar sandbox vs live webhooks — why checkout works and entitlements do not

2+ hour, 37+ min ago   (794+ words) Checkout can succeed and your app can still treat the buyer as a free user. On Polar that usually means the webhook landed in the wrong world — sandbox secret on a live deploy, production endpoint still pointed at last night’s…...

DEV Community
dev.to > ganeshjoshi > redis-rate-limits-for-llm-api-keys-and-tenant-quotas-3o02

Redis Rate Limits for LLM API Keys and Tenant Quotas

2+ hour, 45+ min ago   (822+ words) This post was created with AI assistance and reviewed for accuracy before publishing. Rate limiting a normal API protects your servers. Rate limiting an LLM API protects your bank account. The difference matters, because it changes what you are counting…...

DEV Community
dev.to > mwmdgmb > tanstack-fetch-a-typed-fetch-client-built-for-tanstack-query-3de0

tanstack-fetch: A Typed Fetch Client Built for TanStack Query

3+ hour ago   (490+ words) If you're using TanStack Query with native fetch, your query functions may look like this: There's nothing wrong with this. But as the application grows, the HTTP layer usually becomes responsible for much more: This is the problem I wanted…...

DEV Community
dev.to > eva-nomados > how-to-handle-webhook-errors-in-makecom-4ahl

How to Handle Webhook Errors in Make.com

3+ hour, 35+ min ago   (1080+ words) Webhooks are one of the easiest ways to connect different tools with Make.com. They are also one of the easiest places for an automation workflow to break. A webhook may receive incomplete data. A field may have a different…...

DEV Community
dev.to > divyakush > never-trust-a-payment-webhook-on-its-first-word-4ncm

Never trust a payment webhook on its first word

4+ hour ago   (459+ words) A payment webhook is, structurally, a stranger sending your server a POST that says "this person paid." If your handler believes it, anyone who can reach that URL can mark orders as paid. In Saturdays, where PhonePe settles real money…...

DEV Community
dev.to > kirandeepjassalcrypto > design-youtube-video-upload-transcoding-cdn-delivery-at-scale-with-production-net-code-3h19

Design YouTube — Video Upload, Transcoding & CDN Delivery at Scale (with Production.NET Code)

4+ hour, 33+ min ago   (420+ words) This is the condensed walkthrough; the full guide (estimates, API, data model, and the full production.NET 9 code) is on my site 👇 The two sides scale very differently: Storage and transcode compute dominate the write side; the CDN is not…...

DEV Community
dev.to > alhlm_alove_2f24b5ebd5875 > send-transactional-email-from-a-verified-domain-with-an-api-or-smtp-2bn2

Send Transactional Email from a Verified Domain with an API or SMTP

7+ hour, 24+ min ago   (245+ words) Password resets, login codes, receipts, and alerts are easier to operate when application email has its own delivery path. Here are the setup decisions that matter before sending. Use a domain you control, then add the DNS records shown by…...

DEV Community
dev.to > ofri-peretz > your-eslint-plugin-installs-205-packages-69-are-eslint-g1a

Your ESLint Plugin Installs 205 Packages. 69 Are ESLint.

7+ hour, 45+ min ago   (474+ words) npm i -D eslint-plugin-import installs 205 packages. That number is true and almost useless, which is the problem with every dependency-weight argument I have read. 69 of those packages are ESLint itself. Since npm 7, peer dependencies install automatically, so any plugin declaring…...

Medium
medium.com > @keyima41 > however-tin-i-forestall-duplicate-webhook-occasions-from-being-processed-successful-laravel-9cb81e03fec4

However tin I forestall duplicate webhook occasions from being processed successful Laravel?

6+ hour, 29+ min ago   (277+ words) I americium gathering a Laravel exertion that receives webhook occasions from a 3rd-organization cost work. The webhook endpoint is running accurately, however I observed that the aforesaid case tin generally beryllium delivered much than erstwhile. For illustration, the cost supplier…...