|
|
|
Ask HN: How do you onboard new hires on codebase?
|
|
11 points
by andrelgomes
2257 days ago
|
|
Looking for insights mostly on smaller companies (3-50)with internal software applications with a focus on onboarding new junior devs? We have three applications, 2 web client and 1 backend. Initally, I am setting training now with a walk through our documentation at a high level but show them where to find more in-depth knowledge is located in docs, setup peprsonal environment, and do a simple task so that we can go through the whole process of developing, testing and deploying to production. |
|
Give them a high level overview of architecture and best practices.
Let them work on very small features/bugs (update text, fix small issues, ...) s.t. they learn the process end-to-end without spending much time on code.
[^ everything until here could be done without human explanation if you have solid documentation and codelabs]
Give them small features to work on s.t. they can own part of the codebase.