Live data from Hacker News

Ask HN: How does one go from junior engineer to mid-level in less than a year?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: How does one go from junior engineer to mid-level in less than a year?

#3
You are going to really have to take a big picture approach to how you perform on each task.

Read Pragmatic Programmer and Clean Code.

Keep learning, and build your code so that it is easy to maintain and change.

Learn SOLID https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)

Remember to never stop learning, do not get comfortable, keep pushing ahead.

Re: Ask HN: How does one go from junior engineer to mid-level in less than a year?

#5
post #3

You are going to really have to take a big picture approach to how you perform on each task. Read Pragmatic Programmer and Clean Code. Keep learning, and build your code so that it is easy to maintain and change. Learn SOLID https://en.wikipedia.org/wiki/SOLID_(object-oriented_design) Remember to never stop learning, do not get comfortable, keep pushing ahead.

Thanks!