JavaScript

[ follow ]
fromSmashing Magazine
5 days ago

Handling JavaScript Event Listeners With Parameters - Smashing Magazine

Event listeners are essential for interactivity in JavaScript, but they can quietly cause memory leaks if not removed properly. Improperly managed event listeners can lead to memory leaks and performance issues.
JavaScript
#javascript
#web-development
fromInfoQ
2 days ago

Spring AI 1.0 Delivers Easy AI Systems and Services

Spring AI 1.0 introduces first-class support for LLMs and multimodal AI within the Spring ecosystem, providing abstractions for chat, embedding, image, and transcription models that integrate seamlessly with Spring Boot.
JavaScript
#software-development
fromInfoWorld
2 weeks ago

Latest Node.js boosts stream performance

Node.js v20.8.0 has been released, featuring significant performance improvements for streams, enhancing both writable and readable streams by approximately 15% and improving memory overhead.
JavaScript
fromSitePoint Forums | Web Development & Design Community
1 week ago

How can I locate the files using a data-testid identifier using Google Developer Tools

To trace the functionality of the 'Login' button with data-testid 'top-nav-login-button', open Chrome Developer Tools, select the Elements tab, and use the search function (Ctrl+F) to find the element.
JavaScript
fromSitePoint Forums | Web Development & Design Community
1 month ago

Cropper js - Cropper grid issue - Help please!

To fix, you'll want to wait for the image itself to load before initializing CropperJS. Something like: const img = document.getElementById('editorImage'); img.onload = () => { new Cropper(img, { /* options */ }); };
JavaScript
fromCodewithdan
4 months ago

AI Time-Travel: Your JavaScript Quest Begins!

Generative AI serves as the foundation for advanced chatbots and modern applications, enabling JavaScript developers to create smarter and more productive software.
JavaScript
from2ality
1 month ago

Tips for making regular expressions easier to use in JavaScript

The use of flags, named capture groups, and the Regex+ library significantly enhance the clarity and usability of regular expressions, making them easier to understand.
JavaScript
fromwww.creativeapplications.net
1 month ago

Fabric Node based 3D content authoring

Fabric allows for a visual node-based authoring experience, drawing inspiration from Apple's Quartz Composer, enabling users to effectively create and manage interactive media applications.
JavaScript
fromRaymondcamden
1 month ago

Sorting Out Your Monarchs with BoxLang

The primary challenge is to create a function that sorts monarch names by their names and ordinal numbers represented in Roman numerals, a fun coding exercise.
JavaScript
fromTheregister
1 month ago

CVE audit demanded by Dems as program funding threatened

The ongoing funding uncertainty for the Common Vulnerabilities and Exposures (CVE) program has prompted Congressional Democrats to call for a review to examine its management and efficacy.
JavaScript
#web-design
fromTheregister
2 months ago

Microsoft revives DOS-era Edit in a modern shell

Edit is a lightweight text editor for Windows command line, reviving nostalgia for MS-DOS users and standing in stark contrast to the current trend of AI-driven tools.
JavaScript
fromCSS-Tricks
2 months ago

A Reader's Question on Nested Lists | CSS-Tricks

‘A nested list, where each sublist marker/counter is of a different kind, can provide a clear and organized way to present complex information.’
JavaScript
fromLogRocket Blog
2 months ago
JavaScript

How and when to use type casting in TypeScript - LogRocket Blog

Type casting in TypeScript helps resolve type errors associated with unpredictable data.
[ Load more ]