JavaScript

[ follow ]
#javascript
fromInfoWorld
1 week 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
6 days 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
3 weeks 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
#css
from2ality
3 weeks 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
#programming
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
fromSmashing Magazine
1 month ago

Smashing Animations Part 3: SMIL's Not Dead Baby, SMIL's Not Dead - Smashing Magazine

Adding SMIL animations in SVG enhances design capabilities, going beyond what CSS animations can achieve and offering designers a semantic animation solution.
JavaScript
fromTheregister
1 month 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
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.
fromCSS-Tricks
2 months ago

The Lost CSS Tricks of Cohost.org | CSS-Tricks

Cohost.org was a unique social media platform that delivered on its promise of 'posting, but better' through a community of creative users.
JavaScript
[ Load more ]