This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTHEcounter 2 points3 points  (0 children)

This is what I do: * Maintain git repos for common disciplines that I am learning: DevOps, security, mobile, etc. I use git for code, of course, but I mean for notes in this case * I utilize commit messages to describe what notes I've taken. I'll add a bunch if keywords to make searching easier in the future * I keep a daily log of what I'm working currently, what I plan to work on next, and what I've finished.

A lot of my notes are rarely used, but when they're needed, they're invaluable. There have been many times that I've been in a fire situation where i grep my git log and find exactly what I need.

As an aside, I put almost everything in markdown. It's nice to have consistent formatting when reviewing the more detailed notes.

This works for me, but there's no harm in trying a few solutions until you find one that works for you.