My favorite from this week is the Shades of Halftone article— I really enjoy reading the articles with code about the computer graphics. Maybe one day I'll make something similar myself
News
Final JavaScript-based release before TypeScript 7.0 native port; deprecates ES5 target, node10 module resolution, and AMD/UMD; defaults changed to strict mode and esnext.
New WebGPU runtime written in C++ with 4x speedups for BERT embeddings; supports 20B+ parameter models, includes standalone tokenizers library at 8.8kB gzipped.
Article
Explores parallel DOM rendering using Web Workers, OffscreenCanvas, and SharedArrayBuffer—explains architectural patterns and bottlenecks for achieving true concurrency in web frontends.
Deep dive into implementing halftone patterns as shaders—covers classic dots, CMYK multichannel, gooey effects, and animated displacement with comprehensive GLSL examples.
Builds semantic pie charts using conic gradients, CSS Grid, and trigonometry—HTML-customizable with data attributes, minimal JavaScript for accumulator variables.
Library&tools
React component generating unique avatar faces from any string with zero dependencies; deterministic output, works offline, includes Next.js route handler for image URLs.
Simple frameless browser for screenshots by Anthony Fu—minimal Electron app with hidden drag area for clean captures without browser chrome.
ForgeStack component library for building modern web interfaces with accessible, customizable React components.
React component embedding GPU-accelerated terminal UI in browser; full WASM kernel runs at 60fps with automatic resize handling—three lines of code for integration.
Framework for building decentralized applications with focus on Web3 primitives and blockchain integration.
Ultra-fast desktop app framework using Bun runtime with native bindings; 14MB bundles, 14KB updates, <50ms startup—cross-platform alternative to Electron.
Beautiful toast notification library for React with position control and multiple notification types—clean API for success, error, warning, and info messages.
Simple browser extension for creating horizontal and vertical alignment guides—double-click rulers to create, double-click guides to delete.
Web inspector for designers showing sizes, margins, paddings, tag names, IDs, and classes on hover; includes computed CSS panel, color picker, and element screenshots.
Open-source browser design tool bringing Figma-like interactions to live websites—point, click, move, resize, edit text, replace images directly in production.
Other
Example demonstrating WebMCP integration with Chrome DevTools for building browser automation tools.
Kanban board implementation in Russian—simple task management tool for organizing workflows.