WeSearch
Hub / Tags / Javascript
TAG · #JAVASCRIPT

Javascript coverage.

Every story in the WeSearch catalog tagged with #javascript, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

60 stories tagged with #javascript, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Javascript"

RELATED TAGS
#webdev122#programming41#react40#web-development24#opensource22#tutorial20#ai15#performance13#typescript13#development13#productivity13#frontend13
R/JAVASCRIPT

Intentionally blocking rendering with JavaScript

18 views ·
R/JAVASCRIPT

[AskJS] Help with new JavaScript-based object notation format (cuz JSON sucks)

21 views ·
DEV.TO (TOP)

Beyoneer Programming Interface for Plugins

Developing plugins for Beyoneer IDE (BPI) requires efficient keyboard mapping, utilizing BeyoCommand_...…

18 views ·
#webdev#programming
DEV.TO (TOP)

How does VuReact compile Vue 3's CSS Modules to React?

VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3...…

18 views ·
#webdev#vue
SMOOTH CDN

Optimize Images, CSS, JavaScript and PDFs and Get Temporary CDN URLs

Upload frontend assets and test automatic optimization for images, PDFs, JavaScript and CSS. Compare optimized variants and see how Smooth CDN fits into a web asset pipeline.…

13 views ·
#cdn#optimization#web development
FRUTJAM

Native-first Markdown editor: Works like a standard textarea

Easy to embeddable JavaScript markdown editor with real-time preview, syntax highlighting, and easy integration for web projects…

11 views ·
#markdown#web development
DEV.TO (TOP)

🚀 Getting Started with Node.js – from “What is this?” to your first web server

Node.js lets us run JavaScript outside the browser. In this guide, we’ll install Node, learn the...…

16 views ·
#node#programming
DEV.TO (TOP)

Learning React useState Through Practical Examples

When starting React, understanding useState only through definitions can feel confusing. The easiest...…

16 views ·
#react#tutorial
DEV.TO (TOP)

I switched from ip-api.com to a zero-key API — here's why (HTTPS, CORS, no rate limits)

f you've ever tried to use ip-api.com on an HTTPS site, you've hit this error: "Mixed Content: The...…

14 views ·
#api#webdev
DEV.TO (TOP)

Gnoke Skins: Every Device Already Has a Face. It Just Hasn't Rendered Yet.

There is a gap between what a device knows and what it shows. Your MiFi router knows signal...…

10 views ·
#webdev#iot
DEV.TO (TOP)

I built a free Glassmorphism CSS Generator to speed up UI design 🎨

Hello everyone! 👋 While working on my frontend skills and practicing HTML, CSS, and JavaScript, I...…

13 views ·
#css#webdev
DEV.TO (TOP)

Stop pasting JWTs into jwt.io

You're debugging an authentication issue. The frontend is getting a 403. You copy the JWT from the...…

13 views ·
#security#webdev
DEV.TO (TOP)

Why JWT Exists - What I Figured Out by Looking at Real Numbers

When I first learned JWT, I thought it was just "a library to create tokens for authentication." I...…

14 views ·
#webdev#programming
DEV.TO (TOP)

How I fixed a silent hang in the XDG Desktop Portal and turned it into an npm package

I was building Parallel — an Electron app for local network screen sharing on Linux. No server, no...…

13 views ·
#linux#npm
DEV.TO (TOP)

I Built a Sandbox for Neal.fun's Cursor Camp — Here's What Happened

A few months ago I opened Neal Agarwal's Cursor Camp for the first time. You know that feeling when a...…

10 views ·
#webdev#typescript
R/SVELTEJS

What criteria do you use when selecting a JavaScript library?

18 views ·
DEV.TO (TOP)

How I built a 100/100 PageSpeed score with Astro

When I started Base7 Studio I made one commitment — every site we ship has to be fast. Not "pretty...…

14 views ·
#webdev#performance
DEV.TO (TOP)

Operators in JavaScript

JavaScript operators are symbols or keywords used to perform operations on values and variables....…

11 views ·
#webdev#programming
DEV.TO (TOP)

#javascript #apnacollege #webdev #beginners

Hello Dev Community! 👋 It is officially Day 12 of my journey to master the MERN stack! Today, I...…

12 views ·
#webdev#apnacollege
DEV.TO (TOP)

How I built a fast Freelance Rate Calculator in Vanilla JS

As developers and designers, transitioning to freelance work means figuring out exactly how much to...…

17 views ·
#webdev#opensource
DEV.TO (TOP)

I Built a Carbon Calculator Where the Emission Factor Doesn't Exist

Most emissions calculators are a lookup table with a UI bolted on. You pick "diesel," the code...…

14 views ·
#webdev#datascience
DEV.TO (TOP)

Building Twitter-style Collapsible Tabs in React Native (the easy way)

The problem Almost every social / commerce app eventually needs the same screen: A large...…

16 views ·
#reactnative#mobile
DEV.TO (TOP)

FlatMap Is More Important Than You Think

Most developers learn map() and think they've figured it out. You take a value. Transform it. Get...…

13 views ·
#webdev#programming
R/JAVASCRIPT

[AskJS] What's your preferred approach to idempotency in JavaScript backends?

22 views ·
DEV.TO (TOP)

I built a minimalist typing speed tester with real-time WPM, CPS, and post-session analytics

Most typing speed tests are cluttered with ads, distracting animations, and metrics that reset...…

16 views ·
#webdev#productivity
DEV.TO (TOP)

Stop Arguing About Tailwind Class Order - Sort Them Automatically (Free Tool)

You've seen it in code reviews. Someone writes: <div class="text-sm mt-4 hover:scale-105 p-4...…

23 views ·
#tailwindcss#webdev
DEV.TO (TOP)

I built 21 free dev tools that never upload your data

Every developer needs quick tools — JSON formatter, Base64 encoder, JWT decoder, regex tester, PDF...…

14 views ·
#webdev#productivity#tools
GLEAM

Gleam v1.17.0 Released

News post: Gleam v1.17.0 released!…

18 views ·
#programming#software#release
DEV.TO (TOP)

Payload CMS Has 508 Circular Dependencies in 675 Files. Here's How Every Codebase Accumulates Them.

Circular dependencies accumulate silently in every large JavaScript codebase. Payload has 508 in 675 files, Next.js has 17 in 14,556. Here are the 3 formation patterns, what each r…

17 views ·
#typescript#software-development
DEV.TO (TOP)

I built a free streaming site from scratch — no ads, no framework, no BS

How I built ELI6 Movies: a full-stack streaming webapp with vanilla JS, Node/Express, MongoDB, JWT auth, custom analytics, and zero npm-heavy frameworks.…

12 views ·
#streaming#webdev
DEV.TO (TOP)

Payload CMS Has 508 Circular Dependencies. Next.js Has 17. Here's Why They Form in Every Large JS Codebase.

Circular dependencies accumulate silently in every large JavaScript codebase. Payload has 508, Next.js has 17, Strapi has 5. They bloat your bundle, slow your tests, cause mysterio…

16 views ·
#typescript#webdev
DEV.TO (TOP)

6 Advanced JavaScript Questions That Separate Seniors from Mid-Levels

1. Stale closure & primitive capture What is the output of the following...…

13 views ·
#webdev#interview
MEDIABUNNY

Mediabunny – A complete JavaScript media toolkit for the browser

A JavaScript library for reading, writing, and converting media files. Directly in the browser, and faster than anybunny else.…

14 views ·
#open-source#media
DEV.TO (TOP)

Stop writing useEffect for data fetching. Use Request Strategies instead.

⚠️ 【Draft – Pending Review】 Stop writing useEffect for data fetching. Use Request...…

15 views ·
#react#webdev
DEV.TO (TOP)

Useful vscode extension patterns - Update Notification

Basic problem - when you ship a new version, you want users to know and look at what's changed. I...…

13 views ·
#vscode#tooling
DEV.TO (TOP)

JavaScript Closures Explained Like You're Learning Them for the First Time

JavaScript Closures Explained Like You're Learning Them for the First Time Have...…

15 views ·
#programming#closures
DEV.TO (TOP)

The Best Form Backend Services in 2026

Comparing form backend services for developers in 2026: Forminit, Formspree, FormSubmit, EmailJS, Netlify Forms, and Basin on validation, auth, file uploads, and pricing.…

14 views ·
#webdev#api
DEV.TO (TOP)

How I Built and Deployed a Secure AI Text Editor Entirely on a Mobile Phone

🚀I wanted to share a milestone project I just took live. It’s an AI-driven text editor called...…

15 views ·
#ai#webdev
DEV.TO (TOP)

22 Astro Best Practices: The Bookmark-Worthy Tips

22 Astro Best Practices: The Bookmark-Worthy Tips At QuotyAI I'm using Astro to build...…

13 views ·
#astro#webdev
DEV.TO (TOP)

Prose reader, a modern reading system engine

Hi HN, I’m the author of Prose, an MIT-licensed reading engine / SDK for building reading apps on...…

15 views ·
#webdev#books
R/LEARNPROGRAMMING

Solo dev here. HTML/CSS felt easy. JavaScript is humbling me — and that's okay.

14 views ·
DEV.TO (TOP)

文章标题23

文章内容 markdown…

16 views ·
#web development#local storage
DEV.TO (TOP)

Processing a 2GB CSV in Node Without Running Out of Memory

Why the obvious approach crashes, and how a few generator functions keep memory flat no matter how...…

12 views ·
#node#performance
DEV.TO (TOP)

Math.random() Is Not Random Enough. I Found It Building API Keys in a 44K-Star Repo.

Math.random() is a PRNG, not a CSPRNG. An attacker who observes a few outputs can predict every future call. I found this exact pattern generating API keys in a 44K-star open-sourc…

14 views ·
#security#crypto
DEV.TO (TOP)

Building with Bun and Cosmic: The Fastest JavaScript Stack in 2026

Originally published on the Cosmic blog. Bun v1.3 is the fastest JavaScript runtime you can use...…

11 views ·
#webdev#api
DEV.TO (TOP)

⭐ State.js Basics — Learn CSS‑Driven Reactivity in 10 Minutes

State.js looks simple — just HTML attributes — but it introduces a new mental model for building...…

15 views ·
#webdev#tutorial
DEV.TO (TOP)

import-next/no-cycle Reported 0 Cycles on Next.js. We Found Why — and Fixed It.

Our cycle detector returned 0 on a 14K-file repo. oxlint found 17. We audited the rule and found two bugs: a 10-hop depth limit that silenced cycles longer than 10 hops, and a cach…

11 views ·
#eslint#webdev
R/LEARNPROGRAMMING

In what cases is Javascript better than Typescript except for the learning curve????

17 views ·
DEV.TO (TOP)

Know Your WebDev Math: Dynamic positioning with trigonometry

When I needed to pass Calculus and Algebra during my Computer Science degree, I used the formula...…

14 views ·
#webdev#trigonometry
KDNUGGETS

Practical NLP in the Browser with Transformers.js

This tutorial covers three NLP tasks: text classification, zero-shot labelling, and question answering using Transformers.js's pipeline() API.…

21 views ·
#nlp#transformers
DEV.TO (TOP)

Stop Using WebSockets for Everything 🚨

When developers hear "real-time communication," the first thing that comes to mind is usually...…

13 views ·
#webdev#programming
DEV.TO (TOP)

I replaced TanStack Query with alova and cut my code by 70%

I replaced TanStack Query with alova and cut my code by 70% A frontend engineer's...…

10 views ·
#webdev#react
DEV.TO (TOP)

The Angular @switch Upgrades You Should Know About

Angular's @switch block has become a lot more useful recently. With exhaustive type checking, Angular...…

16 views ·
#angular#typescript
DEV.TO (TOP)

I built a one-button game in vanilla JS Canvas — single file, no engine, plays in your browser

▶️ Play it first (10 seconds): https://emaadshamsi.github.io/paper-hands/ It's called PAPER HANDS....…

16 views ·
#gaming#webdev
DEV.TO (TOP)

TanStack shipped a postmortem for the 42-package npm compromise. Here is what every project should change this week.

TanStack shipped a postmortem for the 42-package npm compromise. Here is what every project...…

16 views ·
#security#npm
R/LEARNPROGRAMMING

I am new to Javascript (this is my second day of learning) and I wanna show my furthest achievement. Not much but it's a start.

20 views ·
LAPCATSOFTWARE

Misguided JavaScript API: Origin Private File System

11 views ·
#privacy#technology#web development
DEV.TO (TOP)

I built a premium AI Dashboard UI Template with clean file separation. Offering it 100% FREE!

Hey fellow devs! 👋 I've been experimenting a lot with Vibe Coding lately, trying to see how far we...…

17 views ·
#opensource#webdev
DEV.TO (TOP)

Control SwiftUI and Compose State Synchronously with Worklets in Expo UI

React Native developers have long dealt with the friction of bridging JavaScript with native UI...…

16 views ·
#expo#reactnative
DEV.TO (TOP)

I coded an Air Hockey game where a local SLM hacks the DOM to cheat (and trash-talks you) 🤖🏓

Have you ever played a game where the AI realizes it's losing, gets angry, and literally inverts your...…

20 views ·
#gaming#ai