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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Learning methods for solo entrepreneurs?

8 点作者 nullundefined超过 8 年前
As a solo entrepreneur&#x2F;developer, I find it difficult to find time to &quot;learn&quot; topics. Instead I mainly learn by &quot;doing&quot; which means I lack a lot depth and generally know enough to get things done.<p>What&#x27;s a good method or technique to get a deeper learning while staying productive and getting things done (especially as a busy person with very limited time)?<p>It seems like learning things in depth is a pipe dream!

2 条评论

benologist超过 8 年前
Stick to a language &#x2F; framework &#x2F; stack &#x2F; etc that you&#x27;re already familiar with and focus on writing less code, better code, using fewer dependencies etc.
samblr超过 8 年前
Stack overflow questions about topic helps a lot.<p>Examples and small iterative experiments about topic.<p>Doing lot of groundwork or due-diligence of what you are about to learn before learning is a crucial step. Specially if you are a solo&#x2F;small-team. Because the cost to learn something which eventually will not fit&#x2F;work&#x2F;be-easy-to-learn&#x2F;has-better-alternatives is costly than learning that itself.<p>I rely on making diagrams of new concepts : architectural &#x2F; timing &#x2F; state-machines &#x2F; matrix of concepts &#x2F; quadrants &#x2F; hierarchy &#x2F; just enumeration of concepts with one line descriptions against it.