Ask HN: How do you store your programming notes?
I was wondering how you store your programming notes ?
By programming notes I mean, useful terminal commands, how to notes like how to do a backup of MySQL version x, data structures descriptions, computer science concepts, documentation links, etc ...
I currently have a programming notes folder in my Apple Notes app, where I store all my programming notes. But they are getting pretty big and I was thinking in moving them to another storage format, easier to change, keep track and consume.
I was thinking in creating a git repo with a bunch of .md files, and use some sort of markdown to html converter so that the notes were easier to read. I also thought of using Dropbox Paper, Evernote or even LaTeX. But the repo with .md files seems to be the best for me.
What do you think about this ? Do you use programming notes ? How do you store them ?
Thank you !
4 comments
[ 3.4 ms ] story [ 15.6 ms ] threadIt's not the most organized bur it works for me.