Ask HN: How do you manage your personal and professional knowledge base? Explained by example: whenever I learn something new, say, a new machine learning model and its implementation in Python, I create or update a Jupyter Notebook, write my notes as text, add the relevant snippets and run them on locally stored dummy data. This proved useful for me with Python. I need an effective system for other things, like SQL, or generally anything I learn or need to keep track of for future reference. I tried google docs, sheets, even slides, txt files (with my always open sublime text), etc. etc. I find my stuff is scattered all over the place and isn't very productive or efficient. Any insights? |