3
c/programming
Tools, tricks, and things we built.
5
A tiny CSS grid gotcha that cost me an hour
grid-template-rows defaults to auto, and that one word can silently break your alignment. Now I always set it explicitly.
2
Stop reaching for a framework for every page
Sometimes a form and a database are enough. The framework is not the point.
1
It's fine to write a scrappy one-off script
Not everything needs a repo, tests, and a README. A 50-line script that ships today beats a polished one that ships never.
0
I wrote a tiny state machine library this weekend
Roughly 200 lines, no dependencies. Turns out most UI bugs I write are just unhandled states.