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
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…...
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…...
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…...
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....
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....
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....
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…...
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…...
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....
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…...