Tagged

ui

2 notes

10 May 2026

Why I migrated my personal site from Next.js to Astro

How I rewrote a Next.js 14 personal site as Astro 6 over a weekend. Why Astro fits a publication better than a framework, how I restored Next-style ISR via Vercel, and what the new stack unlocks.

javascriptnodejsuibestpracticestech-stack

21 Jun 2023

Improving UI Animations with PID Control

UI animations play a crucial role in creating delightful user experiences. Smooth and responsive animations can significantly enhance the usability and aesthetics of an application. While there are various techniques for creating animations, one powerful approach involves applying the principles of proportional-integral-derivative (PID) control. In this article, we'll explore how PID control can be used in UI systems to achieve better animations, resulting in fluid and engaging user interfaces.

uireal-time