Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 1, 2020 04:49 pm GMT

Six Principles Your Resume Should Follow - So Recruiters Will Read It

I've been a hiring manager for several years at Uber and Skyscanner. During this time, I've read hundreds of developer resumes. I've been researching the topic of what good resumes look like, while writing a book on this topic. I've talked with two dozen tech recruiters and hiring managers at well-known companies: from Facebook and Google, through Amazon, Microsoft, Coinbase, and many others. As a note, this book is free for any developer who does not (or not yet) have a job.

Here are the six key principles worth following, to maximize your chances of recruiters and hiring managers reading your CV.

1. Take a step back to understand who will read your resume

Many people jump straight into writing a resume. However, knowing who will read it is key in deciding what information you should include. People who are most likely to read your resume are:

People most likely to read your resume

  • Hiring managers are the people who opened the job, and would often be your future manager, if you're successful throughout the process. They define the requirements and often write the job description. They set up the hiring process and define who the technical interviewers will be, and what areas they should focus on. At smaller companies and startups, they might screen all incoming resumes. But as the company grows, they wont have time to do this.
  • HR generalists might do resume screening at growing companies: the companies who have yet to hire a dedicated recruiter. These people get guidance from hiring managers, and then try to see if theres an overlap between your resume, the job description, and what the hiring manager asked for.
  • Recruiters often do most resume screening at mid-sized companies. Some recruiters are more hands-on and understand technical terms better. Some might be closer to an HR generalist in their technical domain knowledge. Recruiters will aim to determine if you could be a fit for the role, based on your resume.
  • Inbound sourcers are a specialized role within large tech companies who get large loads of applications. They are recruiters who focus on sorting through the direct applications and do this for multiple positions at any given time.
  • The interview panel is the group of people who would interview you, assuming you made it through the resume screening, and, possibly, a recruiter call. They get your resume forwarded and do a quick readthrough before the interview. Theres no need to impress this group: they are the people who might pay attention to your interests section, though, to kick off the conversation with an icebreaker.

Hiring managers are usually the most technical of all, and ones who are most likely to "read between the lines" of your resume. HR generalists and inbound sourcers will usually follow instructions - for example, to look for certain languages or years of experience. Recruiters could be somewhere in-between, depending on how technical, and how experienced they are.

If your resume shows that you are a fit for the job you applied for, everyone's job is easier, regardless if the hiring manager, inbound sourcer, HR partner, or recruiter is screening your resume.

On top of understanding who will read your resume, it's worth getting a sense of what a typical hiring pipeline looks like at the different stages, where the resume screening is the first step of the process.

2. Tailor your resume to the job description

When you apply for a job, you probably feel qualified enough for that listing. You know your own strengths, your ability to learn quickly, and some examples of similar work you might have done, in a different setting.

However, the people reading your resume dont have any context about you. You can choose how to proceed. Do you give a thorough overview of all your past achievements? Or do you focus on a shorter overview, but focusing on the parts that show why you would be a great fit for this role?

Craft a resume that speaks to why you are a fit for that specific position. Take a master version of your resume, then remove parts that hold less relevance to the position. Add examples or experiences that reflect on expectations or bonus points for the job.

Ive noticed developers often being nervous to remove bullet points from their past experiences. You shouldnt be. Your resume is a tool to get you the interview. Once making it to the interview, youll have the opportunity to talk about the various things that you did that are not on the resume. Be ruthless in removing things that dont help convey why you are a good fit for the position.

3. Choose a clear, top-to-down template

The benefit of being a software developer is how the format of your resume doesnt matter, as long as its clear. The contents are what is important.

There are many resume templates out there. However, most of them were created for people who want to see pretty resumes. What youll want is an easy to read resume. The best template for this is dead simple, and has the layout similar to what recruiters are already used to: LinkedIn.

Alt Text

You won't want to add a photo on your resume, but keeping it easy to read top-to-down makes the job of recruiters much easier. Keep the resume easy to read as you write the contents. Youll want key details to stand out via whitespace or bolding that recruiters and hiring managers care about:

  • Your name
  • Location / residence
  • Dates that tell roughly how many years much experience you have
  • Languages & technologies you are proficient with
  • Titles & company names from your past experience
  • Standout information

Resist highlighting anything else beyond the key pieces of information. Overusing highlighting or bolding defeats the purpose of this tool. Take a look at this developer resume template I created that gives you a sense of an easy-to-read CV.

4. Talk about specifics and impact, where you can

When listing your work and project experiences, focus on what you achieved, as opposed to what you did. For the achievements, try to quantify these with the impact and (business) results. A framework you could use is Accomplished {impact} as measured by {number} by doing {specific contribution}. This is similar to the structure Google encourages for resumes. You don't need to use the exact same wording. However, do make the impact clear, what your contribution was, and add specifics where you can.

Use active language that shows what you have done and how you have been proactive. Use active verbs like led, managed, drove, improved, rolled out over passive ones like improving or rolling out.

Use numbers to convey the impact of your work, or projects. Numbers grab the attention of hiring managers, and they also show that you are able to quantify the outcome of work, and be specific about it. For example, instead of saying Built an open source JavaScript project to display dates., say Built an open source JavaScript component for date display. The project has 5 contributors, 120 stars and 4 known production use cases.

Mention specific languages and technologies that you used towards the end of your description. Impact and your contribution are more important to convey than the technologies. However, its worth calling out what tools youve used. Mentioning technologies in this context is more powerful for hiring managers and interviewers who are reading your resume in detail. Here are a few examples on how to mention these languages in your CV.

Quantify your impact wherever you can. Most resumes do not contain numbers: if you add these specifics, you will stand out. Instead of saying Built a tool widely adopted by the company, say Led a team of 3 developers to build a dependency injection framework that was adopted by 15 teams and all 50+ developers at the company. Numbers can be several things: number of people on the team, lines of code, code coverage % before and after, SLA changes, revenue generated by the project. They can be number of users, number of installs, number of five-star ratings, number of customer support tickets you proactively resolved, and many others.

5. Less work experience? Improve your resume throughout your application process

Assuming you have less work experience, your projects section will be an important part of your resume, and one where you'll want to try and stand out from the crowd. Here are a few ideas to do so:

1. Publish projects with good READMEs on your Github page. Aim for the README to have a good summary, screenshots, details on how to run, and how to test. Take inspiration from projects with awesome READMEs.

2. Have tests for your project that can be run. Most bootcamp grad projects dont have automated tests, such as unit tests or end-to-end tests. Many of them have not heard of TDD (Test Driven Development). To learn more about this, see the Learn Test Driven Development resource.
If you have tests in your project, add a Running tests section on your README, to make it clear how anyone can run these. For an example on how to document running tests, see how this is done in a project like Leaflet.
Once you have tests in your code, call this out on your projects. In the project description, mention the code coverage percentageand see if you can get this higher. Having built a project that is tested will already help you stand out from the crowd.

3. Contribute to other open source projects on GitHub. If you get to merge your pull request, you can claim that youve contributed to a project used by more than a certain number of developers. Stars on the project is a metric you can use here. For example, for a project with 28,000 stars, you can state: Contributed to the Leaflet, the leading open-source Javascript mobile friendly-interactive library with more than 28,000 developers using it.

4. Turn takehome projects and coding challenges into fully-fledged projects. Assuming you make it through the resume screen, a next step will be a coding challenge you need to submit. After submitting this challenge, dont stop there. Continue the work and publish an even more polished solution online, with code on Github, tests in place, and a nice user experience. Consider spending a little money for a domain and hosting, and have this project be accessible to anyoneand add it to your resume.

If your takehome project doesnt take you to the next round, ask for feedback, and build that feedback into this project. Once you publish a project youre proud of, you can always send a follow-up to the company, showing them the improved version youve built. Dont hold your breathbut who knows?

6. Be aware of the priority of your resume

The best advice on how to get the attention of a recruiter is to skip the inbound applications queue. You'll hear the advice on getting a referral often. This is because it does make a huge difference.

However, it's not the only thing that can help with your application. Being local to the company, or not needing a visa also makes a difference when being compared with candidates who are not in this category.

Alt Text

From a practical point of view: see if anyone's company in your network is hiring, and look at local opportunities, even at a time of remote work. You might have less competition, and better opportunities to stand out.

What your resume is for

The one goal your resume serves is to convey that youve got the experience that the position is looking for. In cases where you do have this experience, presenting this in a way that people will read it might be getting in the way - at least from the things that you can control.

Ive written the book The Tech Resume Inside Out: what a good developer resume looks like. It's probably the most comprehensive book on this topic in 2020 and is free for any developer currently without a job: if you are in this situation, you can get a complimentary copy here.

I hope this advice was helpful. If you are job hunting: wishing you the best of luck!

If you enjoyed this post, you can subscribe to my newsletter on software engineering and engineering management, read other articles I wrote or check out my YouTube channel on software engineering content.


Original Link: https://dev.to/gergelyorosz/six-principles-your-resume-should-follow-so-recruiters-will-read-it-3a0o

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