contents: use FAANG Tech Leads' resume checker

This commit is contained in:
Yangshun
2022-03-09 19:19:48 +08:00
parent af2391ad68
commit 0d784a4340
4 changed files with 25 additions and 48 deletions

View File

@ -40,6 +40,6 @@ When hiring fresh grads, I know that many of them will not have as much experien
:::tip :::tip
Use this [resume parser tool](https://resume-parser.vercel.app/) to see how an industry-standard ATS parses your resume, then improve it accordingly! Use this [resume parser tool by FAANG Tech Leads](https://www.faangtechleads.com/resume/check?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=resume_parser&aff=1e80c401fe7e2) to see how an industry-standard ATS parses your resume, then improve it accordingly!
::: :::

View File

@ -21,11 +21,11 @@ Most companies these days automate their resume screening process through Applic
[FAANG Tech Leads](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2) is currently offering templates and references at only **$28 (70% off)**. [FAANG Tech Leads](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2) is currently offering templates and references at only **$28 (70% off)**.
Their templates Their templates are:
- Are created by ex-FAANG hiring managers based on top resumes received from thousands of candidate applications - Created by ex-FAANG hiring managers based on top resumes received from thousands of candidate applications
- Have guaranteed readability by FAANG ATS - Guaranteed readability by FAANG ATS
- Are tailored by experience level - Catered to various experience levels
They also offer resume references from candidates who have received multiple offers from Bay Area FAANG companies - which are helpful in helping you craft content that meets the same bar. [Check it out](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2)! They also offer resume references from candidates who have received multiple offers from Bay Area FAANG companies - which are helpful in helping you craft content that meets the same bar. [Check it out](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2)!

View File

@ -25,7 +25,7 @@ TopResume provides a [free all-in-one review](https://tidd.ly/3GxVIs9) of your r
## 2. Test readability with industry-standard ATS ## 2. Test readability with industry-standard ATS
Test the readability of your resume by an industry-standard ATS (Lever) using this [free resume parser tool](https://resume-parser.vercel.app/). Companies that use Lever for job apps include: Figma, Palantir, Netflix, Twitch, Yelp and several others. Test the readability of your resume with an industry-standard ATS using this [free resume parser tool](https://www.faangtechleads.com/resume/check?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=resume_parser&aff=1e80c401fe7e2) by FAANG Tech Leads. Most big companies (Figma, Palantir, Netflix, Twitch, Yelp and several others) use such resume parsers.
## 3. The plain text file test ## 3. The plain text file test

View File

@ -19,8 +19,6 @@ const BACKGROUNDS = [
]; ];
function FAANGTechLeads({className, position}) { function FAANGTechLeads({className, position}) {
switch (position) {
case 'docs_bottom':
return ( return (
<a <a
className={clsx(styles.container, className)} className={clsx(styles.container, className)}
@ -31,36 +29,15 @@ function FAANGTechLeads({className, position}) {
window.gtag('event', `faangtechleads.${position}.click`); window.gtag('event', `faangtechleads.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Best resume service for FAANG</strong> <strong>Craft the perfect resume for FAANG</strong>
<br /> <br />
FAANG Tech Leads' <u>resume review service</u> helped many people Save time crafting your resume with FAANG Tech Leads'{' '}
get shortlisted at top Bay Area companies. Their resume templates <u>FAANG-ready resume templates and examples</u> which have helped many
are only <u>$28 now (70% off)</u> and tailored to your experience Software Engineers get shortlisted at top Bay Area companies. Grab their
level. resume templates now for only <strong>$28 (70% off)</strong>!
</p> </p>
</a> </a>
); );
default:
return (
<a
className={clsx(styles.container, className)}
href={`https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}&aff=1e80c401fe7e2`}
target="_blank"
rel="noopener"
onClick={() => {
window.gtag('event', `faangtechleads.${position}.click`);
}}>
<p className={styles.tagline}>
<strong>Get shortlisted at FAANG</strong>
<br />
FAANG Tech Leads' <u>resume review service</u> helped many people
get shortlisted at top Bay Area companies. Their resume templates
are only <u>$28 now (70% off)</u> and tailored to your experience
level.
</p>
</a>
);
}
} }
function AlgoMonster({className, position}) { function AlgoMonster({className, position}) {