Install
JavaScript, TypeScript & Node
JS runtimes, TypeScript, tooling, and the modern web/server JS ecosystem.
- 11 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 JavaScript, TypeScript & Node
How I Made A New Amiga Game In AMOS Professional
10+ hour, 11+ min ago (140+ words) Discover how I built Amiga Rescue, a new 50-level Commodore Amiga puzzle game in 2026, using AMOS Professional and a few bespoke, modern development tools. Higgypop Founder & Content Creator Steve Higgins has been building digital things for over two decades, covering…...
Bro built a $10K/month SaaS with just these 10 tools 🥶
12+ hour, 12+ min ago (128+ words) Meet Piotr, a solo dev in Poland who built Visualizee, an AI rendering tool for architects and interior designers. He runs the whole thing on nights and weekends while working a full-time job.Here’s the entire stack behind a $10K/month…...
Matrox Video Integrates Matrox ORIGIN with NVIDIA Holoscan
6+ hour, 32+ min ago (331+ words) Content + Technology Matrox Video Integrates Matrox ORIGIN with NVIDIA Holoscan Matrox Video has announced an integration between Matrox ORIGIN and NVIDIA Holoscan for Media, enabling Matrox ORIGIN media services to be provisioned, configured and deployed within the Holoscan for Media…...
Scaling Event-Driven APIs: Real-Time WebSockets and Redis Pub/Sub for High-Concurrency Apps
3+ hour, 10+ min ago (480+ words) From a business perspective, system instability during peak usage events directly damages user retention, degrades brand trust, and triggers SLA violations. For e-commerce, financial platforms, and real-time gaming, a latency spike or dropped connection state can result in direct financial…...
React `startTransition` Without `useTransition`: The Standalone API Teams Keep Overlooking in Concurrent Mode
3+ hour, 16+ min ago (174+ words) React startTransition Without useTransition: The Standalone API Teams Keep Overlooking in... Tagged with javascript, react, webdev, node....
The Illusion of String.length: How to safely count Unicode, Emojis, and Words in JS
4+ hour, 18+ min ago (173+ words) If you are building a text input that restricts users to a specific character limit (like a tweet, an SMS gateway, or an SEO meta tag), your first instinct is probably to use String.prototype.length. If you are doing…...
Make Fully Customizable QR Codes (Actually)
4+ hour, 14+ min ago (28+ words) Tired of usual bland QR codes that don't show off your brand? I made a simple API to create fully... Tagged with python, api, backend, tools....
Three things that bit us moving a document scanner fully into the browser
4+ hour, 48+ min ago (596+ words) I work on LensUp, which does exactly that — the whole pipeline runs in the tab, and files are never uploaded. Disclosure up front: it's our tool, and this post is about the parts that were harder than the pipeline itself....
gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues
4+ hour, 56+ min ago (415+ words) gh api --paginate --slurp --jq 'length' is the command everyone reaches for to count issues in a repository. It does not count issues. It counts pages. I found this while writing pagination recipes for a toolkit, and then found the…...
Stop Making Your React Components Reusable | React Design
5+ hour, 42+ min ago (502+ words) In the modern React ecosystem, "reusability" has been elevated from a best practice to a full-blown theology. We are taught from our first tutorial that DRY (Don't Repeat Yourself) is the ultimate virtue. If you write the same button twice,…...