-
New Dec 1, 2024
Redesign: Version 7.0: Sidebars, light-dark, and Bluesky
One of my favorite hobbies is tweaking my website. I've updated the design countless times thoughout the decade (!) of this site's...
-
New Oct 19, 2024
Creating a Keyboard Shortcut Hook in React (Deep Dive)
Recently I needed to add some keyboard shortcuts to an app I was working on. I wrote up some example code and decided to write this...
-
New Oct 9, 2024
Tables with Fixed Headers and Horizontal Scroll
Turns out, creating an HTML table that has both horizontal scroll and fixed headers can be a tricky problem. As another developer said...