
You got your first job and you were happy like never before. Then, you asked yourself: How can I make the most of it? What should I do to grow as software developer? Well, you are in the right place my friend đ.
You will learn in this blog post what you should do to move forward in your career by building solid technical skills and improve/build the needed soft skills in the IT field generally and software development specifically.
TL;DR
I explain in this post the following steps to rock your first job and move forward:
- focus on communication
- programming Fundamentals
- learn new thing daily
- avoid reinventing the wheel
- ask for help
- give back
- treat people good
- get mentorship
You can further read the key point at the end of each paragraph or the whole post đ.
Communication
Communication and soft skills matter more than your code skills!
When you work on a project, there are many phases that the team goes through. Some of these phases do not require coding, but communication with the customer: for example, the business analysis phase. Also, during the development phase, you will be communicating non-stop with your teammates.
If your team adopts Agile methodology, you are continuously in communication with the customer during the development phase too. The communication with the customer requires understanding their requirements in plain English, so you need to avoid using technical words and explain them in the simplest way possible. Then, you translate the requirements to documentation that will be used for the construction. This may be done by business analysts or even you if your team does not have one. Meanwhile, the communication with your fellow developers is different; it is more technical.
Key point: Communication is needed on daily basis. So, work on this skill to progress faster and do the right job in the first try.
Fundamentals matter the most
Software development fundaments are the base that you need to build new skills on top of it.
It does not matter to learn programming in C++, Java, C# or any other programming language. What matter is knowing data structures, programming fundamentals, algorithms, design patterns, etc.
These fundamentals are included in most Computer Science degrees, but most universities/schools âforgetâ to explain why you should learn the âold stuffâ and not fancy things or the buzz words (microservices, containers, etc..) that you hear in every conference and read in blog posts and twitter.
Key point: Focus on getting the fundamentals to a solid level and you will learn new frameworks and tools easily and fast; and by fast, I mean in matter of weeks you would learn new stuff like docker or GraphQL.
Learn new thing daily
To keep progressing, you should to keep learning. I recommend that you make the following statement part of your daily tasks:
âlearn a new technical thing no matter how difficult or easy it is. Anything that you did not know how to do beforeâ.
This will keep you motivated. If you had a bad day and code did not work, you would be saying: âat least I learned how to <what you learned>. So, it is not bad after allâ. Our field is progressing daily. You have to keep up with that.
You will also notice how consistency pays off even with the smallest effort. And if you are a math lover, the following calculation shows how a bit of daily effort does the difference on one year:

Key point: learning new thing in daily basis is an achievement that keeps you motivated, keep you growing, and makes your day đ.
*Props to my friend Davide Bellone for recommending the mathematical calculation. Meanwhile, I could not find the right person to give him/her credits for the photo and the idea.. To whom it concern, I apologize.
Avoid (Do not) reinventing the wheel
A common mistake that some junior developers do in the early stage. I admit that I made this mistake and I have seen later on other juniors committing it too. At one moment, you feel confident enough to write some code that you could get in NuGet package (equivalent of npm packages in .NET) or an open source framework. For example, if you need to work with GraphQL in .NET project, you should search for a package that already exists and look for the community feedback through the blog posts to find the most recommended package. There is a tiny tiny chance that you will not find a ready-to-use library to solve your task.
Why you should not reinvent the wheel? You are wasting time that you can use to do better things in the project and solve real problem that has no solution yet. Moreover, you cannot reinvent with better quality at this stage, not judging your coding skills, but the existing packages are typically made by big teams or open-sourced where community members contribute to improve it. In addition, you receive (security) updates for the installed packages that are precious later on for the reliability, maintainability and stability of your software.
With that being said, you must always be ambitious to invent the wheel even in this early stage of the career. Reinventing the wheel may be possible too with more experience, not for the sake of reinventing, but to make an improvement and contribution to the community and the field.
Key point: Focus on solving problems with no solutions and get a solid experience to be able to (re)invent the wheel in the near future.
Ask for Help
We create software to solve problems. During the architecture of a solution and the construction phase, we all encounter problems that we did not solve before. Some of them are tricky and take most of your time. Thatâs where you need help. Luckily the IT community is very helpful. So, donât be afraid to seek help.
Please bear in mind that you should not ask a question every 2 minutes without searching for a solution by yourself. Also, donât spend a week searching for a solution without asking for help.
My suggestion is to go through these steps (by order):
- Ask your colleagues if they encountered the problem before. If they cannot help, move on to the next step
- Ask your local community or in the company’s internal forum in case it has one. A local community is generally composed of your friends and your local network that you created when attending some workshops and after-work sessions
- Ask the global community on stackoverflow, Twitter, product forum, etc. Make sure to sanitize the code from private content and keys when publishing it online
- If you could not solve it by this time, you should raise a ticket to the vendor (company that owns the product/ technology you are using). This step typically is not free, but your company should be willing to pay for it.
*This is my personal order. The last 2 steps can be swiped depending on how sensitive the project that you are working on. So, donât take it as a 100% true in all cases.
Key point: Don’t hesitate to ask for help when you struggle. Everyone needs help even senior developers and architects. No question is stupid, keeping a question for yourself (because you are afraid/embarrassed) is STUPID.
Give Back
We all ask for help and go through different forums to solve our problems. Most of us also look for the confirmed answer and its absence upsets us. Now it is your turn to help others and take a moment to answer questions that are on your knowledge scope. Moreover, you should give back to your school and community by providing some workshops and assistance for the students and newbies in the field.
Key point: Contribute whenever it is possible and help others the way you want them to help you.
Treat people good
The key to success and fast growth is your people network. As mentioned before, half of the work or more is communication with people whether they are your colleagues or your clients.
During your journey, you will have moments where you look at the code and say âwho is the idiot that wrote this code?â or you may find missing/not well done documentation that gives you hard time to understand an old product that needs some maintenance or upgrade. First, Let me tell you that there is no idiot or stupid person. Second, most of the time it is your code that you do not recognize and thatâs thanks to your progress and evolution as software developer. So, donât judge people too early (or never, you do not the whole story most of the time) because they have also their own journey and they deserve respect.
In addition to that, we live in a small world specially the IT community. Make sure to create your people network by joining open discussions in your company, workshops and conferences locally, regionally and why not globally. You should follow people on the social media platforms and stay connected and active too. The people network that you create will help you move fast in your career by finding new opportunities such as jobs and customers for your future business.
Key point: Create a people network and treat everyone good because solid relations matter the most within the business and in the casual life.
Get mentorship
As a junior developer, you already have demonstrated enough skills to get your first job and that is awesome. Since you are reading this blog post, it means by now you want to evolve and get to the next level. You may have been looking for a while and read other articles for up-skilling and getting to associate developer level. The key player is finding a mentor! A good mentor in your case would be a senior developer from your team or a friend from the community or virtual friend. You notice that I referred to the closest social circles and you may wonder why? The answer is simple: many people think mentorship is just about pair programming and technical advices from a âgood experienced coderâ rather than a senior developer/team lead or an architect (hint: not every good experienced coder has the soft skills for positions like tech lead or senior architect). So, they end up saying that is not necessary to have a mentor and that is so wrong!!!.
Mentorship is not just about technical advices and helping you solve problems you facing in your current task. It goes far beyond that. A mentor, that knows you well after working hours, can recognize your character, soft skills, your weaknesses. Evidently, he can help you with your career path, because he has seen a lot and can tell what an architect path is like or manager or tech lead, etc. He has been in different positions with different managers and teams, he got the needed experience and wisdom. In addition, a mentor keeps you on track, keeps you focus, and challenges you from time to time. Finally, he motivates you and wonât let you abandon your plans.
If you could not find a mentor in your circle of friends, try to find one in your local community or online. My virtual friend Davide Bellone mentioned in his latest blog post that “Twitter is a great place to start with, as well as other websites like Reddit and Dev.to.”
Key point: a mentor helps you sharp your technical and soft skills, shape your career and get on the fast track. Get yourself a mentor now!
— — — —
That is it! It is time to shine đ. All the best with your career.
~*~*~*~*~*~
Credits
I thank all my friends that answered my questions when preparing for this blog post. I crowdsourced the tips from my friends and virtual friends on Twitter and Facebook. In addition, I looked into different articles and validated my ideas against what they listed like the post Transitioning Into Your First Junior Developer Role. Finally, I added my point of view and my personal experience to the final output.
Additional resources
- Stages Of Your Software Development Career Series https://dev.to/jamesmh/series/632
- 10 things hiking can teach you as a junior developer https://www.code4it.dev/blog/what-hiking-can-teach
- 7 lessons learned in the first year https://twitter.com/tucker_dev/status/1272577160407064578
- What you must not do https://twitter.com/dabit3/status/1293545622184833024
- Professional Improvement: Rule 1.01 vs. The Launch Angle https://www.linkedin.com/pulse/rule-101-vs-launch-angle-robert-c-bush-jr-