TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby noob_engover 1 year ago
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 comments

pizzaknifeover 1 year ago
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.
chiefalchemistover 1 year ago
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.
optbuildover 1 year ago
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.
brudgersover 1 year ago
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.
t312227over 1 year ago
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€