Ask HN: How do you make sure you have a successful onboarding for SWE
I recently resigned from my position as a (mid-level) software engineer at a product company and I will be joining another product company in the next two months. At the same time, at my current company we are expecting three other (mid to senior level) engineers to start before I leave and I will be helping them with the onboarding.
So I am wondering what are the best approaches to have a successful onboarding/start both from an employee and company perspective. Can you share your experience/tips/anything really!
Cheers
12 comments
[ 0.22 ms ] story [ 41.3 ms ] threadI applied for jobs to build API's, and got into this company that wants to get some API's done. First week in, the project to build the API platform was deprioritised and placed on the back burner. Then in the sprint meetings they're trying to find some python work for me to do. Two months later I'm shuffled to another team to work on the enterprise planning platform. In this role I'm supposed to communicate to all stakeholders and help them get information easily to make decisions. I'm in a "flat" team of 3 reporting to an executive. Half a year in, I did not pass probation because my communication skills to gather and implement a consensus of all company leaders is insufficient as well as my ability to working in a team where expectations are implicit (no roles assigned) are deficient, especially because I'm still trying to stick to my original job description.
I probably should have started looking for another role three weeks in. But I did not have the judgement at the time.
This works fantastically. It's a bit overwhelming at first, but results in a functioning, contributing team member in a very short period of time. New hires are expected to push code to production within first week (often happens within first couple of days). There obviously needs to be a lot of cultural support for this. It certainly helps that we have a solid culture of pairing, so all of this is quite natural.
You'd have to modify this a bit if you're the only coach to three new hires. At a high level though, the approach is - have a plan, have a helper, pair on relevant tasks, rinse and repeat until both are comfortable.
1)Make sure they have a computer and access to all the systems they need by the morning of the first day. If you offer a choice of equipment, email the hire before they start do you can purchase the equipment in a timely manner. Bonus points if you can preconfigure the computer using a MDM solution. Have instructions on how to set up their computer. This should invite setting up their dev environment, db connections, running tests etc.
2)Pick out a simple bug or feature for the new hire to work on the 1st day. They should be able to finish it that day. Hopefully they should be able to deploy that day.
3) Give a product/domain knowledge demo. This should include any domain knowledge necessary.
4) Print out architecture and database diagrams. Plan out time to review the product architecture.
5) schedule 1:1s with the rest of your team as well as other important people they should know. My current team had new his grab coffee outside the office for this.
6) Assign a dedicated mentor, besides the boss.
Folks with 7+ years experience: Is it true that you don't need an onboarding besides getting shown your machine and accounts? What is your approach to finding a project and deciding that it is what you should actually work on? Do you approach it as if you are basically a startup within the company?
So far as projects to work on, generally managers and project/product owners have a back log of stuff they want done; some feature or other. Or maybe there's some crippling technical debt that needs to be resolved (example I saw recently; using ant for building deploying, and needing to move to maven).
>> If you want them to come up with their own project, at least intro them to the current strategic goals of the company and whom to talk to find and prioritize pain points.
Rereading; this is a bizarre statement. If I encountered a situation like this, I'd start looking immediately. This is a strong signal the org has no clue what they're doing ie leadership is incompetent.