Node JS

[ follow ]
#nodejs
fromHackernoon
1 year ago

Myth vs. Reality: Real-World Runtime Performance of Node.js, Deno, and Bun | HackerNoon

Node.js remains the dominant JavaScript runtime, but Deno and Bun have introduced modern features and performance improvements.
fromBleepingComputer
3 weeks ago

North Korean XORIndex malware hidden in 67 malicious npm packages

North Korean threat actors delivered malware through 67 malicious npm packages, affecting over 17,000 downloads.
fromSitePoint Forums | Web Development & Design Community
4 weeks ago

Senior dev seeking architecture best practices for CI/CD across microservices

A standardized CI/CD pipeline for microservices should address key challenges such as coordinating cross-service releases, managing backward compatibility, and preventing configuration duplication.
Node JS
#data-export
fromMedium
2 months ago

Flashing Jetson with Nvidia SDK Manager on Ubuntu 24.10

Upgrading Jetson AGX Orin 64GB from Jetpack 5.X to 6.2 involves various troubleshooting steps due to dependency issues.
Node JS
fromYahoo Sports
1 month ago

After trading for Charlie Coyle, when do Columbus Blue Jackets pick in 2025 NHL Draft?

Columbus Blue Jackets acquired multiple players and hold multiple draft picks for the 2025 NHL Draft.
#javascript
fromHackernoon
4 months ago
Node JS

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

Node JS
fromInfoWorld
1 year ago

Using JavaScript's built-in objects

JavaScript's built-in objects are crucial for programming across environments.
The Object methods toString() and assign() are foundational for object manipulation.
JSON is a widely-used object for handling data in JavaScript applications.
Node JS
fromInfoQ
1 month ago

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

Three new features were added to JavaScript: Array.fromAsync, Error.isError, and explicit resource management with using.
fromHackernoon
4 months ago
Node JS

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

fromInfoQ
1 month ago
Node JS

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

fromInfoQ
1 month ago

JSON Modules Can Now Be Imported in JavaScript in All Modern Browsers, CSS Modules to Follow

JSON modules are now supported in all modern browsers, simplifying import in JavaScript code.
fromRaymondcamden
1 month ago

Updates to my Table Sorting Web Component

The updated <table-sort> web component now supports date sorting and custom sorting via a data-sortval attribute.
#cybersecurity
fromMedium
4 years ago

How to Get Started with Canvas Animations in JavaScript

"Animation is not the art of drawings that move but the art of movements that are drawn." - Norman McLaren
Node JS
Node JS
fromLogRocket Blog
1 month ago

How to optimize your Next.js app with after() - LogRocket Blog

Next.js 15's after() optimizes server operations by handling non-blocking tasks after responses are sent.
Node JS
fromHackernoon
1 month ago

How I Merged and Validated Two JSON Files in Go | HackerNoon

Learning Go through practical tasks enhances understanding of its file handling and JSON processing capabilities.
#deno
Node JS
fromInfoWorld
2 months 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.
Node JS
fromInfoWorld
1 year ago

Bun 1.1 JavaScript toolkit backs Windows 10

Bun 1.1 significantly enhances performance, cross-platform functionality, and introduces new APIs for developers.
Stable WebSocket and SQL database support make Bun 1.1 more robust and versatile.
fromHackernoon
11 months ago

Optimizing RPC Performance with Batch Requests and Caching Layers | HackerNoon

Heavy-traffic decentralized applications (dApps) querying Ethereum's blockchain frequently face latency due to high node workload, leading to poor user experiences and elevated costs.
Node JS
Node JS
fromNeutralino
2 years ago

Framework | Neutralinojs

Neutralinojs enhances app development by introducing file watchers API and programmatically centering windows at startup.
Node JS
fromMedium
3 years ago

Nine JavaScript One-Liners For The Beginner 2021 Developer

Get a great start into JavaScript by learning these one-liners in just a few minutes!
JavaScript can do a lot of amazing things!
Node JS
fromAmazon Web Services
1 month ago

Validating event payload with Powertools for AWS Lambda (TypeScript) | Amazon Web Services

The new Powertools for AWS Lambda Parser utility simplifies payload validation for TypeScript, enhancing application resilience against unexpected inputs.
Node JS
fromHackernoon
1 month ago

Want to Win $1,500? Describe How Blockchain Nodes Power Web3 Applications | HackerNoon

Blockchain nodes are essential for enabling secure and efficient Web3 dApps.
fromHackernoon
2 months ago

MongoDB 8.0 Upgrade Guide: What You Need to Know Before Upgrading | HackerNoon

MongoDB 8.0 significantly enhances system performance, security, and scalability, making upgrades essential for efficient data management.
#npm
fromIT Pro
1 month ago
Node JS

Developers beware: Malware has been found in a dozen popular NPM packages - here's what you need to know

Node JS
fromIT Pro
1 month ago

Developers beware: Malware has been found in a dozen popular NPM packages - here's what you need to know

Over a dozen NPM packages have been compromised, delivering malware that allows attackers to control infected machines.
Node JS
fromDeveloper Tech News
2 months ago

Package lurking in npm for six years waits to destroy your work

A malicious npm package, disguised as a legitimate tool, has been uncovered, potentially endangering numerous projects.
The xlsx-to-json-lh package highlights vulnerabilities in package management due to misleading naming.
fromDesign Milk
1 month ago

NECKTIE Presents a Hanging Planter That Feels Weightless

Plants enhance mental health by reducing stress and boosting the immune system.
NECKTIE's hemisphere planter elegantly combines functionality with aesthetics.
The design reflects a commitment to quality craftsmanship and intention.
fromHackernoon
2 months ago

Ultimate Blockchain Nodes Guide: What Is It and How Does It Work? | HackerNoon

Understanding blockchain nodes is essential for grasping decentralized systems.
fromHackernoon
2 months ago

Building a Scalable Architecture with MERN Stack | HackerNoon

Building an app that works is one thing. Building an app that keeps working as it grows is another.
Node JS
fromInfoQ
1 month ago

Rust-Based Drop-in Replacement for Vite Released, Early Adopters Report 10X Faster Builds

Rolldown-vite offers significant performance improvements over Vite, with early adopters reporting up to 16x faster builds and drastically reduced memory usage.
fromGitHub
1 month ago

GitHub - lovell/sharp: High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings due to its use of libvips.
Node JS
fromHackernoon
2 months ago

The Routing Enhancements for Go 1.22 That You Have to Know About | HackerNoon

The new method matching and wildcard features in Go 1.22 enhance the net/http package by allowing pattern-based routes, simplifying request handling.
Node JS
fromInfoQ
2 months ago

Vitest Introduces Browser Mode as Alternative to JSDOM

Vitest, by introducing its Browser Mode, allows tests to run in an actual browser context, enhancing reliability and realism in UI testing.
Node JS
fromInfoQ
2 months ago

Another Rust Rewrite: OpenAI's Codex CLI Goes Native, Drops Node and TypeScript for Rust

Our goal is to make the software pieces as efficient as possible and there were a few areas we wanted to improve: Zero-dependency Install, Native Security Bindings, Optimized Performance.
Node JS
fromArs Technica
2 months ago

Are Dead Sea Scrolls older than we thought?

The Enoch model enhances the dating of manuscripts, revealing that some Dead Sea Scrolls are older than previously thought.
Node JS
fromTechzine Global
2 months ago

OpenAI rewrites AI coding tool in Rust

OpenAI rewrote Codex CLI in Rust for improved performance and security.
The new version offers easier installation, enhanced security features, and increased efficiency.
fromLogRocket Blog
2 months ago

How to import SVGs into your Next.js apps: A 2025 guide - LogRocket Blog

SVGs, being vector graphics, not only reduce storage and memory usage but are also easily animated, scalable, accessible, and SEO-friendly, making them invaluable for modern web design.
Node JS
fromRaymondcamden
2 months ago

Working with the Bluesky API in BoxLang

To authenticate with Bluesky, use your username and password via environment variables, validating them before sending a POST request to the createSession endpoint.
Node JS
[ Load more ]