git log --oneline
Tracking ideas, learnings, and random thoughts.
2025-12-30 experiment
Testing out the new Tailwind v4 alpha. The simplified configuration is nice, but some IDE tooling is still catching up. CSS variables for theming feel much more natural now.
#css#tailwind#frontend
2025-12-28 idea
Thinking about how to visualize code complexity. Maybe a 3D force-directed graph where node size = loc and edges = imports? Could be a fun WebGL project.
#dataviz#webgl
2025-12-25 learning
Finally understood how Angular Signals equality function works under the hood. It's surprisingly similar to how React used to handle memoization but much more granular.
#angular#signals
2026-01-20 learning
PostgresML.
#postgres#LLM