JavaScript

[ follow ]
fromYcombinator
3 days ago
JavaScript

Show HN: PushToPost - Automate social posts and SEO changelogs from Git pushes | Hacker News

PushToPost automates social posts and changelogs by analyzing GitHub diffs using webhooks and JSON-LD schema for better indexing.
JavaScript
fromInfoQ
4 days ago

C++26: Reflection, Memory Safety, Contracts, and a New Async Model

C++26 introduces reflection, enhances memory safety, adds contracts, and establishes a unified framework for concurrency and parallelism.
JavaScript
fromTheregister
1 week ago

GitHub recalls Phabricator with preview of Stacked PRs

GitHub's Stacked PRs feature simplifies the review process for large pull requests by allowing them to be organized in a manageable stack.
JavaScript
fromRubyflow
1 week ago

Practical CSS: simplifying UI code with pseudo-classes

CSS pseudo-classes can simplify UI interactions by handling presentation logic, allowing JavaScript to focus on behavior.
JavaScript
fromInfoWorld
2 weeks ago

Rust team warns of WebAssembly change

Undefined symbols in WebAssembly can lead to unexpected behavior and errors, necessitating better diagnostics for developers.
JavaScript
fromInfoWorld
2 weeks ago

27 questions to ask when choosing an LLM

Model performance is crucial for hardware compatibility, speed, and rate limits in real-time applications.
JavaScript
fromPythonSpeed
2 weeks ago

Timesliced reservoir sampling: a new(?) algorithm for profilers

Random sampling from an unknown-length event stream can effectively identify relevant information without storing all data.
JavaScript
fromMedium
4 weeks ago

Metaprogramming: teaching the compiler to explain your data.

Contextual information enhances debugging by providing field names, types, and nested structures.
fromMedium
4 weeks ago

7 Essential Claude Code Slash Commands

/copy command allows users to copy the session output to their clipboard, facilitating easy sharing and reuse of generated content.
JavaScript
fromRaymondcamden
1 month ago

Finding Your Most Popular Bluesky Followers

I've built a number of demos already using Bluesky's APIs, and for the most part, they're easy to use and "just work" - which is all you want from an API. That was my expectation going into this little demo, but what I was really surprised by was the fact that everything I needed to do could be done without any authentication at all. I didn't need oAuth, I didn't need an API key, I just hit public endpoints and everything just worked.
JavaScript
JavaScript
fromSmashing Magazine
1 month 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
1 month 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 month 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
1 month 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
2 months 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
2 months 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
2 months 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
2 months ago
JavaScript

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

fromInfoQ
2 months ago
JavaScript

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

JavaScript
fromInfoWorld
2 months 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 months 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
2 months 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
2 months 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
2 months 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
2 months 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
2 months 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.
fromTechzine Global
3 months ago

jQuery 4.0 available: first major release in 10 years

Twenty years after its introduction, the jQuery team has released version 4.0.0. The first major release in almost 10 years brings significant improvements, modernizations, and breaking changes. Many users can upgrade with minimal changes to their code. Version 4.0.0 is intended to mark a new phase for the JavaScript library. The release follows a long development cycle with several pre-releases. The breaking changes are changes that the team has wanted to implement for years but was unable to do so in patch or minor releases.
JavaScript
[ Load more ]