From 51b44fb0d218ff60ee6b974d4d0eb44cae8001c1 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 8 Aug 2022 12:36:52 +0800 Subject: [PATCH] contents: add links to resume partners --- contents/resume.md | 36 ++++++++++++++++++++++++++++++++++++ website/src/css/custom.css | 4 ++++ 2 files changed, 40 insertions(+) diff --git a/contents/resume.md b/contents/resume.md index d3da9dad..e173f17f 100644 --- a/contents/resume.md +++ b/contents/resume.md @@ -142,6 +142,12 @@ Software Engineer with X years of experience in back end, scaling complex distri Senior Year student at University X with a focus on Artificial Intelligence and Machine Learning (ML). Interned at X companies and worked on full stack development and ML engineering roles. +:::info + +Read more about how to make your Professional Summary stand out on [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/professional-summary). + +::: + ### How to write contact information for a Software Engineer #### Must-haves @@ -170,6 +176,12 @@ If a divider is required between information, use "|" or tabs Where relevant, indicate achievements in coding platforms, for example, max ratings, ranking, number of stars, badges. +:::info + +Read more about getting your contact information section right with [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/contact-information). + +::: + ### How to write skills for a Software Engineer Include programming languages and tech stacks: @@ -182,6 +194,12 @@ Structure in the following manner: - Frameworks - Databases +:::info + +Read more about listing your skills accurately right with [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/skills). + +::: + ### How to write work experience for a Software Engineer List your work experience in a familiar format and reverse chronological order. Every job listed should have: @@ -200,6 +218,12 @@ List of top accomplishments, including: - Accomplishments listed following this structure - > [Accomplishment summary] : [Action] that resulted in [quantifiable outcome] +:::info + +Read more about presenting your conveying job experience well on [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/work-experience). + +::: + ### How to write education for a Software Engineer Most software engineering jobs will require at least an undergraduate degree. However, unless you are a recent graduate or do not have much work experience, it should not be prioritized above your work experience. @@ -212,6 +236,12 @@ Example: > BSc in Computing, Computer Science, Graduation Year 2015
National University of Singapore, Singapore
GPA: 3.82 / 4.00 (Magna cum laude)
Dean's List, Valedictorian
President of hacker society +:::info + +Read more about writing your education history on [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/education). + +::: + ### How to write projects for a Software Engineer Include at least 2 projects you have contributed to, outlining your key contributions. Always try to link your project name to GitHub or somewhere the hiring manager can view your project. @@ -228,6 +258,12 @@ Example > 2016 | Best All-Round Product out of 50 teams | Facebook Hackathon +:::info + +Read more about presenting your projects effectively on [FAANG Tech Leads' Resume Handbook](https://www.faangtechleads.com/resume/projects). + +::: + ## Optimize your resume with keywords diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 6034143a..4dc50518 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -164,6 +164,10 @@ div[class^='announcementBar_'] { color: inherit; } +.theme-doc-markdown .theme-admonition { + font-size: 16px; +} + .admonition-heading h5 { margin-top: 0; }