visit
Let them know you are there, help them to ask questions.
But beyond that, let them know they matter in the small things. Are they vegetarian? Is there any food that they are allergic to? You don’t know the impact of those kinds of questions, that shows you care.Let them know they matter, and they will be motivated to fit in as fast as possible.
The way I see it, if your new member’s environment cannot be all set up and ready in 5 hours, something is not right, and you might want to think about the environment setup process.
I’m talking about computers, screen(s), users of their own, the software they need to work with, permissions on the computer(No, It is not fun to call IT every time I need something), groups they need to be in(Whatsapp, Teams, Slack, Discord, etc).And for all the programmers, make sure that your product has proper database seeders. No one needs to get to a situation where after they clone the project to their computer and run the seeders, they don’t have enough data in the system to start with.
The technical documentation is supposed to help you understand how the system is working today, and how the different parts are connected.
The user guide is really important as well. It is supposed to give me the point of view of the user itself. What are the different areas that the user can use? how does he use it? what is the purpose of each part?
It is important to do that because it can help you as a developer to see what the user is seeing, and not what you as a developer see. It also makes it easier to simulate different scenarios better and quicker.For example, a new developer was given a task to solve a bug that after he sent 3 reports, and then goes to the dashboard, and click on the download reports button, and instead of downloading all 3 reports it downloads 1.The first step in simulating this situation is to send 3 reports, and for that to happen you need to create 3 reports, and then find the place where you send them, and to know all of that you need some kind of reference which explains how things work, a.k.a user guide.
Also published