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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you choose to learn when there is so much to learn?

6 点作者 NinjaX超过 6 年前

2 条评论

sethammons超过 6 年前
I keep a backlog of reading and projects. I separate it into work and personal growth. I have things that have been on the list for years, and things I'll likely never get to. That's ok! But I review the list from time to time, re-order and sort it. I keep working on the top one to three things. Right now, professionally, it is becoming proficient with distributed tracing and kubernetes while enabling others on my team and other teams to do the same. Personally, it is improving my "handiness" around the house. Plumbing, exterior wood care, property maintenance, etc.
InGodsName超过 6 年前
Don&#x27;t learn everything.<p>Learn what you need now.<p>1. Any project uses subset of the features from your programming language&#x2F;web framework<p>2. Define what your app does<p>3. Google&#x2F;Ask pros on reddit, it will give you N ways to solve this particular problem. How you can achieve X within that framework. Compare the different solutions on their strengths and weakeness. End up choosing one.<p>Recognize rules and their priority which are employed in solution to a particular problem.<p>4. Whole internet is there to cheat from. You don&#x27;t need to memorize, you don&#x27;t need to come up things on your own.<p>5. Repeat.<p>Overtime, you will have memorized many things even without trying.<p>You can solve the new problems following pattern of previous solved problems, you won&#x27;t even find yourself looking up potential solutions anymore.