#javascript

[ follow ]
Node JS
fromFrontendmasters
2 days ago

What To Know in JavaScript (2026 Edition)

JavaScript's ECMAScript 2025 introduces new iterator methods and improved set functionalities, enhancing performance and usability for developers.
React
fromInfoWorld
20 hours ago

Local-first browser data gets real

Signals provide a performant alternative for reactive state management in front-end development.
Web frameworks
fromInfoQ
3 days ago

ESLint v10: Flat Config Completion and JSX Tracking

ESLint v10 removes legacy configuration, introduces flat config as default, and enhances developer experience for plugin authors and monorepo teams.
Information security
fromNextgov.com
3 days ago

North Korea-linked hackers suspected in Axios open-source hijack, Google analysts say

North Korea-aligned hackers compromised the Axios JavaScript library, risking many developers' systems through a sophisticated supply chain attack.
Node JS
fromAlex MacArthur
4 days ago

Your options for preloading images with JavaScript

Preloading images in JavaScript can be achieved through various methods, with the best choice depending on specific circumstances.
Vue
fromwww.jqueryscript.net
5 days ago

Weekly Web Design & Development News: Collective #650

TypeScript 6.0 and Vite 8.0 enhance development, while Shopify's Tinker offers over 100 free AI creative tools.
fromYcombinator
5 days ago

Show HN: QuickBEAM - run JavaScript as supervised Erlang/OTP processes | Hacker News

QuickBEAM runs JavaScript inside OTP supervision trees, allowing each runtime to function as a process with a `Beam` global that can call Elixir code and send/receive messages.
#web-development
fromThe JetBrains Blog
1 week ago

Expanding Our Core Web Development Support in PyCharm 2026.1 | The PyCharm Blog

With PyCharm 2026.1, users can leverage a comprehensive set of editing and formatting tools for modern web languages, including basic React support with code completion and navigation.
Python
#typescript
fromInfoQ
2 weeks ago
Node JS

State of JavaScript 2025: Survey Reveals a Maturing Ecosystem with TypeScript Cementing Dominance

Typography
fromInfoWorld
1 week ago

TypeScript 6.0 arrives

TypeScript 6.0 introduces new features and prepares for TypeScript 7.0 with significant updates and deprecations.
Node JS
fromInfoQ
2 weeks ago

State of JavaScript 2025: Survey Reveals a Maturing Ecosystem with TypeScript Cementing Dominance

TypeScript continues to dominate the JavaScript ecosystem, with 40% of developers using it exclusively, while Vite surpasses Webpack in satisfaction.
jQuery
fromjQuery Script
1 week ago

Bootstrap 5 Exit Intent Popup Plugin - Exit Modal

Exit Modal detects user exit intent and triggers a Bootstrap 5 modal when the cursor moves toward the browser's top.
Node JS
fromDEV Community
2 weeks ago

I Scanned 10 Popular GitHub Actions Workflows for Undocumented Environment Variables. Here's What I Found.

Many popular JavaScript projects have undocumented environment variables in their GitHub Actions workflows, leading to potential issues for developers forking these projects.
Node JS
fromInfoWorld
3 weeks ago

TypeScript 6.0 reaches release candidate stage

TypeScript 6.0 reached release candidate stage with improved type checking for function expressions in generic calls, scheduled for general availability on March 17.
Vue
fromRaymondcamden
1 month ago

Using Val Town to Get Me to the Movies

A movie reminder tool using The Movie Database API and Val Town helps maintain consistent theater-going habits by tracking upcoming releases.
fromCSS-Tricks
1 month ago

A Complete Guide to Bookmarklets | CSS-Tricks

A JavaScript script saved as a bookmark is called a 'bookmarklet,' although some people also use the term 'favelet' or 'favlet.' Bookmarklets have been around since the late 90s. The site that coined them, bookmarklets.com, even remains around today. They're simple and versatile, a fact evidenced by most of the bookmarklets listed on the aforementioned site are still working today despite being untouched for over two decades.
Web development
JavaScript
fromMedium
2 months ago

TypeScript "object" doesn't make sense

Objects in JavaScript differ from primitives; primitives can behave like objects via auto-boxing, while TypeScript uses structural typing to reflect shapes.
JavaScript
fromGitHub
1 month ago

GitHub - benhatsor/KeyframeKit: Intuitive, powerful and performant tools for working with CSS animations in JavaScript.

Provides intuitive, powerful, and performant JavaScript tools for controlling CSS animations via the Web Animations API.
#dom
#bot-detection
#cookies
fromSlicker
1 month ago

Mini Logo Interpreter in 100 lines of pure JS

Logo is a programming language designed in the 60s. Its most famous feature is turtle graphics: the programmer controls the "turtle" (cursor) with instructions like forward, left, right, repeat and the turtle leaves a 'trace' on the screen. Today we'll build a compact, single-file logo interpreter in about 100 lines of pure JavaScript. To keep the code short, we'll only implement the four instructions above, plus color_cycle (not part of the standard Logo) that cycles through 36 HSV hues.
JavaScript
JavaScript
fromSubstack
1 month ago

Friday Links #34: Fresh JavaScript Tools & Releases

Pinterest claims parity with ChatGPT in search volume and emphasizes visual search and e-commerce integrations to capture commercial intent and buying journeys.
Privacy professionals
fromZacks
1 month ago

Pardon Our Interruption

Browser settings, rapid navigation, or extensions that block JavaScript or cookies can trigger anti-bot protections and block access until cookies and JavaScript are enabled.
fromLogRocket Blog
1 month ago

How to solve package validation pain with Publint - LogRocket Blog

Package validation is the process of verifying that your library is correctly structured, configured, and ready to be consumed by others before you publish it. It's not about checking whether your logic works. That's what tests are for. It's about making sure your package metadata, entry points, module formats, and published files all line up so that consumers can install and use it without unexpected runtime errors.
Node JS
Node JS
fromCodeberg.org
1 month ago

promethee

Promethee provides UEFI bindings that let JavaScript code in script.js run as a freestanding bootloader and call UEFI services.
Web development
fromwww.jqueryscript.net
1 month ago

Weekly Web Design & Development News: Collective #643

Essential 2026-ready JavaScript and CSS libraries, AI tools, developer resources, design assets, and updated top-10 audits for modern web development.
fromVue.js Jobs
2 months ago

Senior Frontend Developer | Vue.js (Remote) at iubenda - VueJobs

We're iubenda, the team turning compliance into a growth engine. We help over 110K businesses all around the world build trust, boost performance, and grow without limits. Now part of team.blue (https://team.blue/), we're scaling privacy tech with confidence, creativity, and a little bit of attitude. Join a team that moves fast, thinks big, and makes privacy feel exciting again! 🎯 Mission & Core Purpose We're looking for a brilliant and motivated Senior Vue.js Developer to join our team.
Web development
Privacy technologies
fromZacks
1 month ago

Pardon Our Interruption

Access blocked for bot-like behavior; enable JavaScript and cookies and disable extensions that block scripts, or slow automated navigation to regain access.
JavaScript
fromRaymondcamden
2 months ago

Links For You (1/25/26)

Temporal API adoption is rising; curated free public APIs enable learning and experimentation; personal websites and independent music discoveries remain appealing.
JavaScript
fromAllthingssmitty
2 months ago

Explicit resource management in JavaScript - Matt Smith

JavaScript adds explicit resource management ('using') to guarantee automatic cleanup of opened resources without verbose try/finally code.
Information security
fromDroids On Roids
2 months ago

When ZeroWidth Isn't Zero: How I Found and Fixed a Vulnerability | Blog

Unicode Variation Selectors can inflate UTF-16 storage size while still passing perceived-length checks, enabling payload injection, performance issues, and possible database crashes.
fromInfoWorld
2 months ago

Using JavaScript's built-in objects

The toString() method is very simple. You can call it on anything, and if nothing has been defined, it'll use the default version. Many objects, like arrays, do define their own version. Custom objects can also define a version. When you interpolate an object into a string literal- console.log("This is my object: " + myObject)-it will call the toString() method.
JavaScript
[ Load more ]