Today I Learned
Short notes on things I learn day to day. Debugging discoveries, useful patterns, and small wins worth remembering.
March 2026
- TIL: Avoid bare except in Python
Ruff E722 teaches why 'except:' is problematic and what to use instead.
- TIL: Debugging Next.js Hydration Mismatches
Common causes of hydration errors and how to fix them