#javascript

[ follow ]
#web-security
Marketing tech
fromThe Hacker News
1 month ago

Over 269,000 Websites Infected with JSFireTruck JavaScript Malware in One Month

A large-scale cybersecurity campaign is compromising legitimate websites through malicious JavaScript injections utilizing an obfuscation technique known as JSFireTruck.
Node JS
fromCSO Online
1 month ago

Google patches third zero-day flaw in Chrome this year

Chrome's V8 engine has a serious vulnerability that can be exploited via malicious web pages.
Google restricts bug details until most users can update to protect them.
Marketing tech
fromThe Hacker News
1 month ago

Over 269,000 Websites Infected with JSFireTruck JavaScript Malware in One Month

A large-scale cybersecurity campaign is compromising legitimate websites through malicious JavaScript injections utilizing an obfuscation technique known as JSFireTruck.
Node JS
fromCSO Online
1 month ago

Google patches third zero-day flaw in Chrome this year

Chrome's V8 engine has a serious vulnerability that can be exploited via malicious web pages.
Google restricts bug details until most users can update to protect them.
#web-development
Node JS
fromDeno
1 month ago

A brief history of JavaScript | Deno

JavaScript has evolved from a simple scripting language to the most popular programming language in the world in 30 years.
Node JS
fromHackernoon
1 month ago

Cursor 1.0 Takes AI-driven Coding to New Heights With BugBot | HackerNoon

Cursor 1.0 introduces powerful AI-driven tools that could challenge the dominance of VS Code in JavaScript development.
Node JS
fromInfoWorld
1 month ago

What is Deno? A 'better' Node.js

Deno reimagines Node.js by integrating modern JavaScript features and the TypeScript compiler, but it's still under development and not for production.
fromInfoQ
1 month ago
UX design

Google's "What's New in Web UI" Talk: Less Custom Component JavaScript, More Web Standards

Node JS
fromDeno
1 month ago

A brief history of JavaScript | Deno

JavaScript has evolved from a simple scripting language to the most popular programming language in the world in 30 years.
Node JS
fromHackernoon
1 month ago

Cursor 1.0 Takes AI-driven Coding to New Heights With BugBot | HackerNoon

Cursor 1.0 introduces powerful AI-driven tools that could challenge the dominance of VS Code in JavaScript development.
Node JS
fromInfoWorld
1 month ago

What is Deno? A 'better' Node.js

Deno reimagines Node.js by integrating modern JavaScript features and the TypeScript compiler, but it's still under development and not for production.
fromInfoQ
1 month ago
UX design

Google's "What's New in Web UI" Talk: Less Custom Component JavaScript, More Web Standards

fromRaymondcamden
3 days ago

Simple Charting with BoxLang

BoxLang does not include an embedded client-side charting library, but it assists in building charts by allowing integration with client-side libraries like Chart.js.
Web development
#cookies
fromSubstack
6 days ago

Vite vs Webpack: A Guide to Choosing the Right Bundler

Vite leverages native ES modules, allowing for faster development builds and an instantaneous server start time, making it ideal for modern web development.
Web development
#typescript
fromgithub.com
6 days ago
Web development

GitHub - JakeRoggenbuck/regolith: A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

fromgithub.com
6 days ago
Web development

GitHub - JakeRoggenbuck/regolith: A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

#ai
Growth hacking
fromHackernoon
1 year ago

The TechBeat: Model Context Protocol Is the Kind of AI Future All Of Us Should Want to See (5/24/2025) | HackerNoon

Model Context Protocol enhances AI by enabling data access, transforming functionality from isolated chatbots to intelligent assistants.
Growth hacking
fromHackernoon
1 year ago

The TechBeat: Model Context Protocol Is the Kind of AI Future All Of Us Should Want to See (5/24/2025) | HackerNoon

Model Context Protocol enhances AI by enabling data access, transforming functionality from isolated chatbots to intelligent assistants.
#nodejs
fromHackernoon
9 months ago

Deno FINALLY Reintroduces Bundle Everyone Has Been Asking For | HackerNoon

Deno 2.4 reintroduces the deno bundle command, enabling single-file JavaScript or TypeScript bundles for both server and browser with support for npm and JSR dependencies.
JavaScript
fromAdropincalm
2 weeks ago

Create React UI component with uncontrollable

Uncontrollable is a valuable package for React UI libraries that simplifies state management, reducing noise in code when dealing with props like value, defaultValue, and onChange.
#development
#error-handling
fromAllthingssmitty
3 weeks ago

Default parameters: your code just got smarter - Matt Smith

Default parameters are a modern JavaScript feature that allows developers to declare default values directly within function signatures, improving code clarity and reducing bugs.
JavaScript
#programming
from2ality
3 weeks ago

Ecma International approves ECMAScript 2025: What's new?

ECMAScript 2025 introduces major enhancements, including import attributes for JSON modules and new iterator methods, improving the efficiency and usability of iterables.
JavaScript
fromHackernoon
4 months ago

Offline-First JavaScript for Space Missions: How JS Thrives in Low-Connectivity Environments | HackerNoon

JavaScript has evolved beyond the web, proving itself as an offline-first language well-suited for high-stakes environments like space missions.
Node JS
#user-experience
#data-structures
fromGitHub
1 month ago
Node JS

GitHub - AllThingsSmitty/javascript-algorithms: A list of popular JavaScript algorithms that you'll encounter in the real world.

fromGitHub
1 month ago
Node JS

GitHub - AllThingsSmitty/javascript-algorithms: A list of popular JavaScript algorithms that you'll encounter in the real world.

fromSmashing Magazine
4 weeks ago

Decoding The SVG path Element: Curve And Arc Commands - Smashing Magazine

The goal is to help you understand how curves and arcs are constructed within SVG, expanding your ability to draw complex shapes using code.
Typography
fromRaymondcamden
4 weeks ago

Links For You (6/22/25)

I've shared Josh Comeau links many times here and his ability to explain technical matter with incredibly simple and well-built demos is easily the best in the industry.
Web development
fromAllthingssmitty
1 month ago

Using await at the top level in ES modules - Matt Smith

Top-level await enables JavaScript developers to use the await keyword directly at the top level of ES modules, simplifying asynchronous coding patterns and eliminating boilerplate.
Node JS
#performance-optimization
fromInfoWorld
1 month ago
Software development

JavaScript innovation and the culture of programming

Software development culture is a key driver of collaboration and learning among programmers.
fromSourcing Journal
1 month ago

Here's Why Shopping Agents Might Have a Difficult Time Pulling Brands' Products for Consumers

One of the first things we're doing [with clients] is saying, 'OK, let's look at your site with JavaScript turned off. That's what the AI is seeing.'
Artificial intelligence
fromjQuery Script
1 month ago

JavaScript Plugin For CSS3 Powered Flip Animations - justFlipIt

justFlipIt enables CSS3 and Web Animations API-based flip animations on DOM elements, supporting both Vanilla JS and jQuery.
jQuery
fromEvanhahn
1 month ago

When Array uses less memory than Uint8Array (in V8)

Uint8Arrays have overhead that makes them larger than equivalent Arrays initially, but they become more compact after about 150 elements.
Node JS
[ Load more ]