TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How do you document what you are learning at work?

6 点作者 seeyes超过 9 年前
We run a whole bunch of micro-services at work and I keep discovering things about them when I am reading through the code, fixing bugs, runbooks or whatever else. Right now, I have a note for every service and I keep appending to that. Evernote has some serious issues - no versioning, easy to totally delete the note (no warning). How do you all keep track of all the incremental learning?

10 条评论

drl42超过 9 年前
Mindmaps, with notes. Allows you to organize the information in a visual hierarchy, so that you can quickly refer back to the notes. I use Freemind[1], an open source tool.<p>[1] - <a href="http:&#x2F;&#x2F;freemind.sourceforge.net&#x2F;wiki&#x2F;index.php&#x2F;Main_Page" rel="nofollow">http:&#x2F;&#x2F;freemind.sourceforge.net&#x2F;wiki&#x2F;index.php&#x2F;Main_Page</a>
e19293001超过 9 年前
If you&#x27;re using emacs you can use org-mode for note taking. Plus, there are lots of benefits wherein you can organize everything just in plain text.<p>Some of the previous discussions about org-mode:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2423276" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2423276</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8668271" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8668271</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2091850" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2091850</a><p>From org-mode website: Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.<p><a href="http:&#x2F;&#x2F;orgmode.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;orgmode.org&#x2F;</a>
theGREENsuit超过 9 年前
I use OneNote. I have a Notebook for each project I&#x27;m on, with tabs to keep my notes organized. My small team, 3 people, has a shared OneNote Notebook to allow collaboration. At my previous employer, we used Atlassian&#x27;s Confluence.
kat超过 9 年前
I have a few text files at work that I keep track of things. I treat it more as a reference file&#x2F;personal FAQ file, some notes are verbose and some are terse. When I am learning on a side project I keep my notes in Google docs. I take the time to format those notes better so I can study them easily. Google Docs has history and warns you when you delete a file. What do you use versioning for? I correct my notes when I discover they are wrong, and if we release a new version of the product, I just record the new behaviour in addition to the old behaviour (along with dates, build numbers etc)
atmosx超过 9 年前
I&#x27;m using tiddlywiki and I must say it&#x27;s doing an amazing job. It doesn&#x27;t stand on the way, works via mobile, everything is fine so far. I am slowly transitioning from Evernote. However if someone doesn&#x27;t pick-it-up it will probably cease[1] by the end of 2016.<p>[1] <a href="http:&#x2F;&#x2F;osmo-service.tiddlyspace.com&#x2F;ServiceUpdate20160112" rel="nofollow">http:&#x2F;&#x2F;osmo-service.tiddlyspace.com&#x2F;ServiceUpdate20160112</a>
davelnewton超过 9 年前
Wiki, that way other people can contribute as <i>they</i> learn incrementally.<p>Wiki gardening is a thing, though, and without it, doom will follow.<p>At my last job we did the same thing, but I heavily customized the wiki to include endpoint testing, DB access, context-sensitive autocomplete, etc. It was pretty cool.
评论 #11036923 未加载
ApolloRising超过 9 年前
I found Evernote was the easiest way to always have it around.
afarrell超过 9 年前
A directory of markdown files. I use git for version control.
tugberkk超过 9 年前
I just write them to text files and usually lose them.
SkyRocknRoll超过 9 年前
I use gist.github.com