JavaScript, TypeScript & Node

JS runtimes, TypeScript, tooling, and the modern web/server JS ecosystem.

  • 11 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 50 sources publishing most on JavaScript, TypeScript & Node over the last 30 days, out of 3,225 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 2,376 articles 44+ min ago 98%
  2. 2 Medium medium.com 268 articles 24+ min ago 75%
  3. 3 @Hackernoon hackernoon.com 54 articles 2+ day ago 98%
  4. 4 Tech Insider tech-insider.org 37 articles 3+ day ago 0%
  5. 5 Knowledgegate knowledgegate.ai 16 articles 3+ day ago 100%
  6. 6 Infoq infoq.com 15 articles 16+ hour ago 93% 1
  7. 7 @Dzoneinc dzone.com 10 articles 1+ day ago 100%
  8. 8 i-programmer.info 10 articles 3+ day ago 0%
  9. 9 Kimi kimi.ai 10 articles 3+ day ago 10%
  10. 10 Cyber Security News cyberpress.org 9 articles 1+ week ago 0%
  11. 11 Openrouter openrouter.ai 9 articles 5+ day ago 0%
  12. 12 Cybersecuritynews cybersecuritynews.com 8 articles 1+ week ago 0%

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 JavaScript, TypeScript & Node

DEV Community
dev.to > cantaskin > bir-web-portfoyunu-anlasilir-kilmak-icerik-hiyerarsisi-ve-proje-sunumu-2dnf

Bir web portföyünü anlaşılır kılmak: içerik hiyerarşisi ve proje sunumu

44+ min ago   (328+ words) Bir freelancer portföyünde ziyaretçinin önce üç soruya cevap bulmasını önemsiyorum: Ne yapıyorsun, hangi işleri gösterebilirsin ve sana nasıl ulaşabilirim? Bu yazı, web tasarım hizmetlerini sunarken kullanılabilecek basit bir içerik planı. Hizmet listesinin tamamını ana başlığa sıkıştırmak yerine ana işi açıkça…...

DEV Community
dev.to > madebydev > react-native-vs-flutter-in-2026-which-should-your-startup-choose-55d5

React Native vs Flutter in 2026: Which Should Your Startup Choose?

1+ hour, 34+ min ago   (451+ words) If you are planning a mobile app, one of the first technical decisions is the framework. In 2026 the two serious cross-platform options are still React Native and Flutter. Both let you ship iOS and Android from one codebase, both are…...

DEV Community
dev.to > jadeydi > how-to-bulk-download-images-from-url-lists-to-a-zip-file-3fph

How to Bulk Download Images: From URL Lists to a ZIP File

1+ hour, 21+ min ago   (1250+ words) The most useful starting point is a list of direct image URLs. Once you have that list, you can download the files together with a browser tool or a small command-line workflow. This tutorial covers both approaches, plus a JavaScript…...

DEV Community
dev.to > javadinteger > w3-web-world-war-how-to-compare-the-art-of-fair-comparison-in-tech-2bj3

W3 (Web World War): How to Compare — The Art of Fair Comparison in Tech

1+ hour, 59+ min ago   (1089+ words) Welcome to the first chapter of a brand new series: W3 — Web World War. But before you sharpen your pitchforks, let me be clear: this series is not about declaring a winner. It's about something far more dangerous, far more common,…...

DEV Community
dev.to > behan05 > i-rebuilt-my-failed-chat-app-from-scratch-heres-what-changed-growschat-h0p

I rebuilt my failed chat app from scratch, here's what changed (GrowsChat)

2+ hour, 38+ min ago   (137+ words) Hey dev.to! I'm Behan, a solo full-stack developer. I built a random chat platform before this one. It failed, mostly because of media hosting costs and no real rate limiting, the classic "it looked good but wasn't built to…...

DEV Community
dev.to > tamizuddin > mastering-advanced-server-side-caching-patterns-in-nextjs-14-1kl2

Mastering Advanced Server-Side Caching Patterns in Next.js 14

2+ hour, 51+ min ago   (733+ words) One of the most powerful patterns for server-side performance is fine-grained memoization. Instead of caching the entire HTTP response, we cache individual data slices. This is particularly useful when a single UI component requires data from multiple different API endpoints....

DEV Community
dev.to > judsonrhodes1569 > production-api-key-rotation-explained-6-least-privilege-checks-for-nodejs-github-actions-58oc

Production API Key Rotation Explained: 6 Least-Privilege Checks for Node.js GitHub Actions

2+ hour, 54+ min ago   (886+ words) Short answer: use two narrowly scoped API keys, switch traffic with an explicit activation step, and revoke the old key only after logs and live requests prove the cutover. For a property-management service, that sequence rotates a production credential without…...

DEV Community
dev.to > franciscopadillamx > building-a-privacy-first-freelance-rate-calculator-with-plain-html-and-javascript-15k4

Building a privacy-first freelance rate calculator with plain HTML and JavaScript

3+ hour, 42+ min ago   (618+ words) Freelancers often start with a tempting formula: take the monthly income they want, divide it by the number of hours they expect to work, and publish that number as an hourly rate. The result is usually too low because it…...

DEV Community
dev.to > n1x3n > what-has-working-with-multiple-languages-been-like-on-your-projects-2118

What has working with multiple languages been like on your projects?

4+ hour, 2+ min ago   (236+ words) Hey everyone. I’m exploring a programming-language project and want to understand how people currently work across languages. Thinking about your most recent project where code in different languages needed to work together: What were you building, which languages were involved,…...

Medium
medium.com > @tolulopeoke_6347 > -22154930683d

24+ min ago   (99+ words) Synchronous JavaScript executes code one statement at a time, in order. Each task generally has to finish before the next one runs.Continue reading on Medium » 𝗦𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗼𝘂𝘀 & 𝗔𝘀𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗼𝘂𝘀 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁. Synchronous JavaScript executes code one statement at a time, in order....