JavaScript

[ follow ]
#javascript-ecosystem
#javascript
JavaScript
fromAllthingssmitty
3 weeks ago

Explicit resource management in JavaScript - Matt Smith

JavaScript adds explicit resource management ('using') to guarantee automatic cleanup of opened resources without verbose try/finally code.
JavaScript
fromInfoWorld
1 month ago

Using JavaScript's built-in objects

JavaScript provides essential built-in objects like Object and JSON that supply core prototype methods, cloning, and JSON serialization/parsing across browser and server environments.
JavaScript
fromGitHub
5 days ago

GitHub - benhatsor/KeyframeKit: Intuitive, powerful and performant tools for working with CSS animations in JavaScript.

Provides intuitive, powerful, and performant JavaScript tools for controlling CSS animations via the Web Animations API.
#jquery
fromSlicker
1 week ago

Mini Logo Interpreter in 100 lines of pure JS

Logo is a programming language designed in the 60s. Its most famous feature is turtle graphics: the programmer controls the "turtle" (cursor) with instructions like forward, left, right, repeat and the turtle leaves a 'trace' on the screen. Today we'll build a compact, single-file logo interpreter in about 100 lines of pure JavaScript. To keep the code short, we'll only implement the four instructions above, plus color_cycle (not part of the standard Logo) that cycles through 36 HSV hues.
JavaScript
JavaScript
fromCSS-Tricks
1 week ago

Spiral Scrollytelling in CSS With sibling-index() | CSS-Tricks

Modern CSS features like scroll-timeline() and sibling-index() can animate hundreds of elements smoothly, reducing JavaScript performance bottlenecks in scrollytelling.
fromjQuery Script
1 week ago

Flick-style Image Annotation Library for Vanilla JS, jQuery & React

Annotate Image is a JavaScript image annotation library that creates Flickr-style comment annotations on images. You can draw rectangular regions on any image and attach interactive hotspots and notes to those regions. Version 2.0 is a complete TypeScript rewrite that works standalone with vanilla JavaScript or integrates with jQuery, React, and Vue. It's ideal for building photo galleries, design review tools, or any application requiring collaborative image markup.
JavaScript
#temporal-api
fromInfoQ
1 week ago
JavaScript

Chrome 144 Ships Temporal API: Advancing JavaScript Date/Time Standardisation

fromInfoQ
1 week ago
JavaScript

Chrome 144 Ships Temporal API: Advancing JavaScript Date/Time Standardisation

JavaScript
fromInfoWorld
2 weeks ago

Last JavaScript-based TypeScript arrives in beta

TypeScript 6.0 adds es2025 target/lib, reduces this-sensitivity for functions, includes built-in Temporal types, and offers a stableTypeOrdering flag aligning behavior with TypeScript 7.0.
fromDevOps.com
2 weeks ago

Arcjet SDKs Make It Simpler for Developers to Include Security Functions - DevOps.com

Company CEO David Mytton said the release of v1.0 of its Arcjet JavaScript SDK makes it possible for developers to address many of the issues as applications are being developed that DevOps teams would otherwise need to address later in the software development lifecycle (SDLC). Additionally, Arcjet is beta testing a similar SDK for Python developers, who often have even less application security expertise, added Mytton.
JavaScript
JavaScript
fromInfoWorld
3 weeks ago

Beyond NPM: What you need to know about JSR

The JavaScript Registry simplifies and secures JavaScript package creation, distribution, and consumption while addressing NPM's TypeScript complexity and provenance shortcomings.
#bot-detection
JavaScript
fromLogRocket Blog
4 weeks ago

A guide to async/await in TypeScript - LogRocket Blog

TypeScript supports asynchronous programming through promises, async/await, and modern patterns like for await...of, AbortController, and Promise.all for concurrency and cancellation.
fromRaymondcamden
1 month ago

Summarizing PDFs with On-Device AI

For today, I'm going to demonstrate something that's been on my mind in a while - doing summarizing of PDFs completely in the browser, with Chrome's on-device AI. Unlike the Prompt API, summarization has been released since Chrome 138, so most likely those of you on Chrome can run these demos without problem. (You can see more about the AI API statuses if you're curious.)
JavaScript
#deno
JavaScript
fromMedium
1 month ago

billboard.js 3.18.0: Arc annotations, per-group normalization & enhanced treemap labels

Version 3.18.0 adds arc annotation label lines, per-group stack normalization, and treemap label formatter improvements to enhance chart readability and grouping behavior.
#jquery-40
JavaScript
fromwww.jqueryscript.net
1 month ago

Weekly Web Design & Development News: Collective #639

Weekly roundup of essential web development and design tools, updated 2026 Top-10 JavaScript lists, new libraries, AI tools, freebies, and industry news.
JavaScript
fromInfoQ
2 months ago

Running Modern ES2023 JavaScript Inside Go Using QJS and WebAssembly

QJS embeds QuickJS compiled to WebAssembly and runs it with Wazero to provide Go applications a sandboxed, CGO-free ES2023 JavaScript runtime with tight interoperability.
JavaScript
fromMedienbaecker
2 months ago

Dialog view transitions Medienbacker Thomas Gunther

View transitions can combine with the <dialog> element to create smooth, accessible animated dialog openings using showModal(), dialog.close(), and progressive enhancement.
JavaScript
fromjQuery Script
2 months ago

Performant Drag And Drop JavaScript Library - Draggabilly

Draggabilly provides performant, touch-friendly draggable behavior with containment, grid snapping, custom handles, and drag-state styling for any DOM element.
JavaScript
fromInfoWorld
2 months ago

Microsoft steers native port of TypeScript to early 2026 release

TypeScript 7.0 type checking is nearly complete and reliably matches TypeScript 5.9 errors, enabling confident use for project type-checking today.
JavaScript
fromdaverupert.com
3 months ago

Grid Paper

A lightweight webpage generates multiple customizable grid paper types (including isomorphic and perspective grids) for ad hoc dungeon drawing without buying or downloading low-res images.
JavaScript
fromyonatankra.com
3 months ago

Busting Legacy Code with AI Agents and Test Driven Development

Lack of tests is the central cause of legacy code; adding tests and using AI agents can convert legacy code into maintainable, evergreen code.
[ Load more ]