Skip to main content

Development

Programming languages, frameworks, tools, and best practices for software developers.

104 articles
2 min read 469 views

Redis 8.4 Brings Hybrid Search, Atomic Multi-Key Operations, and Auto-Repair AOF

Redis 8.4 is now generally available, delivering hybrid search that combines full-text and vector queries using Reciprocal Rank Fusion, new atomic string commands like MSETEX and DELEX, and automatic repair for corrupted append-only files. Lookahead prefetching and JSON memory optimizations round out a performance-focused release.

2 min read 334 views

Deno 2.7 Stabilizes Temporal API and Ships Native Windows ARM Builds

Deno 2.7 has stabilized the TC39 Temporal API, bringing immutable, timezone-aware date and time objects to replace the legacy JavaScript Date API. The release also delivers official Windows ARM builds for Surface and Snapdragon devices, npm overrides support, and global install compilation for standalone executables.

2 min read 318 views

Laravel 13 Ships with PHP Attributes, Passkeys, and Zero Breaking Changes

Taylor Otwell unveiled Laravel 13 at Laracon EU, delivering PHP 8 Attributes as an alternative to class properties, built-in passkey authentication in starter kits, and a new Reverb database driver for horizontal WebSocket scaling. The release requires PHP 8.3+ and promises the smoothest upgrade path in Laravel history.

2 min read 330 views

JDK 26 Released with Native HTTP/3, Ahead-of-Time Caching, and Applet API Removal

Java 26 has reached general availability with ten JEPs including native HTTP/3 support in the HTTP Client API, ahead-of-time object caching for all garbage collectors, and the final removal of the Applet API. The release also brings lazy constants, PEM encodings, and Vector API improvements for high-performance numerical computing.

2 min read 584 views

TypeScript 6.0 Release Candidate Ships as Final JavaScript-Based Compiler Version

Microsoft has released the TypeScript 6.0 Release Candidate, the last major version built on the original JavaScript-based compiler before the planned rewrite in Go for TypeScript 7.0. The RC introduces adjusted type narrowing for generic JSX expressions and improved generic inference for conditional types.