JavaScript

[ follow ]
JavaScript
fromDevOps.com
5 days ago

Capturing Real API Behavior for Regression Testing: Architecture and Implementation - DevOps.com

Regression tests often encode assumptions about expected behavior, while production reveals actual behavior; recording real API behavior closes the gap and catches integration failures earlier.
JavaScript
fromInfoQ
1 week ago

The Mathematics of Backlogs: Capacity Planning for Queue Recovery

Backlog recovery time depends on surplus processing capacity; exact steady-state provisioning yields no recovery, and small utilization changes can cause large queue growth.
#javascript
JavaScript
fromCsswizardry
8 months ago

Obs.js: Context-Aware Web Performance for Everyone - CSS Wizardry

Obs.js provides early, inline browser-signal detection to set html classes and window.obs properties for adaptive UI, media, motion, and analytics decisions.
fromMedium
4 months ago
JavaScript

TypeScript "object" doesn't make sense

Objects in JavaScript differ from primitives; primitives can behave like objects via auto-boxing, while TypeScript uses structural typing to reflect shapes.
JavaScript
fromCsswizardry
8 months ago

Obs.js: Context-Aware Web Performance for Everyone - CSS Wizardry

Obs.js provides early, inline browser-signal detection to set html classes and window.obs properties for adaptive UI, media, motion, and analytics decisions.
JavaScript
fromCSS-Tricks
1 week ago

Soon We Can Finally Banish JavaScript to the ShadowRealm | CSS-Tricks

JavaScript execution is single-threaded per realm, while multiple realms like Web Workers enable parallel threads within one application.
JavaScript
fromStreetsblog USA
1 week ago

Friday Video: What Your Refrigerator Can Teach You About Saving Lives on the Roads - Streetsblog USA

Protected bike lanes and safety devices use forcing functions to prevent harmful behavior and reduce injuries by addressing root causes.
JavaScript
fromNist
1 week ago

NVD

Math.js versions 13.1.0 to 15.1.9 contain a vulnerability allowing arbitrary JavaScript execution through the expression parser, fixed in version 15.2.0.
JavaScript
fromPagegym
2 weeks ago

Minifying JavaScript: how much are we saving?

Minification significantly reduces JavaScript transfer size, improving page speed, especially by removing comments and optimizing code.
JavaScript
fromInfoQ
2 weeks ago

Vitest 4.1: Test Tags, Native Node.js Execution and AI Agent Reporter

Vitest 4.1 enhances JavaScript testing with new features like test tags, lifecycle hooks, and improved type inference.
JavaScript
fromRaymondcamden
2 weeks ago

Animated video backgrounds via a Web Component and ColorThief

ColorThief library enables color extraction from video frames for dynamic background effects.
JavaScript
fromPython GUIs
3 weeks ago

PyQt6 Thread Communication Between Windows - Signals and Slots

Use Qt's signal and slot system for safe communication between secondary windows and background threads.
JavaScript
fromGitHub
3 weeks ago

GitHub - russellromney/honker: SQLite extension + bindings for Postgres NOTIFY/LISTEN semantics with durable queues, streams, pub/sub, and scheduler

Honker adds Postgres-style NOTIFY/LISTEN semantics to SQLite, enabling durable pub/sub and task queues without client polling or a separate broker.
fromYcombinator
1 month 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
1 month 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 month 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 month 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
1 month 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
1 month 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
1 month 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
1 month ago

Metaprogramming: teaching the compiler to explain your data.

Contextual information enhances debugging by providing field names, types, and nested structures.
fromMedium
1 month 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
2 months 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
2 months 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
2 months 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
2 months 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
fromGitHub
2 months 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.
JavaScript
fromInfoQ
2 months ago

jQuery Releases v4: First Major Version in Almost 10 Years

jQuery 4 modernizes the library by removing legacy code, dropping old browser support, migrating to ES modules, and improving security and performance.
[ Load more ]