Ask HN: How does one go from junior engineer to mid-level in less than a year?
1–5 of 5 posts
No post body was provided.
Re: Ask HN: How does one go from junior engineer to mid-level in less than a year?
#2Switch jobs and move to a place that overlooks your actual experience and gives you a mid-level title.
Re: Ask HN: How does one go from junior engineer to mid-level in less than a year?
#3You 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?
#4Switch jobs and move to a place that overlooks your actual experience and gives you a mid-level title.
I meant really earning it, as in, accelerating the learning needed to be at that level
Re: Ask HN: How does one go from junior engineer to mid-level in less than a year?
#5You 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!