Advice to New Graduates in Software Engineering

Update 2023-03-25: Added more points and new section on documents.

Onboarding

  1. Introduce yourself to your teammates in 30 minute 1:1 meetings. Go through your team’s software systems with another engineer.
  2. Create (or update) your team’s onboarding guide as you are onboarding. In 6 months, you will struggle to remember how it was to be new.

This Isn’t Kansas School Anymore

  1. Ask for help after 30 minutes to 1 hour of fruitless searching. You don’t get extra points for completing tasks solo.
  2. You will have to nag people to get responses.
  3. Use messaging for quick conversations but switch to a voice call if there is substantial back and forth.

Ramping Up

  1. Find a mentor. A mentor is anyone you speak with regularly and offers advice.
  2. Learn your team’s code base by reading through it1. Given a feature request, you should instinctively know what code changes need to be made.
  3. Navigate other team’s code bases (if you have permission) for examples.

Getting More Done

  1. Success requires failure. Your skill will only grow if you are constantly using and stretching them.
  2. Improving developer experience is always worth the effort. Having good test suites, documentation, and even IDE plugins will save future time spend developing future code and fixing operational issues.
  3. Aim to complete familiar tasks in less time. Completing simple tasks fast opens time for complex tasks.
  4. Learn your IDE. Advanced IDEs like IntelliJ contain tools that can save you hours of work2.

Documents

  1. The key to writing good documents is getting them reviewed by others before they are presented.
  2. Documents should be written for a broad audience. Future readers (maybe even you) might not know the history surrounding the document.
  3. Take advantage of READMEs. They are easier to find than other documentation.

Promotion

  1. Each company has its own promotion process. Understand it.
  2. Document your work in a brag document as you complete it. It will be too hard to remember the details of a project months later. Any new learnings should be documented and shared with the team.
  3. Your job is not to complete assigned tasks but to improve the overall performance of your team. If you see opportunity to improve some system or process your team owns, pursue it.

  1. This is much easier to do when you first join a team/company. 

  2. Some good ones are Optimize Imports and the Refactoring tools. 




If you found this useful, please cite this as:

Pu, George (Jul 2022). Advice to New Graduates in Software Engineering. https://georgerpu.github.io.

or as a BibTeX entry:

@article{pu2022advice-to-new-graduates-in-software-engineering,
  title   = {Advice to New Graduates in Software Engineering},
  author  = {Pu, George},
  year    = {2022},
  month   = {Jul},
  url     = {https://georgerpu.github.io/blog/2022/advice-to-new-grads/}
}



    Enjoy Reading This Article?

    Here are some more articles you might like to read next:

  • The Inflection Point of the Exponential Function
  • 2023 in Film
  • Blogging for 4 Years
  • Economic Possibilities for Ourselves
  • Solution to Why π is in the normal distribution (beyond integral tricks)