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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How should a beginner start learning programming to become a great engineer?

4 点作者 noob_eng超过 1 年前
What should the learning path be like? What Math, CS, hardware, etc topics should they learn eventually to understand programming in a manner an expert can?<p>If there are university courses that they should probably learn from point to them.

5 条评论

pizzaknife超过 1 年前
as a predominantly self taught engineer(with almost 20yrs of experience mind you, 10 of which were grinding through junior and entry level skill) the only advise i can give is the 80&#x2F;20 law works here in learning too: focus 80% of your educational efforts into something you are actually interested in, spend the other 20% on important but absolutely personally loathesome topics. master each as best you can as you move through them. Be prepared to never stop learning new idioms, processes and embrace the change that comes with it.<p>all i got.<p>edit: topics never change for a base layer: data structures, bigO notation, DRY, proper testing - are the most important concepts to master asap and lay the groundwork for everything else.
chiefalchemist超过 1 年前
It&#x27;s important to realize ascending to the level of engineer isn&#x27;t only about knowledge of the tools. It&#x27;s understanding why - not only how - in situations X or Y, you use tool Z as well as how it applies to the broader business &#x2F; product context. Knowledge isn&#x27;t power, Understanding Is Power.<p>Put another way, engineers are intentional. You have super powers - super powers *you* worked hard to acquire - and you are thoughtful and intentional about how you apply them.<p>&quot;I&#x27;m intentional, therefore I engineer.&quot;<p>p.s. The fact that you&#x27;re asking is a great sign. You&#x27;re already on the right track.
optbuild超过 1 年前
Pick one university and do their core CS track with the materials available. Like CMU, Berkeley, MIT, Stanford, etc. Then start building stuff and learning from more advanced CS and math courses&#x2F;books&#x2F;papers.
brudgers超过 1 年前
Start right now. Nothing will make it easy.<p>Use what is immediately at hand. That&#x27;s as easy as it gets.<p>Deal with eventualities if and when you cross them.<p>Good luck.
t312227超过 1 年前
hello,<p>idk, but imho. &quot;programming&quot; can be seen as (just) writing code<p>which is only one part of (software-)engineering ...<p>(software-)engineering is all about producing a solution &#x2F; solving a problem.<p>as an engineer, you have to<p>* understand the problem<p>* architect a decent solution<p>* implement the solution (&quot;programming&quot; is a part of this implementation process)<p>just my 0.02€