Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 21, 2020 03:56 pm GMT

How to Get Into Tech and Become a Senior Engineer in 4 Years

As software continues to eat the world, more and more people ask me about "getting into tech," i.e. a successful Software Engineer easily making around $350,000 in total annual compensation. I get asked this a lot because I had very little coding experience when I decided to make a career change into software. Four years after making that decision, I entered Twitter as a Senior Software Engineer with a compensation package I couldn't even dream of making elsewhere. I often look back and refer to my career change as the best decision I made in my life.

I decided to condense my experience to a blog post to help those understand the process and how to strategically think about their transition. There three main phases:

  1. Project and portfolio building
  2. Landing your first full-time job
  3. Getting promoted to senior status

Each phase has a distinct goal and a strategy to get to that goal as fast as possible. One of the benefits of the incredibly high demand of software engineers is that reputation and pedigree are less critical for the vetting process. What actually matters is that you are able to deliver great work, you are knowledgeable, and you are a really great team member.

Project and Portfolio Building

When starting from zero experience, the priority is to establish both ability and credibility. You first and foremost need to be able to do the work required to build something someone is willing to pay you for, and you need to be able to do it for multiple people. The goal here is to establish the idea for a recruiter or hiring manager that people paying you for your work is commonplace and expected.

When starting off, you should pick a tech stack to learn quickly. For me, it was building single-page applications with JavaScript, HTML, and CSS. I always enjoyed the instant gratification of throwing together some code and seeing changes directly reflected on a site, and I still enjoy it to this day. At this point, focus on improving your ability to put things together and have non-buggy projects that function well.

The goal here is to establish the idea for a recruiter or hiring manager that people paying you for your work is commonplace and expected.

Find anyone that needs simple software work donean uncle who needs a simple website, a friend who needs a custom to-do app, anything. Get familiar with the process of taking business requirements and providing deliverables. Do this enough times and, surprisingly, youll find someone to pay you a small amount for a simple task here or there. Between projects, continue to build something for yourself or something a bit more ambitious to improve your hacking skills. At any point in time you should be working on something and learning. Focus on building momentum in one particular skill set. You eventually want to build enough credibility in that skill set to be hired for it. If you generalize too much in this phase, youll find it very difficult to land a first job in the next phase due to only being mediocre at everything.

Landing Your First Full-Time Job

Suppose you now have anywhere between 5-10 projects in your portfolio, maybe only a handful were paid for, and maybe you really only have 3 that you are comfortable showcasing in an interview. Thats OK. The objective in this phase is to get your foot in the door, any door.

I think most career-changers tackle the job search without any thought or strategy. Applying to full-time jobs via job sites are incredibly competitive. The best path to finding a full-time job as a slightly under-qualified professional is to actually apply for contract work, part-time, or temp work.

My trajectory into full-time work was through a temp job that was listed as a 4-week project because the sole web developer of a small company was having a baby and they needed someone to fill in for a few weeks. The recruiter thought I was crazy to wanting to (temporary) relocate for only four weeks, but the four weeks of work quickly turned into 8 weeks then suddenly I found myself negotiating a salary for a full-time position there.

The best path to finding a full-time job as a slightly under-qualified professional is to actually apply for contract work, part-time, or temp work.

It isnt quite as easy as it seems unfortunately. For this strategy to work well, you have to have really great communication and interpersonal skills. People will most likely want to keep you around first and foremost, because you are incredibly productive, but it is almost equally important to be a pleasant person to work with. This is critical, as you begin to enter this industry, people move around a lot, and if they have a good memory of working together with you, they will serve as a potential resource for future opportunities.

Getting Promoted to Senior Status

Regardless if your first full-time job is at a startup or a larger corporation, you'll find yourself with a bit more free time on your hands. Steps 1 and 2 of this transition is like working on your own startup and you're constantly "on" hustling to get your foot in the door. Using this initial transition to settle in and relax is probably a good idea.

When you're ready, there are two key points for this final stage:

  1. For the most part, you hacked your way into the field. Now it's time to go back and relearn everything correctly.

Learning your programming language by just using and building isn't enough to make the cut. You need to have a deep understanding of how your language works the way it does and can clearly (and effortlessly) articulate why things work or behave the way they do. Part of this just comes from time and experience, but the other part comes from learning from the best people in your industry.

Don't have access to the best experts in tech for your language?

Yes, you do. Every language has a well recognized book written by some of the best people in tech. If you hate books, learn to learn from them. For technology and programming, it will be the cheapest price for undeniably the most valuable knowledge you can obtain. For me these books were: Professional JavaScript by Nicolas Zakas, Practical Object Oriented Design by Sandi Metz, and The Algorithm Design Manual by Steven Skiena.

  1. Knowledge is only one facet of several (some of which are out of your control) that will determine your promotion.

Almost every company has a rubric for what it takes to become a senior engineer. Senior engineers will typically have adept debugging abilities, deep domain knowledge of a language and company codebases, knowledge of good design architecture, experience in delegating work and setting reliable expectations, good teamwork and communication skills, and finally some experience in mentoring.

Note that management will make the argument that you should already be doing these responsibilities to be qualified for a promotion. Seek out what your company's requirements are, and be sure to track your work and accomplishments on a daily basis. At the moment, there isn't a particular all-in-one solution for tracking your work and accomplishments which is why we're building Rize.ioto help software engineers track their work to better advocate for a raise, promotion, or new job faster.

Unfortunately, many factors outside of your control have a huge impact on whether or not you will receive a promotion. Depending on the cycle, there might be a limited number of promotions available and many people to compete with. In some situations, companies can halt promotions and raises altogether if finances are a bit tight. Regardless, making the most compelling case for yourself will give you the best shot.

Final Thoughts

Getting into a software engineering job and hitting senior status is only the beginning of a career. You could go into engineering management, product management, be a principal contributor, do entrepreneurial work, start a startup, etc. I often view software engineering fundamentals as a core skill set that sets you up to virtually do anything. Where you take it from there is up to you, and the possibilities are almost endless. Good luck!


Original Link: https://dev.to/wrgoto/how-to-get-into-tech-and-become-a-senior-engineer-in-4-years-m3j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To