#javascript

[ follow ]
fromAllthingssmitty
1 day 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
fromInfoQ
1 week ago
Node JS

TC39 Advances Nine JavaScript Proposals, Including Array.fromAsync, Error.isError, and using

fromInfoQ
1 week ago
Node JS

TC39 Advances Nine JavaScript Proposals, Including Array.fromAsync, Error.isError, and using

#web-development
Node JS
fromDeno
2 weeks 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
3 weeks 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
4 weeks 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
3 weeks ago
UX design

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

Node JS
fromDeno
2 weeks 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
3 weeks 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
4 weeks 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
3 weeks ago
UX design

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

#ecmascript-2025
fromHackernoon
3 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
1 week 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
#technology
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.
#asynchronous-programming
#typescript
#performance-optimization
#web-security
fromThe Hacker News
2 weeks ago
Marketing tech

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.
fromCSO Online
3 weeks ago
Node JS

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
2 weeks 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
3 weeks 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.
#ai
fromHackernoon
1 year ago
Growth hacking

The TechBeat: The Startup Playbook Is a Lie. Ask Better Questions. (5/16/2025) | HackerNoon

fromHackernoon
1 year ago
Growth hacking

The TechBeat: The Startup Playbook Is a Lie. Ask Better Questions. (5/16/2025) | HackerNoon

#software-development
#cookies
fromSourcing Journal
3 weeks 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
fromInfoWorld
3 weeks ago

JavaScript promises: 4 gotchas and how to avoid them

If you're returning information from a then or catch handler, it will always be wrapped in a promise, if it isn't a promise already.
Node JS
Node JS
fromallthingssmitty.com
4 weeks ago

Write more reliable JavaScript with optional chaining - Matt Smith

Optional chaining (?.) simplifies accessing nested properties in JavaScript objects, reducing error risk and improving code readability.
fromjQuery Script
1 month ago

JavaScript Plugin For CSS3 Powered Flip Animations - justFlipIt

justFlipIt enhances DOM elements with flip animations using CSS3 or the Web Animations API, compatible with Vanilla JS and jQuery.
jQuery
fromEvanhahn
4 weeks 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
Node JS
fromSubstack
1 month ago

Weekly JavaScript Roundup: Friday Links 23

Claude Opus 4 emerges as a top coding model, enhancing productivity for complex tasks.
Microsoft's Copilot AI faces backlash from developers, indicating challenges in AI integration.
Node JS
fromArs Technica
1 month ago

Destructive malware available in NPM repo went unnoticed for 2 years

Open source repositories are vulnerable to malicious software, evidenced by a recent discovery of malware hidden in NPM packages.
fromInfoWorld
11 months ago

Deno boosts dependency management with JSR

Deno 1.42 includes major updates for Node.js and NPM compatibility, enhancing modules such as async_hooks, crypto, and worker_threads for improved performance.
Node JS
fromTheregister
1 month ago

OpenPGP.js bug enables encrypted message spoofing

The vulnerability discovered in OpenPGP.js enables spoofing of both signed and encrypted messages, undermining the purpose of public key cryptography.
Privacy professionals
fromInfoWorld
11 months ago

Deno 1.38 features HTML documentation, hot module replacement

Deno 1.38 introduces significant improvements to deno doc command, generating static site documentation with new deno doc --html feature.
Node JS
fromInfoWorld
11 months ago

Node.js 22 arrives, backs ECMAScript modules

Node.js 22 introduces require() support for synchronous ECMAScript module graphs under the flag --experimental-require-module, enabling loading requested modules with require().
Node JS
[ Load more ]