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.

Ask HN: What is your one advice for new programmers?

4 pointsby joanna_almost 6 years ago
It may be any tip, trick, or hack.

7 comments

0_gravitasalmost 6 years ago
If you are serious about it: After you learn the basics (what is a string vs an int vs a float vs a loop vs an if statement), grab a pencil and notebook and go through the CS50 MIPS manual ASAP and complete all of the exercises without using stack overflow. After two or so years of initial learning, I never felt like a real programmer, and never felt like I understood the &quot;whys&quot; of what I was doing- going through this manual (it&#x27;s free online) changed that: you will be forced to plan out everything on paper, and really <i></i>think<i></i> about what you&#x27;re trying to do. I can&#x27;t think of a time investment that I got more return on than my time going through that manual.
rishsrivalmost 6 years ago
Try to make something that works in the real world as soon as you can (a web-page, a mobile app, a web-app, or whatever is most relevant to what you&#x27;re learning).<p>Being able to create something that works - no matter how simple - can be a far stronger motivator that simply checking off a curriculum&#x27;s requirements.
rvzalmost 6 years ago
Always go beyond the curriculum. The free courses out there are so similar, that it is not enough to differentiate yourself against others who have done the same course.<p>You also need to do more than just &#x27;code&#x27; or &#x27;program&#x27; these days in $CURRENT_YEAR if you are starting out as a new programmer.
jppopealmost 6 years ago
Your job is not &quot;code writer&quot;.<p>When you first come into this line of work you will see your work as synonymous with writing code. Nothing could be further from the truth. Code is a liability, software is an asset
codingslavealmost 6 years ago
leetcode will make or break your career. Ignore all other advice
aphextimalmost 6 years ago
Don&#x27;t be afraid to fail.<p>Failure is only when you cannot reflect on what went wrong and learn from your mistakes.<p>No one became an expert programmer overnight without 1,000&#x27;s of mistakes unless you are a very gifted individual. (personal opinion)
jessicaLalmost 6 years ago
Practice. Practice. Practice.