#javascript

[ follow ]
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
1 day 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.
#learning
#cookies
#error-handling
fromAllthingssmitty
1 week 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
2 weeks ago
Node JS

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

fromInfoQ
2 weeks ago
Node JS

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

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

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

Node JS
fromDeno
3 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
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
4 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
2 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
#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.
#software-development
fromAllthingssmitty
3 weeks 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
#web-security
fromThe Hacker News
3 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
1 month 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
3 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
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.
fromHackernoon
1 month ago

The HackerNoon Newsletter: What to Do While I Wait for Claude (6/7/2025) | HackerNoon

Many startups fall into the trap of using AI to automate the same tired mistakes, overlooking the psychological triggers that actually convert customers.
Marketing tech
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
#development
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
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
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
fromhackernoon.com
1 month ago

Releasing Utilities Package to GitHub Packages: A Guide

Releasing a closed-source, reusable JavaScript/TypeScript package for internal use is streamlined when using GitHub Packages, ensuring modularity and preventing code leakage.
Node JS
[ Load more ]