#javascript

[ follow ]
#web-development
jQuery
fromInfoQ
4 days ago

Safari Adds scrollend Event Support, Completing Baseline Browser Coverage

Safari 26.2 introduces the scrollend event, providing reliable detection of scroll completion across major browsers.
#open-source
fromInfoQ
4 days ago
Web frameworks

Tiger Teams, Evals and Agents: The New AI Engineering Playbook

fromSilicon Canals
1 week ago
Information security

A single maintainer, a fake company, and a three-hour window: inside the Axios supply chain hijack - Silicon Canals

Web frameworks
fromInfoQ
4 days ago

Tiger Teams, Evals and Agents: The New AI Engineering Playbook

Sam Bhagwat is a co-founder and CEO of Mastra, an open source JavaScript/Typescript framework for building AI agents.
Information security
fromSilicon Canals
1 week ago

A single maintainer, a fake company, and a three-hour window: inside the Axios supply chain hijack - Silicon Canals

A single maintainer's vulnerability led to a significant security breach in a widely used JavaScript library, exposing thousands of systems to potential credential theft.
Web frameworks
fromBram.us
1 week ago

Introducing view-transitions-toolkit, a collection of utility functions to more easily work with View Transitions.

View-transitions-toolkit simplifies implementing advanced View Transition patterns with focused helper functions.
#css
JavaScript
fromRubyflow
5 days ago

Practical CSS: simplifying UI code with pseudo-classes

CSS pseudo-classes can simplify UI interactions by handling presentation logic, allowing JavaScript to focus on behavior.
JavaScript
fromRubyflow
5 days ago

Practical CSS: simplifying UI code with pseudo-classes

CSS pseudo-classes can simplify UI interactions by handling presentation logic, allowing JavaScript to focus on behavior.
#nodejs
Node JS
fromTreehouse Blog
6 days ago

How Node.js Lets JavaScript Run on the Server

Node.js allows JavaScript to run on servers, enabling full stack development with a single language.
Node JS
fromTreehouse Blog
6 days ago

How Node.js Lets JavaScript Run on the Server

Node.js allows JavaScript to run on servers, enabling full stack development with a single language.
Privacy technologies
fromTNW | Insights
1 week ago

LinkedIn secretly scans 6,000+ browser extensions and fingerprints your device

LinkedIn's hidden JavaScript routine collects extensive user data without disclosure, raising concerns about covert surveillance practices.
Node JS
fromFrontendmasters
1 week 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
1 week ago

Local-first browser data gets real

Signals provide a performant alternative for reactive state management in front-end development.
Web frameworks
fromInfoQ
1 week 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
1 week 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
2 weeks 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
2 weeks 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
2 weeks 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.
fromThe JetBrains Blog
2 weeks 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
Node JS
fromInfoQ
3 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.
Node JS
fromInfoQ
3 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
3 weeks 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
3 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
1 month 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
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
2 months 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.
[ Load more ]