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 > erickcm > getting-a-nestjs-apps-logs-into-elasticsearch-without-writing-grok-5amn

Getting a NestJS app's logs into Elasticsearch without writing grok

15+ min ago   (397+ words) My team is rolling out ELK observability across four services, and I drew the short straw of instrumenting the first one: a NestJS API. I expected an afternoon of tedium. I got that, plus one surprise that made the whole…...


dev.to > codewithdivine > i-cloned-instagrams-full-ui-the-two-column-layout-built-with-css-grid-flexbox-f31

I Cloned Instagram's full UI The Two Column Layout (Built With CSS Grid + Flexbox)

12+ min ago   (386+ words) A junior dev on my team once spent two days rebuilding the same sidebar layout three separate times, one version for desktop, one for tablet, one for mobile. Three different CSS files. Three different approaches. They weren't. He just hadn't…...


dev.to > zaerohell > isolating-multi-tenant-email-cron-jobs-in-a-nextjsnode-monorepo-mle

Isolating Multi‑Tenant Email Cron Jobs in a Next.js/Node Monorepo

1+ hour, 55+ min ago   (309+ words) TL;DR: I refactored the email.cron.ts worker so each organization processes its own notifications in isolation, added a comprehensive Jest test suite, and bumped coverage from 1.28 % to realistic levels. The change prevents cross‑tenant data leakage and makes…...


dev.to > rockchinq > route-support-questions-in-discord-and-line-with-gpt-6-astra-dify-and-langbot-3pbo

Route Support Questions in Discord and LINE with GPT-6 Astra, Dify and LangBot

2+ hour, 14+ min ago   (671+ words) A single support prompt can work surprisingly well—until the same bot receives an expired invitation,... Tagged with dify....


dev.to > _notbu7ch > building-a-choose-your-own-adventure-api-with-nestjs-part-2-persistence-4321

Building a Choose-Your-Own-Adventure API with NestJS — Part 2: Persistence

4+ hour, 26+ min ago   (416+ words) Part 2 of a series building "Grimoire API" — a choose-your-own-adventure backend in NestJS, learned one milestone at a time. Part 1 covered controllers, providers, DI and validation with a single read-only endpoint. This time: making a player's progress survive a server restart....


dev.to > xanderblack5716 > 10-minute-game-failure-alerting-with-nodejs-cron-log-polling-error-apis-and-webhooks-3kga

10-Minute Game Failure Alerting with Node.js Cron Log Polling Error APIs and Webhooks

4+ hour, 21+ min ago   (402+ words) Short answer: poll on a 10-minute cadence, keep exception and failed-job evidence in separate counters, suppress duplicate notifications, and treat missing heartbeats as a different failure class. This is an architecture decision, not a claim that polling is universally superior....


dev.to > paula_contreras_71cbc0f69 > promises-and-fetch-4jie

Promises and Fetch

4+ hour, 54+ min ago   (105+ words) Esta semana aprendí sobre promesas y fetch en JavaScript. Aprendí asincronía, callbacks, ambiente de ejecución y repasé setTimeout y setInterval. Lo que más me costó fue visualizar cómo trabajaba todo junto al callstack, event loop, macrotask y microtask. Sin embargo…...


bikeshed.thoughtbot.com > 507

507: Stacked Vertical Slices

6+ hour, 33+ min ago   (147+ words) The Bike Shed is BACK! Aji and Joel kick off this week’s episode with a fantastic combination of component bugs and how much headspace they take up, historic heraldry vs ChatGPT’S anchoring bias, before diving into the latest big development…...


dev.to > jsmanifest > typescript-60-strictbuiltiniteratorreturn-what-changes-when-iterators-finally-have-correct-804

TypeScript 6.0 `--strictBuiltinIteratorReturn`: What Changes When Iterators Finally Have Correct Return Types

5+ hour, 44+ min ago   (757+ words) TypeScript 6.0 --strictBuiltinIteratorReturn: What Changes When Iterators Finally Have... Tagged with typescript, javascript, webdev, react....


dev.to > aleksander_mako_1d1cd1320 > it-is-really-hard-to-write-good-software-in-javascript-44c4

It is really hard to write good software in Javascript

6+ hour, 45+ min ago   (840+ words) Six years of building Golang services gave me fewer race conditions than one year of writing Javascript. I have spent that year on vidstudio.app, an in browser client only video editor, which means I have had to write a…...