DEV Community

Aviv Kotek
Aviv Kotek

Posted on

Onboarding new devs

Ramping up quickly matters

Assuming an engineer's median tenure is 2-2.5 years, ramping up quickly matters.

I believe a new dev should be delivering value after 4 weeks of intensive, planned onboarding.

Consider an alternative, where value is delivered after six months. A five-month delay accounts for 20% loss of an employee's budget. fun numbers

Following below ideas, you can create your own team-specific onboarding plan:

Methodology:

  1. Managers responsibility: ramping up is 100% managers job. Free up your time and take it seriously.

  2. Task oriented: create a Story ticket, with relevant sub-tasks owned by dev, committed to current Sprint.

  3. Hands-on: onboarding includes code and production tasks from the very beginning (think 'bootcamp'). We'll start with a code-task to align standards and conventions and move quickly to production tasks.

  4. Prod tasks can be either: {bug, refactor, small-feature, infra imprv}.

  5. Duration: 4x weeks, 2w for logistics, dev-task and learning. another 2w for prod tasks.

  6. Identify early low performers. bad hires happen, don't drag this too long and try to find red flags from the very begining.

  7. Identify early technical weakness, areas of improvements and adjust the onboarding plan accordingly ("New hire never queried a DB").

  8. Ceremonies alignment: this is the time to align on: time estimations, technical design, code review and Daily. New hire report's progress on Daily.

  9. Conventions alignment: pushes code into a sample repository, following existing standards and validated by code review.

  10. 1x Buddy / Context: define a Senior developer that will follow new hire. Every question should go to him, we'd like to minimize overall teams context-switch. This is also a chance to let "potential leaders" an option to mentor others.

  11. Self led: it is expected from hire to own and run plan independently. Should not drain other peoples time.

  12. Brook's law: do not engage with critical prod tasks at the beginning.

  13. Get to know your colleagues: engage with existing team members via learning sessions, where team members teach you a technical related subject and relationships are built ("Backend Services Overview").

  14. Local environment: invest time installing local env early on. Verify you have a simple "how-to" document.

  15. Sanity checks: schedule check-ins to verify things are as expected and verify: {Do you want to pair more? Do you want more alone time? Are there particular areas you need more guidance in?}.

  16. Retrospective: conduct retrospective meeting, collect data, feedback and adjust plan accordingly.

  17. Serves a dual purpose: an opportunity to demonstrate new hire that they have joined a professional environment.

"Most bootcamp graduates agree that the most valuable part of bootcamp is the tasks they are assigned. 
Engineers have real work assigned to them the first time they open their laptops and many push code to the live site within their first week."
(Boz, 2009)
Enter fullscreen mode Exit fullscreen mode

Following these ideas, you can build your own onboarding plan, heres how we do it in Semperis:

Example of OB plan

Top comments (0)