#javascript

[ follow ]
#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

#security
fromgithub.com
1 week 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
1 week 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.

#ecmascript-2025
#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.
fromRaymondcamden
5 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
1 week 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
#ai
#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
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
fromMedium
4 years ago

10 Utility Functions for Working with Objects in JavaScript

Object.entries() returns an array of [key, value] pairs for all the owned properties of an object, enabling various array methods for manipulation.
Video games
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
1 month 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
#software-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
fromCSS-Tricks
1 month ago

A Better API for the Resize Observer | CSS-Tricks

The Resize Observer, Mutation Observer, and Intersection Observers APIs are significantly more performant than their predecessors, providing efficient ways to monitor changes in DOM elements.
Node JS
fromSourcing Journal
1 month ago

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

AI-based shopping assistants struggle with e-commerce sites relying on JavaScript, limiting their ability to efficiently process product information.
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 ]