Deno shrinks deno compile binaries

The developers of the Deno TypeScript/JavaScript runtime have reduced the size of deno compile binaries and introduced an official Linux ARM64 build with the newly released Deno 1.41 version. This latest release of the Node.js rival was unveiled February … more Read More

TypeScript soothes type narrowing pain point

TypeScript 5.4, a planned update to the strongly typed JavaScript variant from Microsoft, has graduated to the release candidate stage. New capabilities in version 5.4 include preserved narrowing within function closures created after the last assignment … more Read More

Livestream – Debug Like a Pro: JavaScript Edition

Join us on Tuesday, March 5, at 11:00 am EST / 5:00 pm CET (check other timezones) for our new livestream, “Debug Like a Pro: JavaScript Edition”. Developers write code, run code, and when they hit problems, they debug code. Or do they? WebStorm’s debugger … more Read More

Release Notes for Safari Technology Preview 189

Safari Technology Preview Release 189 is now available for download for macOS Sonoma and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes … more Read More

View transitions: Handling aspect ratio changes

This post assumes some knowledge of view transitions. If you’re looking for a from-scratch intro to the feature, see this article. When folks ask me for help with view transition animations that “don’t quite look right”, it’s usually because … more Read More