Topic
JavaScript
JavaScript posts about browser behavior, frontend utilities, generated assets, and the strange comfort of making small things work.
Posts About JavaScript
How to make a scroll-driven video animation with FFMPEG, WebP frames, and canvas
Apr 26, 2026
How I turned a short video into a scroll-controlled WebP frame animation using FFMPEG, canvas, and vanilla JavaScript.
Persist user settings with localStorage
Jun 1, 2023
How to persist Vue user settings with localStorage and keep the interface in sync.