The first six months

Lessons learned as a junior developer

August 24, 2022 Ā· Felipe Vogel Ā·

Iā€™ve reached a milestone: six months into my first developer job šŸŽ‰ Time for some reflection! What have I learned? If I were to give advice to myself six months ago, what wisdom would I impart? Here are a few highlights.

Find balance

Learning the ropes as a junior developer can be exhausting, especially if you have a competitive ā€œgotta get tons doneā€ personality like I do. Impressing your peers and exceeding your managerā€™s expectations feels so good that itā€™s hard to slow down.

But the cost is real, as Iā€™ve been painfully reminded. A couple times already Iā€™ve gotten into a cycle of overwork ā‡Ø burnout ā‡Ø lethargic exhaustion ā‡Ø panic ā‡Ø repeat. More recently, here are some ways Iā€™ve found to stay out of that unpleasant cycle:

Keep up your learning journey

For two years before I got this job, I learned programming on the side while working a ā€œpay the billsā€ type of job. It was a huge relief to put that stage behind me, but a few months into my new job I found myself missing the freedom and adventure that I felt when I was learning programming.

Thankfully it was an easy fix, because I was the one holding myself back. Juniors at my company are encouraged to take time to deepen their skills, apart from product work; I just wasnā€™t taking the time. Part of the problem was that I simply needed to slow down (see above). As soon as I did that, it became easier to spend an hour here and there on learning and deepening my skills.

Iā€™ve found a few other practices useful in maintaining a learning habit:

Donā€™t be a silo: connect more, communicate better

Working remotely (as much as I love it) can make it harder to connect with others unless youā€™re very intentional. I mean this both in the sense of getting to know my colleagues, and also in the sense of hashing out important information.

An example of the latter is communicating with all stakeholders and making sure weā€™re all on the same page. Iā€™ve found myself in situations where different people want different things from a new feature that Iā€™m working on. The first time this happened, it was fine because I just added extra features that werenā€™t in the original spec, and everyone loved it. A few weeks later, as I worked on a different new feature, I again made adjustments mid-course based on feedback from a stakeholder, but this time it didnā€™t turn out so well. The adjustments I made departed from the original spec in ways that I realized were unacceptable only after a barrage of questions and complaints from other stakeholders. I then had to rush to redo some of my work on my last two days before going on vacation. Moral of the story: donā€™t be the monkey in the middle! šŸ™ˆ Get everyone together in the same room (Zoom call) if necessary.

As for getting to know my colleagues, I did great at the beginning when I scheduled an introductory Zoom call with each and every person in the product and engineering departments. However, it wasnā€™t long before I lost touch with even the handful of juniors that started at the same time that I did, and only now am I reconnecting with them. My hope is that we can get back to telling each other about our struggles and successes, as well as sharing new things that weā€™re learning.

Conclusion

I have a few other regrets about the past six months, but they all go back to these three lessons Iā€™ve learned: find balance, keep learning, and donā€™t be a silo.

More fundamentally, Iā€™m trying to shift my focus away from regrets and mistakes, and instead appreciate all that Iā€™ve learned. These lessons are already helping me be happier and more fulfilled, and that makes me even more excited for all that Iā€™ll learn in the next six months.

šŸ‘‰ Next: OOP vs. services for organizing business logic šŸ‘ˆ Previous: RVTWS šŸš€ Back to top