JavaScript

[ follow ]
JavaScript
fromRaymondcamden
3 days ago

Finding Your Most Popular Bluesky Followers

Bluesky's public APIs enable building follower analysis tools without authentication, requiring only simple endpoint calls to retrieve and sort user data.
JavaScript
fromSmashing Magazine
1 week ago

Moving From Moment.js To The JS Temporal API - Smashing Magazine

JavaScript's date/time handling evolved from the limited Date API to Moment.js and now to Temporal, a new standard that addresses previous limitations and provides superior flexibility for modern applications.
JavaScript
fromDEV Community
5 days ago

I Built an npm Package and Tracked Every Download for Two Weeks. Here's the Data.

textlens, a zero-dependency text analysis toolkit, achieved 977 downloads in week one but dropped 94% to 63 downloads in week two, settling at 16 daily downloads versus competitors' 2,100 daily downloads.
#javascript-ecosystem
fromSearch Engine Roundtable
1 week ago

Google Search Console BigQuery Exports Broken

What's up with the GSC BigQuery exports? I've got and hearing a lot about failed exports for over a week now.
JavaScript
#javascript
JavaScript
fromGitHub
3 weeks 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 month 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 month 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 month 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 month ago
JavaScript

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

fromInfoQ
1 month ago
JavaScript

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

JavaScript
fromInfoWorld
1 month 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
1 month 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
1 month 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.
JavaScript
fromZacks
1 month ago

Pardon Our Interruption

Enable cookies and JavaScript and disable plugins that block scripts to prevent browser misidentification as a bot and regain access.
JavaScript
fromLogRocket Blog
1 month 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
2 months 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
3 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
3 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.
[ Load more ]