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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use any kind of journal to improve the efficiency of learning?

2 点作者 dondraper36超过 2 年前
After several years of playing around with different tools, it turns out it&#x27;s easiest for me just to use Notion and its simplest features (basically creating pages).<p>What I have discovered recently is that it&#x27;s really useful (or at least I am inclined to do that) to keep track of you daily findings or useful ideas as a developer.<p>An example is a pretty simple technical concept like dealing with polymorphic associaions in database modeling. There is nothing rocket sciency here, but having read a chapter in Bill Karwin&#x27;s SQL Antipatterns book, I feel like I have learned a lot.<p>That said, it often happens that you might not encounter certain techniques or approaches for a long time and your knowledge fades.<p>This is why I briefly described the problem solved on my Notion journaling page, noted the book chapter and tried to summarize the approaches I considered and the one I ended up with (and why). At least, now I feel some kind of mental relief :)<p>What approaches do you use to make sure that your new pieces of knowledge do not evaporate too fast?

1 comment

pamoroso超过 2 年前
For my hobby programming and other tech projects, to record my learnings I use a traditional blog hosted at a low-friction blogging platform. I post frequently but not always daily. These posts report on my experiences, the issues I face, the solutions or workarounds I come up with, and so on. The blog is a valuable reference resource for me.