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 > shubhradev > i-throttled-my-app-to-slow-3g-heres-what-my-tests-never-caught-h7m

I Throttled My App to Slow 3G. Here's What My Tests Never Caught

8+ min ago   (67+ words) I wasn't looking for a performance problem. I wanted to see what happened when the network got slow... Tagged with javascript, webdev, debugging, testing....


dev.to > linusholm3764 > patient-portal-oauth-login-explicit-consent-and-refresh-token-rotation-in-nodejs-3kp0

Patient Portal OAuth Login: Explicit Consent and Refresh Token Rotation in Node.js

52+ min ago   (360+ words) For a migration off a managed provider, I would first model the boundary, then run one narrow flow in parallel. Do not move every callback and database record in one release. Account continuity matters more than shaving a day from…...


dev.to > serbyte > cost-effective-public-hosting-for-typescriptmysql-monorepo-optimizing-for-small-user-base-without-4j34

Cost-Effective Public Hosting for Typescript/MySQL Monorepo: Optimizing for Small User Base Without Unnecessary Expenses

47+ min ago   (915+ words) For this specific use case, Oracle Cloud’s Always Free Tier emerges as the optimal solution. It offers: However, this solution has a steeper learning curve compared to platforms like Heroku. Developers must carefully monitor resource usage to avoid exceeding free…...


dev.to > valenciamoss6824 > nodejs-sending-domain-onboarding-one-bundle-setup-staged-mail-verification-for-cutover-382c

Node.js Sending Domain Onboarding: One Bundle Setup, Staged Mail Verification for Cutover

1+ hour, 33+ min ago   (571+ words) For an e-commerce sending domain, a one-step onboarding bundle can simplify setup, but it cannot make DNS and mail verification happen at one instant. A hostname cutover is complete only when deliverability evidence comes from the records that recursive resolvers…...


dev.to > ignazcole6453 > e-commerce-dns-zones-enumerate-diff-apply-and-verify-in-nodejs-14mf

E-Commerce DNS Zones: Enumerate, Diff, Apply, and Verify in Node.js

2+ hour, 41+ min ago   (613+ words) Short answer: list the live DNS records, save that original snapshot, diff it against the intended set, upsert only the differences, and verify the important outcomes before changing nameservers. For an e-commerce platform moving away from a registrar-specific Node.js…...


dev.to > darianreed1254 > nodejs-realtime-event-discovery-token-trust-for-healthtech-iot-control-panels-1mnp

Node.js Realtime Event Discovery: Token Trust for Healthtech IoT Control Panels

2+ hour, 25+ min ago   (897+ words) Use realtime event discovery as an observability and trust exercise: classify what the panel can learn, bind each event to a narrow token scope, and make every state transition auditable before a browser is allowed to request a device action....


dev.to > yass1n > brojs-v240-redis-clustering-api-key-rotation-and-a-rate-limiter-that-actually-survives-4pja

bro.js v2.4.0 - Redis clustering, API key rotation, and a rate limiter that actually survives outages

7+ hour, 39+ min ago   (130+ words) Pushed v2.4.0 of bro.js (my zero-boilerplate Express alternative) and figured I'd write up what changed instead of just dumping a changelog. Used to be you had to wire up your own Redis client and babysit connection state. Now you just…...


medium.com > @bikisahu161 > redis-the-backend-sidekick-that-makes-your-application-fast-432f2e831a1a

Redis: The Backend Sidekick That Makes Your Application Fast ⚡

4+ hour, 24+ min ago   (143+ words) What Redis actually is, why everyone talks about it, and where it fits in a real-world backend. When I first heard about Redis, I had …...


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

Where Background Removal APIs Send Your Users' Video

10+ hour, 34+ 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…...


medium.com > @faithade69 > idempotency-sounds-complicated-but-the-idea-is-simple-c6005b78af63

Idempotency Sounds Complicated, But the Idea Is Simple

6+ hour, 17+ min ago   (31+ words) Idempotency. It’s one of those engineering words that sounds more complicated than what it actually means. The easiest way I understand it now …...