Skip to content

Instantly share code, notes, and snippets.

@rakhmad
Forked from notwaldorf/👀.md
Created May 23, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakhmad/c43917f0eaa068c9ebe9ed4809f79401 to your computer and use it in GitHub Desktop.
Save rakhmad/c43917f0eaa068c9ebe9ed4809f79401 to your computer and use it in GitHub Desktop.
Advice for new developers

Someone sent me an email asking me what advice I had for new developers. I get this question a bunch, so I wanted to put all my thoughts in one place, that I can update as I get more ideas!

I answered this a bunch on my AMA repo, so here's some initial general answers, before I get to some of the specific questions:

What languages to learn? How to focus on one area?

I think in terms of what languages to learn, it really depends on what you're interested in! C++ is good if you want to work on video games, operating systems or gigantor platform apps, but it's also kind of the hardest to learn. I find Python and JavaScript easier to learn, and more rewarding, since you can get visible rewards pretty quickly (and with JavaScript you can just deploy stuff to something like GitHub pages and like, instantly share it with people, if that's what you're into!)

What do you think helped you the most on your journey to become the developer that you're now?

I think the thing that helped me the most as a developer was having little projects I care about. As I mentioned in one of the AMAs, I'm very bad at learning things for the purpose of learning, so having like...a set goal really helps (like: I learned JavaScript because I wanted to make a task board for a team at an old company. I learned how to make an npm module because I wanted to make tiny-terminal-care and it's the only way to distribute that kinda thing!)

Sometimes I feel like I'm not good enough to become a professional software developer

I think you're putting too much pressure on yourself! Feeling like you're not good enough is so standard in life it even has its own name: impostor syndrome. All the developers I know, myself included, have on countless occasions thought everyone else was better than them and they just accidentally got lucky. We've all been stuck on a problem for days, only to randomly discover a solution after a while, out of nowhere. I find stepping away from it or talking to people helps a lot! I also do this super annoying thing to my co-workers where I explain to them, out loud, the problem I have, but by explaining it to them I end up thinking about a solution. (this also has a name, it's called rubber ducking!). Anyway, it just takes time and practice to become confident!

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment