» Tag
webdevelopment
28 postsReviving a Dead 8-Year-Old CSS Library: The Birth of Vivace
Vivace revives the A.css library with enhanced features like a trigger engine and exit animations, all under 7 kB.
React 19 useFormStatus and useFormState for Accessible Forms
React 19's useFormStatus and useFormState hooks improve form accessibility while eliminating the need for extra library dependencies.
Streaming AI Responses in Laravel with Server-Sent Events
We upgrade our Laravel AI chatbot to stream responses using Server-Sent Events (SSE), enhancing user experience.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comWhy SnapDOM Outperforms html2canvas for DOM-to-Image Capture
SnapDOM provides a more efficient and accurate alternative to html2canvas for DOM-to-image conversion.
JavaScript Atomics and SharedArrayBuffer in 2026: Cross-Worker State Management
Explore practical methods for fast data sharing between worker processes using SharedArrayBuffer and Atomics in JavaScript.
Sims-style House Builder in the Browser: Built with Three.js
Explore a browser-based open-source Sims-style house builder built with Three.js, featuring dynamic UI and no backend.
Building Custom Page Designer Components in B2C Commerce
Explore how to create custom page designer components in B2C Commerce using JSON and ISML for enhanced customization.
How to Protect Widgets from CSS Collisions: Shadow DOM
Use Shadow DOM to protect your widgets from CSS collisions. An effective solution compatible with modern browsers.