Install
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.
Related topics
Latest in Node, Deno & Bun
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....
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…...
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…...
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…...
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…...
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…...
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…...
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…...
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…...
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…...