Ask HN: What is your best advice for a junior software developer?
21–30 of 460 posts
Re: Ask HN: What is your best advice for a junior software developer?
#22Don't say no to work just because it is not using the stack/vertical that you want to be in. Rejecting offers and jobs just because it is not in your preferred tech stack/department/vertical is the worst thing you can do for your career. I learnt this the hard way. Make sure you don't.
Re: Ask HN: What is your best advice for a junior software developer?
#23Re: Ask HN: What is your best advice for a junior software developer?
#24Start off by going deep, not wide. You'll pick up other languages and technologies over time. Pick a stack that appeals to you and focus on it for a while, learning its idioms and best practices and improving your development fundamentals.
Never, ever, stop learning. Don't feel too bad if you can't find time for a personal project like everybody else seems to have. Just make sure you are up-to-date with the hectic changes in the programming world.
Every single time you're on HN and you're reading an article about Kubernetes while you're just a frontend web developer expands your horizons and advances your career.
And when you know something about most things, with some specialisation, go freelance and expand your skillset and knowledge further.
The moment you stop learning is the moment your career crystallises and dies.
Re: Ask HN: What is your best advice for a junior software developer?
#25Re: Ask HN: What is your best advice for a junior software developer?
#26Re: Ask HN: What is your best advice for a junior software developer?
#27Say "yes" to new challenges, even if you think they are over your head. Everybody feels a bit of imposter syndrome, so don't let yours stop you.
I have 13 years of experience, CTO and lead developer at my company and a part of me always thinks people are way overvaluing my skills.
You just learn to ignore it, but it never goes away.
Re: Ask HN: What is your best advice for a junior software developer?
#28The latter happens when a developer becomes too comfortable with their knowledge and stops learning, or when they emphasize development speed over learning.
If you want to be an expert, cargo cult needs to stop with you. Don't blindly imitate what others do, try to understand how things work and how they can work better.
Re: Ask HN: What is your best advice for a junior software developer?
#29Don't be scared of going into reading source code of libraries/frameworks you are using to understand how things work. The code will often be simpler than you think and allow you have a better, deeper understanding of how things work and empower you incredibly.