You will screw up at some point. It's ok. It happens, we all took a website offline or merged the wrong branch. It's part of the learning process. Learn from everyone, there are many different ways of doing everything, don't just follow blindly one person, observe what everyone is doing and choose whatever works for you. Be always open to improving, learning and becoming a better dev. This is a job that is ever evolv…
I remember my first big screw up, at my first start-up I worked at. I mounted production server webdir as an sftp mount remotely. Then I remember doing chown -R at some higher level directory locally thinking it surely won't affect NTFS remote system, but boy was I wrong. It caused a one whole day of downtime. Thankfully easy to fix once I figured it out. My boss couldn't live it down for a week or two, but eventuall…
Ask HN: Advice for my first day as a developer tomorrow
11–20 of 44 posts
Re: Ask HN: Advice for my first day as a developer tomorrow
#12Improve a little bit every day. Honestly this has given me the most returns. It doesn't have to be much at all - find a nicer IDE theme, memorize one shortcut, read up documentation on that command you use a lot but never understood.
Explore things that interest you, not necessarily the one that seems like the next career step. When you're young, your hacker instinct is probably more accurate than most of the data and buzzwords going around.
Re: Ask HN: Advice for my first day as a developer tomorrow
#13Re: Ask HN: Advice for my first day as a developer tomorrow
#14Don't forget to have fun! You probably like being a programmer, so don't let this job change that. Treat yourself well. Personalize your work tools to your liking as much as possible. Bring a cup you like to the office and use that. Be alert in case your chair is uncomfortable.
Re: Ask HN: Advice for my first day as a developer tomorrow
#15Re: Ask HN: Advice for my first day as a developer tomorrow
#161. Headphones
2. Water Bottle
3. Coffee mug
(You may want to wait on these, they might provide them)
Be:
1. Friendly
2. Open to learning new things
3. Humble
4. Open to asking for guidance
5. But self sufficient when you can.
Good luck!
Re: Ask HN: Advice for my first day as a developer tomorrow
#17- Be aware of your time. Sometimes, devs can be pulled in many different directions that distract them from what matters.
- Learn and research your company's tools and practices, i.e. Github/Bitbucket, Trello/Asana, scrum/okr's, etc.
- Get your dev environment running. If there are bugs or issues in the documentation, see if you can make a PR and fix it for the next person.
edit: PR stands for "pull request." Adding, since I would not have known this just out of college.
Re: Ask HN: Advice for my first day as a developer tomorrow
#18Your first job pretty much determines in what direction your career it's going to go. If you work with tech you like then good for you. If you don't make sure you move within a team that does because your next job will be just an upgrade of what you are doing now, and you better choose the right thing.
This is untrue. Your first job shows you what all the variations in roles actually are in this industry. It isn't just coding. Do the work, take note of what everyone does. And if there is something that you like more than coding, try to learn that.
You have flexibility - nothing is set in stone. Many people change gears numerous times as their career progresses. Don't stress over it.
Re: Ask HN: Advice for my first day as a developer tomorrow
#19Re: Ask HN: Advice for my first day as a developer tomorrow
#20You will screw up at some point. It's ok. It happens, we all took a website offline or merged the wrong branch. It's part of the learning process. Learn from everyone, there are many different ways of doing everything, don't just follow blindly one person, observe what everyone is doing and choose whatever works for you. Be always open to improving, learning and becoming a better dev. This is a job that is ever evolv…