<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sarah Mitchell</title>
    <description>The latest articles on DEV Community by Sarah Mitchell (@sarah_m).</description>
    <link>https://dev.to/sarah_m</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3822108%2F68ede1ad-68cb-4d06-9d3f-3336c6a8b158.png</url>
      <title>DEV Community: Sarah Mitchell</title>
      <link>https://dev.to/sarah_m</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sarah_m"/>
    <language>en</language>
    <item>
      <title>How to Write an Internship Resume That Actually Stands Out (2026)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Fri, 05 Jun 2026 01:51:19 +0000</pubDate>
      <link>https://dev.to/sarah_m/how-to-write-an-internship-resume-that-actually-stands-out-2026-bn8</link>
      <guid>https://dev.to/sarah_m/how-to-write-an-internship-resume-that-actually-stands-out-2026-bn8</guid>
      <description>&lt;p&gt;Internship recruiters know you do not have years of professional experience. They are not expecting it.&lt;/p&gt;

&lt;p&gt;What they are screening for is different: relevant skills, evidence of initiative, and signs that you can learn fast. The candidates who get internships are not necessarily the ones with the most impressive backgrounds. They are the ones whose resumes prove these three things clearly.&lt;/p&gt;

&lt;p&gt;Here is how to build one.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Recruiters Actually Look For
&lt;/h2&gt;

&lt;p&gt;For internship hiring, the priority order is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Relevant coursework and technical skills.&lt;/strong&gt; Do you know the tools we use?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Projects.&lt;/strong&gt; Have you applied your skills outside of class?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leadership or initiative signals.&lt;/strong&gt; Club roles, hackathon wins, volunteer work, side projects.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPA and academic standing.&lt;/strong&gt; Especially for competitive programs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Part-time or unpaid work.&lt;/strong&gt; Anything showing reliability and time management.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Notice what is not at the top: years of experience. Recruiters know you do not have it. Stop trying to fake depth you do not have, and lean into what you do have.&lt;/p&gt;

&lt;p&gt;Three to five relevant experiences (academic or professional) is far stronger than a cluttered resume padded to look full.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Right Format
&lt;/h2&gt;

&lt;p&gt;Use reverse-chronological format. Lead with education since it is your strongest section, then experience, projects, and skills.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Contact Info
Education
Experience (if any)
Projects
Skills
Activities / Leadership
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One page maximum. Internship resumes should never exceed one page. If you are struggling to fill it, add coursework, projects, and extracurriculars before stretching margins or font sizes.&lt;/p&gt;

&lt;p&gt;If padding feels necessary, the issue is usually that your project section is too thin. Build one more meaningful project and your resume fills itself.&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Write Your Education Section
&lt;/h2&gt;

&lt;p&gt;Lead with the university name, expected graduation date, degree, and major. Include GPA if it is 3.0 or above.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;University of California, Berkeley                    Expected May 2027
B.S. Computer Science                                 GPA: 3.7/4.0

Relevant Coursework: Data Structures, Algorithms, Operating Systems,
Database Systems, Machine Learning, Distributed Systems

Honors: Dean's List (Fall 2025, Spring 2026)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The coursework line matters more than most students realize. For a software engineering internship: Data Structures, Algorithms, Operating Systems, Database Systems are signal. For a data internship: Statistics, ML, SQL, Linear Algebra. For a product internship: User Research, Behavioral Economics, Design Thinking.&lt;/p&gt;

&lt;p&gt;Pick 4-6 courses that map directly to the role you are applying for. Skip the ones that do not.&lt;/p&gt;




&lt;h2&gt;
  
  
  Turn Projects Into Experience
&lt;/h2&gt;

&lt;p&gt;This is where most internship resumes are weakest, and where the biggest opportunity is.&lt;/p&gt;

&lt;p&gt;Class projects, hackathon entries, personal projects, and open-source contributions all count as experience. Write them like work entries.&lt;/p&gt;

&lt;p&gt;Weak:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Built a task management app for class.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Built a full-stack task management app using React, Node.js, and PostgreSQL. Implemented user authentication with JWT, RESTful API endpoints, and real-time collaboration with WebSockets. Deployed to AWS via GitHub Actions CI/CD. Used by 30+ classmates as part of a study group.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The strong version tells the recruiter: you can use multiple technologies, you understand auth, APIs, and databases, you know modern deployment practices, and your work was used by real people.&lt;/p&gt;

&lt;p&gt;For each project, include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What you built (one sentence)&lt;/li&gt;
&lt;li&gt;The stack (specific technologies)&lt;/li&gt;
&lt;li&gt;Technical decisions or scope (3-5 sentences)&lt;/li&gt;
&lt;li&gt;Real outcome (users, performance, scale)&lt;/li&gt;
&lt;li&gt;GitHub link&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A polished project section can outweigh a thin work history. Many internship offers go to students with strong projects and zero professional experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  Leverage Extracurricular Activities
&lt;/h2&gt;

&lt;p&gt;Club leadership, student government, volunteer work, hackathons. These demonstrate soft skills internship recruiters specifically screen for: teamwork, communication, initiative.&lt;/p&gt;

&lt;p&gt;Frame them with action verbs and outcomes:&lt;/p&gt;

&lt;p&gt;Weak:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Member of Business Club&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Organized 3 career fairs attracting 500+ students and 40 employer booths. Negotiated sponsorship deals worth $8K to fund new programs.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Even student club work has scope, scale, and outcomes if you describe it honestly. The recruiter is not looking for Fortune 500 leadership at age 20. They are looking for evidence you take initiative when no one is making you.&lt;/p&gt;

&lt;p&gt;Prioritize activities relevant to your target industry. For finance internships, highlight investment club or case competitions. For software internships, highlight hackathons, CS club, or open-source contributions.&lt;/p&gt;




&lt;h2&gt;
  
  
  Skills Section for Internships
&lt;/h2&gt;

&lt;p&gt;List technical skills first. Group them logically.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Languages:    Python, JavaScript, TypeScript, Java, SQL, C++
Frameworks:   React, Next.js, Node.js, Express, Django
Tools:        Git, Docker, AWS (EC2, S3, Lambda), PostgreSQL, MongoDB
Concepts:     Data Structures, Algorithms, REST APIs, OOP, Agile
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Two important rules:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not list basic computer skills.&lt;/strong&gt; Microsoft Word, email, internet research, Google Docs. These are assumed and listing them signals inexperience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Only list things you can defend in an interview.&lt;/strong&gt; If you put "Machine Learning" because you watched two YouTube videos, an interviewer who asks about it will catch you. Better to have a shorter skills list you can defend than a long one full of weaknesses.&lt;/p&gt;

&lt;p&gt;Include languages you speak if you are proficient or fluent. Many companies value multilingual candidates.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Sample Internship Resume Structure
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Name]
[Email] | [Phone] | [LinkedIn] | [GitHub]

EDUCATION
University of California, Berkeley                    Expected May 2027
B.S. Computer Science                                 GPA: 3.7/4.0
Relevant Coursework: Data Structures, Algorithms, OS, Databases, ML
Honors: Dean's List (Fall 2025, Spring 2026)

EXPERIENCE
Software Engineering Intern                            Summer 2025
TechStartup, Inc., Remote
- Built and deployed a CRUD API for customer data in Python (FastAPI),
  handling 5K+ requests/day with sub-100ms p95 latency
- Wrote 30+ unit tests using pytest, increasing code coverage from 62% to 89%
- Implemented automated database migrations using Alembic, reducing
  deployment errors by 40%

PROJECTS
Full-Stack Task Manager | React, Node.js, PostgreSQL, AWS
- Built complete authentication system using JWT and bcrypt
- Implemented real-time updates via WebSockets, supporting 30+ concurrent users
- Deployed via GitHub Actions CI/CD to AWS ECS
- github.com/yourusername/task-manager

ML Pipeline for Spotify Recommendations | Python, scikit-learn, FastAPI
- Built collaborative filtering recommendation engine using Spotify API
- Trained on 50K+ user listening sessions, achieving 0.81 precision@10
- Exposed REST API serving real-time recommendations
- github.com/yourusername/spotify-recs

SKILLS
Languages:    Python, JavaScript, TypeScript, Java, SQL, C++
Frameworks:   React, Next.js, Node.js, FastAPI, Django
Tools:        Git, Docker, AWS, PostgreSQL, MongoDB
Concepts:     Data Structures, Algorithms, REST APIs, OOP

ACTIVITIES
Vice President, CS Student Association                 2024-Present
- Organized 4 industry guest speaker events with 200+ student attendees
- Mentored 15 freshman students through peer tutoring program
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is one page. Every entry pulls weight. Even with one internship, the projects section carries the resume.&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Padding the resume with high school accomplishments.&lt;/strong&gt; Once you are in college, drop high school content unless it is exceptional (national-level awards, etc).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Listing every class you have taken.&lt;/strong&gt; Pick 4-6 relevant courses, not your entire transcript.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vague project descriptions.&lt;/strong&gt; "Worked on a web app" tells a recruiter nothing. Name the stack, describe the technical decisions, quantify outcomes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Generic skills sections.&lt;/strong&gt; "Hardworking, motivated, team player" wastes space. Stick to concrete technical skills.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Not linking to GitHub.&lt;/strong&gt; If you have projects, your GitHub link should be at the top of the resume. Many recruiters click straight from resume to GitHub.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;☐ One page maximum&lt;/li&gt;
&lt;li&gt;☐ Education section leads with university, degree, GPA (if 3.0+), and relevant coursework&lt;/li&gt;
&lt;li&gt;☐ Projects formatted like work experience with stack, scope, and outcomes&lt;/li&gt;
&lt;li&gt;☐ Skills section grouped by category, no basic computer skills listed&lt;/li&gt;
&lt;li&gt;☐ Extracurricular activities have action verbs and outcomes&lt;/li&gt;
&lt;li&gt;☐ GitHub link in contact info&lt;/li&gt;
&lt;li&gt;☐ Every claim backed by something you can discuss in an interview&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Before submitting, run your internship resume through &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to spot keyword gaps against the specific role. Takes 30 seconds.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Product Manager Resume Guide - How to Show Impact, Not Just Features (2026)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Fri, 05 Jun 2026 01:46:59 +0000</pubDate>
      <link>https://dev.to/sarah_m/product-manager-resume-guide-how-to-show-impact-not-just-features-2026-558k</link>
      <guid>https://dev.to/sarah_m/product-manager-resume-guide-how-to-show-impact-not-just-features-2026-558k</guid>
      <description>&lt;p&gt;Product manager hiring is notoriously selective. Top companies receive hundreds of applications per role, and the resumes that get through are almost always the ones that pass three tests: can this person ship products, can they drive measurable business outcomes, and can they lead without direct authority?&lt;/p&gt;

&lt;p&gt;Most PM resumes fail at least one of these tests. Usually all three. They read like project logs, listing features that shipped without connecting any of it to business impact.&lt;/p&gt;

&lt;p&gt;Here's how to write a PM resume that actually demonstrates product judgment.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Mistake Most PM Resumes Make
&lt;/h2&gt;

&lt;p&gt;The default PM resume reads like a chronological list of features. "Launched X, shipped Y, delivered Z." This signals execution, not product judgment.&lt;/p&gt;

&lt;p&gt;Hiring managers do not just want to know what you shipped. They want to know why you shipped it, what happened because you shipped it, and how you decided what to ship next. Every bullet should answer "So what?"&lt;/p&gt;

&lt;p&gt;Compare:&lt;/p&gt;

&lt;p&gt;Weak: "Managed the product roadmap and worked with engineering to deliver features."&lt;/p&gt;

&lt;p&gt;Strong: "Defined and executed product roadmap for a payments platform serving 50K+ merchants, delivering 12 features on schedule that increased transaction volume by 35%."&lt;/p&gt;

&lt;p&gt;The first describes a job title. The second describes a person who made specific decisions that produced specific outcomes.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Right Structure
&lt;/h2&gt;

&lt;p&gt;Use reverse-chronological format. PM hiring managers want to see your most recent product work first and understand how your scope has grown.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Contact info
Summary (2-3 sentences, includes biggest quantified win)
Experience (3-5 bullets per role, focused on outcomes)
Skills (grouped by category)
Education (brief)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One page for under 8 years of experience. Two pages maximum, even for senior PMs and directors. PMs are evaluated on judgment and prioritization. A bloated resume signals neither.&lt;/p&gt;




&lt;h2&gt;
  
  
  The PM Summary That Works
&lt;/h2&gt;

&lt;p&gt;Your summary has to do three things in 2-3 sentences: communicate your seniority, your domain, and your biggest win.&lt;/p&gt;

&lt;p&gt;Weak: "Passionate product manager with a track record of success and strong leadership skills."&lt;/p&gt;

&lt;p&gt;Strong: "Product manager with 6 years of experience in B2B SaaS. Led a 3-product portfolio generating $18M ARR, grew enterprise adoption by 140% through a self-serve onboarding redesign. Skilled in data-driven prioritization, cross-functional execution, and 0-to-1 product development."&lt;/p&gt;

&lt;p&gt;The strong version names the domain (B2B SaaS), the scale ($18M ARR), the best result (140% growth), and the working style (data-driven, cross-functional). The reader knows exactly what they are looking at.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Bullet Point Formula
&lt;/h2&gt;

&lt;p&gt;Every PM bullet should follow: Action verb + what you did + business outcome.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weak:&lt;/strong&gt; Conducted user research and created PRDs&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strong:&lt;/strong&gt; Led 40+ user interviews and synthesized findings into a redesigned checkout flow that reduced cart abandonment by 22% and added $2.1M in annual revenue.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weak:&lt;/strong&gt; Worked with design and engineering to launch a new feature&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strong:&lt;/strong&gt; Partnered with a 6-person engineering team and 2 designers to launch an AI-powered recommendation engine, driving a 28% increase in average order value within 3 months.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weak:&lt;/strong&gt; Analyzed data to make product decisions&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strong:&lt;/strong&gt; Built product analytics framework using Amplitude and SQL, identifying a 40% drop-off in onboarding that led to a guided setup flow increasing Day-7 retention by 18%.&lt;/p&gt;

&lt;p&gt;Notice what the strong versions share: a specific action, a specific scope, a specific outcome with a number, and just enough context for the reader to understand the difficulty.&lt;/p&gt;




&lt;h2&gt;
  
  
  PM Metrics That Actually Belong on a Resume
&lt;/h2&gt;

&lt;p&gt;Product managers are expected to think in outcomes. The metrics that work fall into five categories:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Revenue.&lt;/strong&gt; ARR, MRR, growth rate, conversion rate, average deal size.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Growth.&lt;/strong&gt; User acquisition, DAU/MAU, adoption rate, market expansion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Retention.&lt;/strong&gt; Churn reduction, NPS, retention rate, engagement metrics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Efficiency.&lt;/strong&gt; Time-to-market, sprint velocity, release cadence, cost reduction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scale.&lt;/strong&gt; Users served, transactions processed, team size managed, products in portfolio.&lt;/p&gt;

&lt;p&gt;If you do not own revenue directly, focus on the metrics you do own. Feature adoption rates, user engagement, and funnel conversion rates are all strong alternatives. A bullet without a metric is a bullet that does half the work.&lt;/p&gt;




&lt;h2&gt;
  
  
  Action Verbs That Signal Product Judgment
&lt;/h2&gt;

&lt;p&gt;PMs need verbs that signal strategic thinking, not just task completion.&lt;/p&gt;

&lt;p&gt;Strategy: Defined, Prioritized, Championed, Spearheaded, Drove&lt;/p&gt;

&lt;p&gt;Execution: Launched, Shipped, Delivered, Scaled, Implemented&lt;/p&gt;

&lt;p&gt;Discovery: Identified, Validated, Synthesized, Uncovered, Evaluated&lt;/p&gt;

&lt;p&gt;Leadership: Led, Partnered, Aligned, Coordinated, Influenced&lt;/p&gt;

&lt;p&gt;Optimization: Improved, Increased, Reduced, Optimized, Accelerated&lt;/p&gt;

&lt;p&gt;Avoid: "Worked on," "Helped with," "Was responsible for," "Assisted with." These describe presence, not action.&lt;/p&gt;




&lt;h2&gt;
  
  
  Skills Section
&lt;/h2&gt;

&lt;p&gt;Organize by category. A flat list of 30 tools tells the reader nothing about where your real strengths are.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight properties"&gt;&lt;code&gt;&lt;span class="err"&gt;Product&lt;/span&gt; &lt;span class="py"&gt;Tools&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;  &lt;span class="s"&gt;Jira, Confluence, Notion, Productboard, Aha!, Linear&lt;/span&gt;
&lt;span class="py"&gt;Analytics&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;      &lt;span class="s"&gt;Amplitude, Mixpanel, Google Analytics, Looker, Tableau, SQL&lt;/span&gt;
&lt;span class="py"&gt;Design&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;         &lt;span class="s"&gt;Figma, Miro, Whimsical&lt;/span&gt;
&lt;span class="py"&gt;Methodologies&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;  &lt;span class="s"&gt;Agile/Scrum, OKRs, Jobs-to-be-Done, Design Thinking, A/B Testing&lt;/span&gt;
&lt;span class="py"&gt;Technical&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;      &lt;span class="s"&gt;SQL, Python (basic), APIs, System Design&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Tailor this section to every job posting. If the role mentions specific tools, make sure those tools appear. ATS keyword matching is often literal.&lt;/p&gt;




&lt;h2&gt;
  
  
  PM Resume by Level
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Associate / Junior (0-3 years).&lt;/strong&gt; If you are breaking into PM, lean on transferable experience. Consulting, engineering, design, or business analysis all develop PM-relevant skills. Highlight instances where you defined requirements, coordinated across teams, analyzed data, or managed a project end-to-end. Include certifications (Product School, Reforge) and side projects that demonstrate product thinking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mid-level (3-7 years).&lt;/strong&gt; Show ownership of a product or feature area with clear business outcomes. Demonstrate you can take a product from discovery through launch to measurable impact. Show progression: from owning a feature, to owning a product, to owning a portfolio.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Senior / Director / VP (7+ years).&lt;/strong&gt; Emphasize strategic leadership: portfolio management, team building, company-level OKRs, market expansion. Show how you influenced product strategy beyond your immediate team. Include team sizes, revenue of products managed, and your role in organizational growth.&lt;/p&gt;




&lt;h2&gt;
  
  
  ATS Optimization for PMs
&lt;/h2&gt;

&lt;p&gt;Product management job descriptions contain specific keywords that ATS systems filter for.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Match the job title exactly. If the posting says "Product Manager," use that exact title. Do not just write "PM."&lt;/li&gt;
&lt;li&gt;Include methodology keywords. Agile, Scrum, OKRs, A/B testing, user research, product discovery, roadmap.&lt;/li&gt;
&lt;li&gt;Name your tools. Jira, Amplitude, Figma, SQL, Confluence.&lt;/li&gt;
&lt;li&gt;Use standard formatting. Single-column layout, standard section headers, no graphics or tables.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Test your resume against the specific job description before submitting. Keyword gaps and formatting issues both cost interviews silently.&lt;/p&gt;




&lt;h2&gt;
  
  
  The 5 Mistakes PM Resumes Repeatedly Make
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Listing features shipped without business context.&lt;/strong&gt; "Launched in-app messaging" means nothing without the impact.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sounding like a project manager.&lt;/strong&gt; PMs own the "what" and "why," not just the "when." Your bullets should show product judgment, not delivery management.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Overloading with technical jargon.&lt;/strong&gt; Even for technical PM roles, your resume should be readable by non-technical recruiters and hiring managers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ignoring company context.&lt;/strong&gt; "Increased DAU by 15%" hits differently at a 100-person startup than at Google. Include enough context to calibrate impact.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Using a generic resume.&lt;/strong&gt; A B2B enterprise PM resume should look different from a consumer mobile PM resume. Tailor for each application.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;☐ Reverse-chronological format, one page (or two for 8+ years)&lt;/li&gt;
&lt;li&gt;☐ Summary names domain, scale, and biggest win&lt;/li&gt;
&lt;li&gt;☐ Every bullet follows Action + What + Outcome formula&lt;/li&gt;
&lt;li&gt;☐ At least one quantified metric per bullet&lt;/li&gt;
&lt;li&gt;☐ Skills section grouped by category&lt;/li&gt;
&lt;li&gt;☐ Tailored to the specific job posting&lt;/li&gt;
&lt;li&gt;☐ Tested against ATS keyword match before submitting&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Before applying, run your PM resume through &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to confirm keyword coverage matches the specific JD. Takes 30 seconds and catches gaps that silently cost interviews.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>productmanagement</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Thank-You Email Almost Nobody Sends (And Why That's Your Edge)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Mon, 25 May 2026 02:08:04 +0000</pubDate>
      <link>https://dev.to/sarah_m/the-thank-you-email-almost-nobody-sends-and-why-thats-your-edge-4430</link>
      <guid>https://dev.to/sarah_m/the-thank-you-email-almost-nobody-sends-and-why-thats-your-edge-4430</guid>
      <description>&lt;p&gt;Only 24 percent of job candidates send a thank-you email after an interview.&lt;/p&gt;

&lt;p&gt;Meanwhile, 80 percent of hiring managers say a thank-you note influences their evaluation, and 68 percent say it directly affects their hiring decision.&lt;/p&gt;

&lt;p&gt;That gap is the largest free advantage in modern job searching. A 100-word email that takes 10 minutes to write changes how a hiring manager thinks about you. Most candidates skip it entirely. The ones who send it move themselves forward in a way the others cannot.&lt;/p&gt;

&lt;p&gt;Here's how to actually write one that works.&lt;/p&gt;




&lt;h2&gt;
  
  
  What a thank-you email is actually for
&lt;/h2&gt;

&lt;p&gt;The thank-you email is not a politeness ritual. It does three specific things.&lt;/p&gt;

&lt;p&gt;It reinforces your interest in the role. Hiring managers are evaluating multiple candidates, and enthusiasm is part of the decision. A candidate who follows up signals they care. A candidate who goes silent signals indifference, even if that wasn't the intent.&lt;/p&gt;

&lt;p&gt;It keeps you top of mind. Most interview decisions happen over days or weeks. A thoughtful email lands in the interviewer's inbox while they're still forming their impression. That timing matters.&lt;/p&gt;

&lt;p&gt;It gives you a second chance. If you stumbled on a question, forgot to mention something important, or wished you had answered differently, the thank-you email is your last chance to fix it. One additional sentence framing your strongest qualification can change the impression you left.&lt;/p&gt;

&lt;p&gt;And it signals basic professionalism. When two candidates are equally qualified and one sends a personalized thank-you while the other goes silent, the choice is straightforward.&lt;/p&gt;




&lt;h2&gt;
  
  
  When to send it
&lt;/h2&gt;

&lt;p&gt;Within 24 hours. Same day if possible.&lt;/p&gt;

&lt;p&gt;A morning interview should produce a thank-you by end of business. An afternoon interview deserves an email that evening or first thing the next morning. A Friday interview gets sent Friday evening or Saturday morning, not Monday. Waiting the full weekend looks like you forgot.&lt;/p&gt;

&lt;p&gt;For panel interviews, send individual emails to each interviewer within 24 hours. Reference something specific that each person discussed so the emails do not read like copies. This takes 20 minutes total and matters more than people assume.&lt;/p&gt;

&lt;p&gt;The 24-hour window matters because interviewers often debrief within a day or two. An email that arrives during that window can directly influence the conversation. An email that arrives after the decision is made changes nothing.&lt;/p&gt;




&lt;h2&gt;
  
  
  The five-part structure
&lt;/h2&gt;

&lt;p&gt;Every effective thank-you email follows the same structure. Keep it to 100 to 150 words total.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Greeting.&lt;/strong&gt; Use the name they introduced themselves with. If they said "call me Sarah," use Sarah, not Ms. Johnson.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One line of thanks.&lt;/strong&gt; Be specific about what you appreciated. "Thanks for the time today" is generic. "Thanks for walking me through the engineering org structure today" is concrete.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference one specific conversation point.&lt;/strong&gt; This is the most important sentence. Mention something concrete you discussed: a project they described, a challenge the team is facing, a roadmap item they mentioned. This proves you were engaged, not going through the motions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reaffirm your interest briefly.&lt;/strong&gt; Connect your skills or experience to what you learned. One to two sentences maximum.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Close warmly but professionally.&lt;/strong&gt; Express that you look forward to hearing from them. Offer to provide additional information if helpful.&lt;/p&gt;

&lt;p&gt;That's it. No need to recap your resume. No need to oversell. The structure works because it is short, specific, and human.&lt;/p&gt;




&lt;h2&gt;
  
  
  What to actually write: a worked example
&lt;/h2&gt;

&lt;p&gt;Imagine you've just finished an interview for a senior backend engineer role at a fintech company. The hiring manager mentioned the team is migrating from a monolith to microservices.&lt;/p&gt;

&lt;p&gt;Here's what an effective thank-you email looks like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Subject: Great speaking with you about the Senior Backend Engineer role&lt;/p&gt;

&lt;p&gt;Hi Jordan,&lt;/p&gt;

&lt;p&gt;Thanks for the time today. I particularly enjoyed hearing about the migration from the monolithic Rails app to microservices, and the tradeoffs your team is weighing on service boundaries.&lt;/p&gt;

&lt;p&gt;The work resonates with experience I had at my current company, where I led a similar decomposition over 18 months. Happy to share more detail about the patterns that worked and the ones we had to walk back.&lt;/p&gt;

&lt;p&gt;Looking forward to next steps. Let me know if there is anything else that would be helpful.&lt;/p&gt;

&lt;p&gt;Best,&lt;br&gt;
Sam&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's 95 words. It references a specific conversation point. It connects to relevant experience without rehashing the resume. It offers value without pushing for a decision. It ends warmly.&lt;/p&gt;

&lt;p&gt;This kind of email lands. The generic "thanks for your time, I look forward to hearing from you" version does not.&lt;/p&gt;




&lt;h2&gt;
  
  
  What not to include
&lt;/h2&gt;

&lt;p&gt;Some habits weaken thank-you emails consistently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Salary or benefits questions.&lt;/strong&gt; The thank-you email is not the time to negotiate. Compensation conversations happen after an offer, not before.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A full recap of your qualifications.&lt;/strong&gt; They already have your resume. One brief reference to a relevant skill is enough. Repeating your experience makes the email feel transactional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apologies for your interview performance.&lt;/strong&gt; Saying "sorry I was nervous" or "I wish I had answered that better" draws attention to weaknesses the interviewer may not have noticed. Don't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Desperation or pressure.&lt;/strong&gt; "I really need this job" or "please let me know as soon as possible" comes across as pushy. Express enthusiasm without urgency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Generic flattery.&lt;/strong&gt; "Your company is amazing and I would be lucky to work there" adds nothing. Reference something specific instead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unrequested attachments.&lt;/strong&gt; Unless they specifically asked for a portfolio piece or work sample, don't add anything. Keep it clean.&lt;/p&gt;




&lt;h2&gt;
  
  
  The rejection version
&lt;/h2&gt;

&lt;p&gt;Almost nobody writes a thank-you email after being rejected. This is exactly why doing it works.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Subject: Thank you for letting me know&lt;/p&gt;

&lt;p&gt;Hi Jordan,&lt;/p&gt;

&lt;p&gt;Thanks for letting me know. While I'm disappointed, I genuinely enjoyed learning about the team and the work you're doing on the payments platform.&lt;/p&gt;

&lt;p&gt;If similar roles open up in the future, I would welcome the chance to be considered. I was impressed by the team and the direction of the product.&lt;/p&gt;

&lt;p&gt;Best wishes,&lt;br&gt;
Sam&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hiring managers remember gracious candidates. Roles reopen. Teams grow. The candidate who stayed professional after rejection ends up on a short list when something new comes up. It happens often enough to be worth the five minutes it takes to write.&lt;/p&gt;




&lt;h2&gt;
  
  
  Following up if you don't hear back
&lt;/h2&gt;

&lt;p&gt;If the interviewer gave you a timeline, wait until one business day after that deadline before following up. If they didn't, wait five to seven business days after your thank-you email.&lt;/p&gt;

&lt;p&gt;Keep the follow-up short:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hi Jordan,&lt;/p&gt;

&lt;p&gt;I wanted to follow up on the Senior Backend Engineer position. I'm still very interested in the opportunity and wanted to ask if there are any updates on the timeline.&lt;/p&gt;

&lt;p&gt;Happy to provide any additional information that would be helpful.&lt;/p&gt;

&lt;p&gt;Best,&lt;br&gt;
Sam&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you don't hear back after the follow-up, wait another week, then send one final check-in. After that, move on. Three unanswered emails is the maximum. Beyond that crosses from persistent to pushy.&lt;/p&gt;




&lt;h2&gt;
  
  
  The math actually works
&lt;/h2&gt;

&lt;p&gt;24 percent of candidates send a thank-you email. 68 percent of hiring managers say it influences their decision.&lt;/p&gt;

&lt;p&gt;For 10 minutes of writing, you're moving yourself into a small group of candidates who consistently demonstrate professionalism and follow-through. The math is one-sided. Send the email.&lt;/p&gt;




&lt;p&gt;If you're preparing for upcoming interviews, make sure your resume is doing its job too. &lt;a href="https://writecv.ai/resume-score" rel="noopener noreferrer"&gt;WriteCV&lt;/a&gt; runs an honest ATS score with per-bullet feedback in 30 seconds.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>LinkedIn vs Resume - When to Use Which (2026 Guide)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Mon, 25 May 2026 02:05:20 +0000</pubDate>
      <link>https://dev.to/sarah_m/linkedin-vs-resume-when-to-use-which-2026-guide-lh1</link>
      <guid>https://dev.to/sarah_m/linkedin-vs-resume-when-to-use-which-2026-guide-lh1</guid>
      <description>&lt;p&gt;Most developers maintain a LinkedIn profile and a resume, and most of them treat the two documents as interchangeable. They paste their resume bullets into LinkedIn, or copy their LinkedIn About section into a resume summary, and call it a day.&lt;/p&gt;

&lt;p&gt;This is a mistake. LinkedIn and a resume serve different audiences with different goals, and optimizing them as the same document leaves real opportunity on the table.&lt;/p&gt;

&lt;p&gt;Here's the breakdown.&lt;/p&gt;




&lt;h2&gt;
  
  
  They Serve Different Audiences
&lt;/h2&gt;

&lt;p&gt;A resume is a targeted document for a specific job application. Tailored. Concise. Optimized for ATS parsing. The audience is one specific recruiter evaluating you against one specific role.&lt;/p&gt;

&lt;p&gt;LinkedIn is a broad professional presence. It is visible to recruiters, peers, clients, and your network. It represents your full career story and professional brand.&lt;/p&gt;

&lt;p&gt;The most important difference: your resume changes for every application, your LinkedIn stays stable.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Belongs Only on LinkedIn
&lt;/h2&gt;

&lt;p&gt;These items have no resume equivalent. Use them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Headline (220 characters):&lt;/strong&gt; Do not just put your job title. Make it searchable.&lt;/p&gt;

&lt;p&gt;Weak:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Senior Software Engineer&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Senior Software Engineer | Distributed Systems &amp;amp; Cloud Infrastructure | AWS, Kubernetes, Go&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The strong version surfaces in more recruiter searches and tells viewers what you actually focus on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About section:&lt;/strong&gt; Your career story in first person. Specialties, what drives you, what you are looking for. Resumes do not have room for this. LinkedIn does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Recommendations:&lt;/strong&gt; Written endorsements from colleagues. Social proof has no resume equivalent and signals credibility to recruiters scanning your profile.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Skills endorsements:&lt;/strong&gt; Up to 50 skills. They feed LinkedIn search, so list every relevant tool, framework, and methodology you can defend in an interview. Ask colleagues to endorse the most important ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Featured section:&lt;/strong&gt; Pin your best work. GitHub repos, talks, articles, certifications, side projects. Recruiters scrolling your profile see these immediately.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Activity:&lt;/strong&gt; Posts, comments, shares. LinkedIn's algorithm ranks active profiles higher in search.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Belongs Only on Your Resume
&lt;/h2&gt;

&lt;p&gt;These belong on the resume, not LinkedIn.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quantified bullets tailored to the specific role.&lt;/strong&gt; LinkedIn descriptions can be broader and more general. Resume bullets must be laser-focused on the job you are applying for, with specific metrics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A customized professional summary.&lt;/strong&gt; Each application gets its own summary connecting your background to that specific position. LinkedIn cannot do this since one profile has to serve all viewers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Selective work history.&lt;/strong&gt; Your resume should only include relevant roles. That side gig from 2014, the unrelated internship from college, the brief contract role that does not fit the narrative. Cut them from the resume. They can stay on LinkedIn for the complete story.&lt;/p&gt;




&lt;h2&gt;
  
  
  Keeping Them Consistent
&lt;/h2&gt;

&lt;p&gt;Some things must match across both:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Job titles&lt;/li&gt;
&lt;li&gt;Company names&lt;/li&gt;
&lt;li&gt;Employment dates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Recruiters compare both documents. Discrepancies raise red flags. A title on your resume that does not match LinkedIn signals either inattention to detail or worse, fudged credentials.&lt;/p&gt;

&lt;p&gt;Some things can differ:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Level of detail (LinkedIn broader, resume specific)&lt;/li&gt;
&lt;li&gt;The exact wording of bullets (LinkedIn can be more conversational)&lt;/li&gt;
&lt;li&gt;Your headline vs your resume summary (different purposes, different audiences)&lt;/li&gt;
&lt;li&gt;How many past roles are shown (LinkedIn comprehensive, resume selective)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  LinkedIn SEO: Getting Found by Recruiters
&lt;/h2&gt;

&lt;p&gt;Recruiters search LinkedIn using keywords. Your profile ranks based on where those keywords appear and how complete your profile is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three places that carry the most search weight:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Headline&lt;/li&gt;
&lt;li&gt;Current job title&lt;/li&gt;
&lt;li&gt;Skills section&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Load these with the terms recruiters in your field actually use. If you want to be found for "Senior Backend Engineer" roles, that exact phrase needs to be in your headline or current title.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What boosts ranking:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete profile (photo, headline, About, experience, skills, education)&lt;/li&gt;
&lt;li&gt;500+ connections (LinkedIn treats this as a credibility threshold)&lt;/li&gt;
&lt;li&gt;Regular activity (posts, comments, even just reactions)&lt;/li&gt;
&lt;li&gt;Keyword density across the profile, not just one section&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What hurts ranking:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generic headline ("Software Engineer" alone)&lt;/li&gt;
&lt;li&gt;Empty About section&lt;/li&gt;
&lt;li&gt;No skills listed or fewer than 10&lt;/li&gt;
&lt;li&gt;No connections&lt;/li&gt;
&lt;li&gt;Inactive profile&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Common Mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Copying your resume word-for-word onto LinkedIn.&lt;/strong&gt; The platforms serve different purposes. Your LinkedIn should feel more conversational and comprehensive than a tightly edited resume.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conflicting information.&lt;/strong&gt; Different dates, titles, or company names between your resume and LinkedIn raise immediate concern. Always verify both before submitting an application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Neglecting LinkedIn after applying.&lt;/strong&gt; Recruiters often check your LinkedIn before or after reviewing your resume. An outdated or incomplete profile costs you opportunities you never see.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Writing your LinkedIn About in third person.&lt;/strong&gt; "John is a results-driven engineer" sounds stiff. LinkedIn is conversational. Use first person.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hiding your LinkedIn URL on your resume.&lt;/strong&gt; If you have a good LinkedIn presence, put the URL in your contact info. Recruiters check it anyway.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;On LinkedIn:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☐ Headline includes target job title plus 2-3 specializations&lt;/li&gt;
&lt;li&gt;☐ About section uses first person and includes a call to action&lt;/li&gt;
&lt;li&gt;☐ 30+ relevant skills listed&lt;/li&gt;
&lt;li&gt;☐ Featured section pinned with best work&lt;/li&gt;
&lt;li&gt;☐ Profile photo and 500+ connections&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;On your resume:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☐ Tailored to the specific role&lt;/li&gt;
&lt;li&gt;☐ Quantified bullets in every recent position&lt;/li&gt;
&lt;li&gt;☐ Selective work history (relevant roles only)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Consistent across both:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☐ Job titles match&lt;/li&gt;
&lt;li&gt;☐ Company names match&lt;/li&gt;
&lt;li&gt;☐ Dates match&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Once your LinkedIn is optimized for search and your resume is tailored for the role, check that the resume actually scores well. &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; runs a 30-second diagnostic on keyword coverage and structure against any specific job description.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>linkedin</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to Write a Resume for Remote Jobs (2026)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sat, 16 May 2026 03:28:34 +0000</pubDate>
      <link>https://dev.to/sarah_m/how-to-write-a-resume-for-remote-jobs-2026-1dbh</link>
      <guid>https://dev.to/sarah_m/how-to-write-a-resume-for-remote-jobs-2026-1dbh</guid>
      <description>&lt;p&gt;Remote roles attract 3 to 4 times more applicants than equivalent on-site positions. The competition is brutal, and a generic resume that just happens to mention you worked from home will not cut it.&lt;/p&gt;

&lt;p&gt;The thing most candidates miss: remote work is a skill, not a location preference. Employers hiring for remote roles have specific worries, and your resume needs to answer them directly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Remote Resumes Need Different Positioning
&lt;/h2&gt;

&lt;p&gt;A hiring manager filling a remote role is asking three questions that an on-site hire never raises:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can this person self-manage without someone watching over them?&lt;/li&gt;
&lt;li&gt;Will they communicate proactively, or go silent for days?&lt;/li&gt;
&lt;li&gt;Can they collaborate effectively across time zones?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your resume needs to answer all three. Not with claims like "self-motivated team player," but with evidence. Remote experience deserves real estate in your summary, your experience bullets, and your skills section. Treat it as a qualification, because that is exactly how remote employers treat it.&lt;/p&gt;

&lt;p&gt;Many remote job descriptions are loaded with specific keywords: "self-starter," "asynchronous communication," "distributed team," "proactive communicator." Your resume should naturally incorporate these concepts, both for the ATS and for the human reading it.&lt;/p&gt;




&lt;h2&gt;
  
  
  How to List Remote Work on Your Resume
&lt;/h2&gt;

&lt;p&gt;Make remote experience visible. Do not assume a recruiter will infer it.&lt;/p&gt;

&lt;p&gt;For fully remote roles, add "Remote" as the location:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Software Engineer | TechCorp | Remote (US) | 2023 - Present
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For hybrid roles, specify:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Product Manager | StartupXYZ | San Francisco, CA (Hybrid)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In your summary, state it explicitly:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Full-stack developer with 4 years of remote experience working across US and European time zones.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This one line tells the hiring manager you are not a remote-work experiment. You have done it, across time zones, and it worked.&lt;/p&gt;




&lt;h2&gt;
  
  
  Remote Skills to Highlight
&lt;/h2&gt;

&lt;p&gt;Remote work has its own toolset. List the tools, but more importantly, show you used them for distributed coordination.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communication:&lt;/strong&gt; Slack, Microsoft Teams, Zoom, Loom (async video), Notion, Confluence&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project management:&lt;/strong&gt; Jira, Asana, Linear, Trello&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Collaboration:&lt;/strong&gt; Miro, Figma, Google Workspace, GitHub, GitLab&lt;/p&gt;

&lt;p&gt;The key is context. "Proficient in Slack" is meaningless because everyone lists it. Instead, show the tool doing real work:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Documented engineering decisions in Notion wikis and async Loom walkthroughs, keeping a 14-person team across 4 time zones aligned without requiring synchronous meetings.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That bullet demonstrates asynchronous communication, a skill remote employers specifically screen for, and it does it with a concrete example instead of a buzzword.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demonstrate Self-Management
&lt;/h2&gt;

&lt;p&gt;Remote employers need to trust that you can manage your own time and deliver without oversight. The way to build that trust on a resume is through outcomes, not adjectives.&lt;/p&gt;

&lt;p&gt;Weak:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Self-motivated worker who thrives in remote environments.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Maintained a 97% sprint completion rate while working remotely across EST and PST time zones over 6 quarters.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The second version proves self-management with a number. The first just asserts it.&lt;/p&gt;

&lt;p&gt;Look for places in your experience where you proactively identified and solved a problem, owned a project end to end, or set up a process that improved team coordination. These are the moments that signal you can operate independently.&lt;/p&gt;




&lt;h2&gt;
  
  
  Address Time Zones Directly
&lt;/h2&gt;

&lt;p&gt;Remote roles often have time zone requirements. Make your availability explicit so the recruiter does not have to guess.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Based in Denver, CO (MST). Available for core-hours overlap with EST and PST teams.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For international remote roles, mention language skills, experience working with international teams, and comfort with significant time zone differences. If you are open to occasional travel for team retreats or in-person meetings, say so. Many remote companies do annual offsites and want to know you are available for them.&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Remote Resume Mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Not mentioning remote experience at all.&lt;/strong&gt; If you have worked remotely, make it visible in the location field and the summary. Hidden remote experience is wasted experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Listing remote tools without context.&lt;/strong&gt; "Experienced with Zoom and Slack" tells a hiring manager nothing. Show the tools coordinating real work across a real distributed team.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Focusing only on solo work.&lt;/strong&gt; Remote hiring managers worry about isolation and lone-wolf behavior. Make sure your bullets show collaboration, mentoring, and active participation in team activities, not just heads-down individual output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ignoring communication entirely.&lt;/strong&gt; Remote work lives or dies on communication. If none of your bullets demonstrate proactive, clear communication, you are missing the single most important remote signal.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;☐ "Remote" or "Hybrid" listed in the location of relevant roles&lt;/li&gt;
&lt;li&gt;☐ Remote experience mentioned explicitly in the summary&lt;/li&gt;
&lt;li&gt;☐ Remote tools shown in context, coordinating real work&lt;/li&gt;
&lt;li&gt;☐ At least one bullet demonstrating asynchronous communication&lt;/li&gt;
&lt;li&gt;☐ Self-management proven with an outcome metric, not an adjective&lt;/li&gt;
&lt;li&gt;☐ Time zone availability stated clearly&lt;/li&gt;
&lt;li&gt;☐ Collaboration and team participation visible, not just solo work&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Before applying to your next remote role, run your resume through &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to confirm your keyword coverage matches what remote job descriptions are actually screening for.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>remote</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Data Science Resume Guide - How to Stand Out in 2026</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sat, 16 May 2026 03:26:12 +0000</pubDate>
      <link>https://dev.to/sarah_m/data-science-resume-guide-how-to-stand-out-in-2026-3gab</link>
      <guid>https://dev.to/sarah_m/data-science-resume-guide-how-to-stand-out-in-2026-3gab</guid>
      <description>&lt;p&gt;Data science resumes have a specific problem. The field is so technically deep that candidates default to listing technologies, and the resume ends up reading like a tools inventory instead of a record of solved problems.&lt;/p&gt;

&lt;p&gt;Technical skills matter, but they are table stakes. Every data science applicant has Python and scikit-learn on their resume. What separates a strong candidate is demonstrating that you can use those skills to solve real business problems and communicate the results.&lt;/p&gt;

&lt;p&gt;Here's how to write a data science resume that actually does that.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Data Science Hiring Managers Actually Want
&lt;/h2&gt;

&lt;p&gt;Hiring managers are looking for four things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;End-to-end project ownership.&lt;/strong&gt; Can you go from problem definition to data collection, analysis, modeling, deployment, and impact measurement?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ability to work with messy real-world data.&lt;/strong&gt; Kaggle datasets are clean. Production data is not. Show you can handle the difference.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Business impact.&lt;/strong&gt; A model with 95% accuracy that nobody uses is worth nothing. A model with 82% accuracy that saves $2M is worth a lot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clear communication.&lt;/strong&gt; Data scientists who can translate technical findings into business recommendations are in high demand. Your bullets should prove you can do this.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your resume should prove you can take a problem from definition all the way through to measured business impact. Every bullet that does this is doing its job. Every bullet that just names a technology is not.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Technical Skills Section
&lt;/h2&gt;

&lt;p&gt;Group your skills into clear categories. A flat list of 30 tools tells a hiring manager nothing about where your depth actually is.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Languages:     Python, R, SQL, Scala
ML/AI:         scikit-learn, TensorFlow, PyTorch, XGBoost, Hugging Face, NLP
Data Eng:      Spark, Airflow, dbt, Kafka, Snowflake, BigQuery
Cloud:         AWS (S3, SageMaker, Redshift), GCP (Vertex AI, BigQuery)
Visualization: Tableau, Power BI, Matplotlib, Plotly, Streamlit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Two rules for this section:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;List specific libraries, not just languages.&lt;/strong&gt; "Python" alone tells a hiring manager almost nothing. "Python (Pandas, NumPy, scikit-learn, FastAPI)" shows exactly what you can do with it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Include cloud and data infrastructure.&lt;/strong&gt; Modern data science is not just notebooks. AWS SageMaker, GCP Vertex AI, Snowflake, Airflow. These keywords appear in most data science JDs and signal that you can work in production environments, not just local Jupyter.&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Describe Data Science Projects
&lt;/h2&gt;

&lt;p&gt;For every project or role, your bullets should answer four questions: What was the business problem? What data did you use? What methods did you apply? What was the measurable outcome?&lt;/p&gt;

&lt;p&gt;Weak:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Built a machine learning model to predict customer churn.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Developed a gradient-boosted churn prediction model using 2 years of behavioral data (500K+ records). Achieved 89% AUC, enabling the retention team to proactively reach at-risk customers and reduce monthly churn by 15% ($2.1M annual savings).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The strong version shows data scale (500K records, 2 years), methodology (gradient boosting), model performance (89% AUC), and business impact (15% churn reduction, $2.1M). All four matter. A bullet that has the methodology but no business impact is half a bullet.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quantifying Data Science Impact
&lt;/h2&gt;

&lt;p&gt;Data science is one of the most quantifiable fields on a resume. Use three categories of metrics:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Model performance.&lt;/strong&gt; AUC, F1 score, RMSE, accuracy, precision, recall. Include the metric that actually matters for the specific problem. For a fraud detection model, precision and recall matter more than raw accuracy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business metrics.&lt;/strong&gt; Revenue impact, cost savings, efficiency gains, time saved. Connect your model's performance to a dollar figure or a percentage. This is the number a hiring manager remembers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scale and scope.&lt;/strong&gt; Data volume in rows and features, processing time improvements, number of stakeholders served, deployment frequency. These establish the complexity of what you worked on.&lt;/p&gt;

&lt;p&gt;A bullet that combines model performance with business impact is the strongest format. "Achieved 0.91 AUC" is good. "Achieved 0.91 AUC on a fraud model that reduced false declines by 30%, recovering $800K in annual revenue" is much better.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Projects Section
&lt;/h2&gt;

&lt;p&gt;Personal projects, Kaggle competitions, and open-source contributions matter, especially if you have less professional experience.&lt;/p&gt;

&lt;p&gt;For each project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Name it clearly&lt;/li&gt;
&lt;li&gt;Describe the problem&lt;/li&gt;
&lt;li&gt;List the tech stack&lt;/li&gt;
&lt;li&gt;State the result&lt;/li&gt;
&lt;li&gt;Link the GitHub repo or deployed demo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quality over quantity. Two well-documented projects with clean code, thorough analysis, and clear write-ups beat ten half-finished notebooks. A hiring manager will click one GitHub link. Make sure the one they click is polished.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Real-Time Sentiment Analysis Pipeline&lt;/strong&gt;&lt;br&gt;
Built an end-to-end pipeline ingesting 50K tweets/day, classifying sentiment with a fine-tuned DistilBERT model (91% accuracy). Deployed via FastAPI on AWS Lambda with a Streamlit dashboard. github.com/username/sentiment-pipeline&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Common Data Science Resume Mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Listing every tool you have ever touched.&lt;/strong&gt; If you used a library once in a tutorial, leave it off. Focus on tools you can discuss confidently in an interview. An interviewer who asks about a listed skill you barely know does more damage than a slightly shorter skills section.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Describing projects without business context.&lt;/strong&gt; "Trained a neural network on image data" means nothing. Why did you train it? What problem did it solve? What changed because of it? Context is what turns a technical activity into evidence of impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ignoring communication.&lt;/strong&gt; Data scientists who can write clear summaries, present to stakeholders, and translate technical findings into business language are in high demand. If all your bullets are purely technical, you are not showing this. Include at least one or two bullets that demonstrate stakeholder communication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Leading with the model instead of the problem.&lt;/strong&gt; "Built an XGBoost model" leads with the tool. "Reduced customer churn 15% with a behavioral prediction model" leads with the outcome. Lead with the outcome.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;☐ Skills grouped into categories (Languages, ML/AI, Data Eng, Cloud, Visualization)&lt;/li&gt;
&lt;li&gt;☐ Specific libraries listed, not just languages&lt;/li&gt;
&lt;li&gt;☐ Every project bullet answers: problem, data, method, outcome&lt;/li&gt;
&lt;li&gt;☐ Model performance metrics included (AUC, F1, RMSE, etc.)&lt;/li&gt;
&lt;li&gt;☐ Business impact connected to a dollar figure or percentage&lt;/li&gt;
&lt;li&gt;☐ Data scale specified (rows, features, volume)&lt;/li&gt;
&lt;li&gt;☐ Projects section links to clean, documented GitHub repos&lt;/li&gt;
&lt;li&gt;☐ At least one bullet showing stakeholder communication&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Before submitting, run your data science resume through &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to spot keyword gaps and formatting issues against the specific job description.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>career</category>
      <category>resume</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>45+ Resume Statistics for 2026 (Data-Backed)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sat, 09 May 2026 02:18:10 +0000</pubDate>
      <link>https://dev.to/sarah_m/45-resume-statistics-for-2026-data-backed-hg4</link>
      <guid>https://dev.to/sarah_m/45-resume-statistics-for-2026-data-backed-hg4</guid>
      <description>&lt;p&gt;The job market in 2026 is more competitive and more automated than ever. Whether you're a new graduate or a senior engineer, understanding how resumes are screened, scored, and filtered helps you make smarter decisions about your application strategy.&lt;/p&gt;

&lt;p&gt;Below are 45+ statistics from industry reports, hiring surveys, and original data from the WriteCV platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  ATS Screening &amp;amp; Rejection Rates
&lt;/h2&gt;

&lt;p&gt;Applicant Tracking Systems are the first filter between you and a recruiter. These statistics show how many resumes never make it past automated screening.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;75% of resumes are rejected by ATS&lt;/strong&gt; before a human recruiter ever sees them. This includes resumes filtered out for formatting issues, missing keywords, or failing minimum qualification checks. (Jobscan, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;99% of Fortune 500 companies use an ATS&lt;/strong&gt; to manage hiring. Workday, Greenhouse, Lever, iCIMS, and Taleo are the most widely deployed. (Jobscan, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Over 97% of large employers (500+ employees)&lt;/strong&gt; use ATS software to screen candidates. (SHRM, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ATS adoption among mid-size companies (50-499 employees)&lt;/strong&gt; rose to 80% by 2025, up from 66% in 2020. (Capterra, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Formatting errors account for up to 25% of ATS rejections.&lt;/strong&gt; Tables, text boxes, multi-column layouts, headers/footers, and non-standard fonts are the most common causes. (TopResume, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;43% of applicants submit resumes that don't match the job description&lt;/strong&gt; closely enough to pass ATS keyword filters. (CareerBuilder, 2023)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Recruiter Screening Behavior
&lt;/h2&gt;

&lt;p&gt;Even after your resume passes ATS screening, it faces a notoriously brief human review.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Recruiters spend an average of 6-7 seconds&lt;/strong&gt; on an initial resume scan. (Ladders, 2018; confirmed by subsequent studies)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Recruiters review 40-60 resumes per open role&lt;/strong&gt; after ATS filtering. For popular positions, this can exceed 100. (Glassdoor, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;80% of resumes are eliminated in the first screen.&lt;/strong&gt; Recruiters create a shortlist of 4-6 candidates from a stack of 40-60 post-ATS resumes. (LinkedIn Talent Solutions, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The top third of a resume receives 80% of recruiter attention.&lt;/strong&gt; Your name, current title, current company, and the first 2-3 bullet points under your most recent role are what get read first. (Ladders eye-tracking, 2018)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resumes with quantified achievements are 40% more likely to make the shortlist&lt;/strong&gt; compared to resumes with only qualitative descriptions. (TalentWorks, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A single typo reduces your chances of an interview by 50%.&lt;/strong&gt; Two or more typos nearly guarantee rejection. (CareerBuilder, 2023)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Resume Content &amp;amp; Formatting
&lt;/h2&gt;

&lt;p&gt;What you put on your resume, and how you format it, has a measurable impact on your success rate.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One-page resumes are preferred for candidates with under 10 years of experience.&lt;/strong&gt; 77% of hiring managers prefer a single page for early to mid-career applicants. (ResumeGo, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resumes with a professional summary are 36% more likely to result in an interview&lt;/strong&gt; compared to those with an objective statement. Objective statements are considered outdated by 94% of recruiters. (TopResume, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bullet points outperform paragraphs by 3x&lt;/strong&gt; in recruiter comprehension tests. (Ladders, 2018)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3-5 bullet points per role is the optimal range.&lt;/strong&gt; Fewer than 3 looks thin. More than 5 causes important content to be overlooked. (Indeed, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;88% of resumes are rejected for including a photo.&lt;/strong&gt; In the U.S., photos introduce bias concerns and are filtered by many ATS systems. (SHRM, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The reverse-chronological format is preferred by 91% of recruiters&lt;/strong&gt; and has the highest ATS compatibility. Functional resumes are parsed incorrectly by most ATS systems. (ResumeGo, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF is the preferred format for 65% of employers,&lt;/strong&gt; though 35% still request .docx specifically. (Indeed, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Standard fonts (Arial, Calibri, Garamond) are 20% less likely&lt;/strong&gt; to cause ATS parsing errors than decorative or custom fonts. (Jobscan, 2024)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Keywords &amp;amp; Tailoring
&lt;/h2&gt;

&lt;p&gt;Keywords remain the backbone of ATS scoring.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tailored resumes receive 3x more callbacks&lt;/strong&gt; than generic resumes sent to multiple postings. (TalentWorks, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;61% of recruiters automatically dismiss resumes that aren't tailored&lt;/strong&gt; to the specific role. (CareerBuilder, 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The ideal keyword match rate is 60-80%.&lt;/strong&gt; Resumes matching fewer than 50% of job description keywords rarely pass ATS screening. (Jobscan, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hard skills carry 2-3x more weight than soft skills&lt;/strong&gt; in ATS keyword matching. "Python," "SQL," and "Kubernetes" are scored. "Team player" and "detail-oriented" are largely ignored. (Jobscan, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Job titles in your experience section should match the target role.&lt;/strong&gt; Resumes where the applicant's recent title closely matches the posted title are 2.5x more likely to be shortlisted. (LinkedIn, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skills sections that list 8-12 relevant technical skills score highest&lt;/strong&gt; in ATS keyword coverage. Fewer than 5 misses too many keywords. More than 20 dilutes relevance. (WriteCV data)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Resume Scoring Benchmarks (Original WriteCV Data)
&lt;/h2&gt;

&lt;p&gt;The following statistics come from aggregated, anonymized data across resumes scored on the WriteCV platform.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The average first-attempt resume score is 62 out of 100.&lt;/strong&gt; Most resumes fall in the "Needs Work" category (under 80) on their first scan. Common issues: vague bullets, missing quantified results, weak keyword coverage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;After applying AI-powered suggestions, the average score rises to 87.&lt;/strong&gt; That's a 25-point improvement from a single optimization pass.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyword coverage is the weakest scoring category.&lt;/strong&gt; On first attempt, the average keyword score is significantly lower than content or impact scores.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The most common resume weakness is vague bullet points.&lt;/strong&gt; Phrases like "responsible for," "worked on," and "helped with" appear in the majority of resumes and consistently score low on impact analysis.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resumes that quantify metrics in at least 50% of bullet points score an average of 15 points higher&lt;/strong&gt; than resumes without metrics.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resumes with a dedicated skills section score 10-12 points higher&lt;/strong&gt; on keyword coverage than resumes that only mention skills within bullet points.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Senior-level resumes (10+ years) score 8-12 points higher&lt;/strong&gt; on first attempt than entry-level resumes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tech resumes score 5-7 points higher on keywords&lt;/strong&gt; than non-tech resumes on average. Technical roles have more standardized, searchable skill terminology.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The most effective single improvement is adding quantified outcomes to existing bullets.&lt;/strong&gt; Changing "Managed a team" to "Managed a team of 8 engineers, delivering 3 product launches in 6 months" typically adds 3-5 points to the overall score.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Job Market &amp;amp; Application Volume
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The average corporate job posting receives 250+ applications.&lt;/strong&gt; For popular remote roles, this can exceed 1,000. (Glassdoor, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The average job seeker applies to 100-200 jobs before receiving an offer.&lt;/strong&gt; For competitive industries (tech, finance, consulting), this number is higher. (Indeed, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Only 2-3% of applicants are invited for an interview.&lt;/strong&gt; For a posting with 250 applications, 5-8 people get a call. (Glassdoor, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The average time to hire in 2026 is 44 days,&lt;/strong&gt; up from 36 days in 2020. (SHRM, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Employee referrals account for 30-40% of all hires&lt;/strong&gt; but only 7% of applications. A referral makes you 4-5x more likely to be hired than a cold application. (Jobvite, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LinkedIn is the #1 source for external hires,&lt;/strong&gt; followed by Indeed and company career pages. 72% of recruiters use LinkedIn as their primary sourcing tool. (LinkedIn, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remote job postings receive 3.5x more applications&lt;/strong&gt; than equivalent on-site roles. (LinkedIn, 2024)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The gap between resume submission and first recruiter contact averages 5-14 business days.&lt;/strong&gt; If you haven't heard back in 3 weeks, your resume was likely filtered out. (Indeed, 2024)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  AI &amp;amp; Resume Building in 2026
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;An estimated 50% of job seekers now use AI tools&lt;/strong&gt; to help write or optimize their resumes. Up from approximately 25% in 2024. (Resume Genius, 2025)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Recruiters can identify fully AI-generated resumes 68% of the time.&lt;/strong&gt; Telltale signs: generic language, lack of specific details, uniform sentence structures. AI-assisted resumes (where AI improves existing content) are much harder to detect. (SHRM, 2025)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-optimized resumes score 20-30% higher&lt;/strong&gt; on ATS keyword matching compared to manually written resumes targeting the same job description. (WriteCV data)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The most effective use of AI in resume building is bullet point optimization&lt;/strong&gt; - rewriting vague descriptions with quantified, action-driven language while preserving the applicant's authentic voice and real experience. (WriteCV data)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;p&gt;The data is clear on what works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Format matters as much as content.&lt;/strong&gt; 75% of resumes are rejected by ATS before a human sees them. Formatting errors cause a significant portion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailor every application.&lt;/strong&gt; Generic resumes get 3x fewer callbacks. Match keywords from the job description, especially hard skills.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantify your achievements.&lt;/strong&gt; Resumes with metrics score significantly higher and are 40% more likely to be shortlisted.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your first few bullets matter most.&lt;/strong&gt; Recruiters spend 6-7 seconds and focus on the top third of your resume. Front-load your strongest content.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get scored before you apply.&lt;/strong&gt; The average resume scores 62 on first attempt, well below competitive. A single optimization pass can move you from "Needs Work" to "Excellent."&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Curious where your resume falls on the score curve? Run a free ATS check on your own resume in 30 seconds with &lt;a href="https://writecv.ai/resume-score" rel="noopener noreferrer"&gt;WriteCV&lt;/a&gt;. It gives an honest score with per-bullet feedback - not the inflated 90+ scores most tools give everyone.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Resume Keywords for Software Engineers - The Complete 2026 Guide</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sat, 09 May 2026 01:55:29 +0000</pubDate>
      <link>https://dev.to/sarah_m/resume-keywords-for-software-engineers-the-complete-2026-guide-pco</link>
      <guid>https://dev.to/sarah_m/resume-keywords-for-software-engineers-the-complete-2026-guide-pco</guid>
      <description>&lt;p&gt;When a recruiter posts a software engineering role, they define required skills in the job description. The ATS extracts these as keywords and scores incoming resumes by match rate.&lt;/p&gt;

&lt;p&gt;A resume with 70% keyword coverage ranks dramatically higher than one with 40%, even if both candidates have similar experience.&lt;/p&gt;

&lt;p&gt;The catch: ATS keyword matching is often literal. Writing "JS" when the job says "JavaScript" can cost you a match. Writing "built REST APIs" when the description says "API development" might not register. You need to mirror the exact terminology.&lt;/p&gt;




&lt;h2&gt;
  
  
  Core Keywords Every Software Engineer Needs
&lt;/h2&gt;

&lt;p&gt;Regardless of your specialization, these keywords appear across virtually all software engineering job descriptions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages:&lt;/strong&gt; Python, JavaScript, TypeScript, Java, C#, Go, Rust, C++, SQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Version control:&lt;/strong&gt; Git, GitHub, GitLab, Bitbucket&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Methodologies:&lt;/strong&gt; Agile, Scrum, CI/CD, Test-Driven Development (TDD), code review&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;General skills:&lt;/strong&gt; debugging, performance optimization, system design, technical documentation, unit testing, integration testing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Soft skills (yes, they matter):&lt;/strong&gt; cross-functional collaboration, mentoring, technical leadership&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Always spell out acronyms at least once: "Continuous Integration/Continuous Deployment (CI/CD)" catches both the full phrase and the abbreviation.&lt;/p&gt;




&lt;h2&gt;
  
  
  Frontend Engineer Keywords
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks:&lt;/strong&gt; React, Next.js, Vue.js, Angular, Svelte&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; CSS, Tailwind CSS, Sass, CSS-in-JS, responsive design&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tooling:&lt;/strong&gt; Webpack, Vite, ESLint, Storybook&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Concepts:&lt;/strong&gt; component architecture, state management, server-side rendering (SSR), static site generation (SSG), Web Vitals, accessibility (WCAG), progressive web apps (PWA)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testing:&lt;/strong&gt; Jest, React Testing Library, Cypress, Playwright&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Backend Engineer Keywords
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks:&lt;/strong&gt; Node.js, Express, Django, Flask, Spring Boot, .NET, FastAPI, Ruby on Rails&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Databases:&lt;/strong&gt; PostgreSQL, MySQL, MongoDB, Redis, DynamoDB, Elasticsearch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure:&lt;/strong&gt; AWS, Azure, GCP, Docker, Kubernetes, Terraform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Concepts:&lt;/strong&gt; REST APIs, GraphQL, microservices, event-driven architecture, message queues (Kafka, RabbitMQ, SQS), caching, database optimization, authentication (OAuth, JWT)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Observability:&lt;/strong&gt; logging, monitoring, alerting, Datadog, New Relic, Grafana&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Full-Stack Engineer Keywords
&lt;/h2&gt;

&lt;p&gt;Full-stack roles expect a blend. Hit both frontend and backend lists, plus:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;End-to-end feature development&lt;/li&gt;
&lt;li&gt;API design and integration&lt;/li&gt;
&lt;li&gt;Database schema design&lt;/li&gt;
&lt;li&gt;Deployment pipelines&lt;/li&gt;
&lt;li&gt;Cross-browser compatibility&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  DevOps / Platform Engineer Keywords
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core:&lt;/strong&gt; Docker, Kubernetes, Terraform, Ansible, Helm, Jenkins, GitHub Actions, ArgoCD&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud:&lt;/strong&gt; AWS (EC2, ECS, Lambda, S3, IAM, CloudFormation), Azure, GCP&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Concepts:&lt;/strong&gt; infrastructure as code (IaC), container orchestration, service mesh, zero-downtime deployments, autoscaling, cost optimization, incident response&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monitoring:&lt;/strong&gt; Prometheus, Grafana, PagerDuty, CloudWatch&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Keywords by Seniority Level
&lt;/h2&gt;

&lt;p&gt;ATS systems don't just match skills. Recruiters filter by seniority signals too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Junior / Entry-Level&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Internship, coursework, personal projects, open-source contributions&lt;/li&gt;
&lt;li&gt;Eager learner, fast ramp-up, pair programming&lt;/li&gt;
&lt;li&gt;Focus on specific technologies you've used hands-on&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Mid-Level (3-6 years)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Owned, led, designed, architected&lt;/li&gt;
&lt;li&gt;Cross-team collaboration, project ownership&lt;/li&gt;
&lt;li&gt;Code review, mentoring junior engineers&lt;/li&gt;
&lt;li&gt;Production systems, on-call, incident resolution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Senior / Staff (6+ years)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technical leadership, architecture decisions, system design&lt;/li&gt;
&lt;li&gt;Drove adoption, reduced tech debt, defined standards&lt;/li&gt;
&lt;li&gt;Stakeholder alignment, roadmap influence&lt;/li&gt;
&lt;li&gt;Scale (millions of users, high-throughput systems, distributed systems)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How to Use Keywords Without Stuffing
&lt;/h2&gt;

&lt;p&gt;Listing every buzzword in your skills section is obvious and counterproductive. Instead:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weave keywords into bullet points.&lt;/strong&gt; "Built a React dashboard with TypeScript, reducing customer support tickets by 35%" hits three keywords naturally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use the skills section for breadth.&lt;/strong&gt; List tools and technologies you've actually used. Group them logically: Languages, Frameworks, Infrastructure, Tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Match the job description exactly.&lt;/strong&gt; If it says "Amazon Web Services," write "Amazon Web Services (AWS)." Not just "AWS."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quantify wherever possible.&lt;/strong&gt; "Optimized PostgreSQL queries, reducing p95 latency from 800ms to 120ms" is far stronger than "Database optimization."&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Mistakes That Kill Keyword Scores
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Using only acronyms: "K8s" instead of "Kubernetes," "RoR" instead of "Ruby on Rails"&lt;/li&gt;
&lt;li&gt;Outdated terms: "AJAX" instead of "asynchronous JavaScript," "LAMP stack" for modern roles&lt;/li&gt;
&lt;li&gt;Vague descriptions: "Various programming languages" instead of listing specific ones&lt;/li&gt;
&lt;li&gt;Missing the obvious: Not including "software engineer" or "software developer" anywhere on your resume when that's the job title&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Quick Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;☐ Read the job description and highlight every skill, tool, and technology mentioned&lt;/li&gt;
&lt;li&gt;☐ Check that each highlighted term appears on your resume (if you actually have the skill)&lt;/li&gt;
&lt;li&gt;☐ Use both the full term and abbreviation: "Amazon Web Services (AWS)"&lt;/li&gt;
&lt;li&gt;☐ Include keywords in context (bullet points), not just in a skills list&lt;/li&gt;
&lt;li&gt;☐ Run your resume through an ATS checker to see your keyword match score&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;When your resume is ready, test it against &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; for an instant readout on keywords and structure against any specific job description.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to Write a Cover Letter: The Complete 2026 Guide</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Mon, 13 Apr 2026 08:14:48 +0000</pubDate>
      <link>https://dev.to/sarah_m/how-to-write-a-cover-letter-the-complete-2026-guide-1c20</link>
      <guid>https://dev.to/sarah_m/how-to-write-a-cover-letter-the-complete-2026-guide-1c20</guid>
      <description>&lt;p&gt;Not every application requires a cover letter. Knowing when to invest the time and when to skip it will save you hours of unnecessary work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Always write one when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The job posting explicitly asks for one&lt;/li&gt;
&lt;li&gt;The application has a dedicated upload field&lt;/li&gt;
&lt;li&gt;You are applying to a competitive or senior-level role&lt;/li&gt;
&lt;li&gt;You are making a career change and need to explain your motivation&lt;/li&gt;
&lt;li&gt;You have a personal connection at the company&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;You can skip it when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The application has no way to attach one&lt;/li&gt;
&lt;li&gt;The posting says "no cover letter required"&lt;/li&gt;
&lt;li&gt;You are applying through LinkedIn Easy Apply or similar quick-apply systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When in doubt, include one. A well-written cover letter rarely hurts. A generic, copy-pasted one actively works against you.&lt;/p&gt;




&lt;h2&gt;
  
  
  Cover Letter Format and Structure
&lt;/h2&gt;

&lt;p&gt;One page, 250-400 words, four sections.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Header
&lt;/h3&gt;

&lt;p&gt;Your name, phone, email, and date. If submitting a formal letter (not pasting into a text box), add the hiring manager's name, title, and company address.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Greeting
&lt;/h3&gt;

&lt;p&gt;Address the hiring manager by name whenever possible. Check the job posting, the company's team page, or LinkedIn.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Good: "Dear Sarah Chen," or "Dear Hiring Team,"&lt;/li&gt;
&lt;li&gt;Avoid: "To Whom It May Concern" or "Dear Sir/Madam"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you can't find a name, "Dear Hiring Manager" works fine.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Opening Paragraph
&lt;/h3&gt;

&lt;p&gt;Your first sentence needs to state the role and give the reader a reason to keep reading.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Weak&lt;/th&gt;
&lt;th&gt;Strong&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;"I am writing to apply for the Marketing Manager position at Acme Corp. I believe I would be a great fit."&lt;/td&gt;
&lt;td&gt;"When I saw Acme Corp's Marketing Manager opening, it lined up exactly with what I have spent the last five years building: demand generation programs that turn content into pipeline. At my current company, I led campaigns that generated $3.8M in qualified opportunities last year."&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The strong version immediately tells the reader who you are, what you do, and provides a concrete result. It earns the next paragraph.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Body Paragraphs (1-2 paragraphs)
&lt;/h3&gt;

&lt;p&gt;Pick 2-3 specific accomplishments that directly relate to the job requirements and expand on them with context your resume can't capture.&lt;/p&gt;

&lt;p&gt;Cover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why this specific company interests you (genuine reasons, not flattery)&lt;/li&gt;
&lt;li&gt;A project or result that demonstrates you can do this job&lt;/li&gt;
&lt;li&gt;How your skills solve a problem the company is facing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two well-developed points beat five surface-level ones.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Closing Paragraph
&lt;/h3&gt;

&lt;p&gt;End with a confident closing that restates your interest and includes a clear next step.&lt;/p&gt;

&lt;p&gt;"I would welcome the chance to discuss how my experience scaling B2B content programs could support Acme's growth goals. I am available for a conversation at your convenience and look forward to hearing from you."&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Customize for Each Application
&lt;/h2&gt;

&lt;p&gt;Hiring managers can spot a generic letter immediately. Here's a practical process that keeps customization under 20 minutes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Read the JD carefully&lt;/strong&gt; - highlight the top 3-4 requirements you need to address directly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Research the company&lt;/strong&gt; - spend 10 minutes finding one specific thing you can reference that shows genuine interest&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Match your accomplishments to their needs&lt;/strong&gt; - for each key requirement, identify a relevant result from your experience&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Use the same language the JD uses&lt;/strong&gt; - mirror their terminology&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Update your opening and closing&lt;/strong&gt; - reference the specific role and something specific about the team or product&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This takes 15-20 minutes per application. That's a worthwhile investment when it doubles your response rate compared to a generic letter.&lt;/p&gt;




&lt;h2&gt;
  
  
  What to Include When You Have No Experience
&lt;/h2&gt;

&lt;p&gt;Shift focus from what you've done professionally to what you bring to the table. Draw from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Academic projects&lt;/strong&gt; - a capstone, research paper, or group project requiring relevant skills&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Internships and part-time work&lt;/strong&gt; - even unrelated jobs demonstrate reliability and work ethic&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Volunteer work&lt;/strong&gt; - leading a campus club, organizing events, community service&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal projects&lt;/strong&gt; - a portfolio, freelance work, an app you built&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Transferable skills&lt;/strong&gt; - problem-solving, teamwork, communication apply to nearly every role&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hiring managers filling entry-level roles know candidates won't have extensive experience. They're looking for potential, initiative, and fit.&lt;/p&gt;




&lt;h2&gt;
  
  
  Cover Letter vs. Resume: What Goes Where
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Resume handles&lt;/th&gt;
&lt;th&gt;Cover letter handles&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chronological work history&lt;/td&gt;
&lt;td&gt;Why you want this specific role at this company&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Quantified bullet points&lt;/td&gt;
&lt;td&gt;Context and narrative behind key accomplishments&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Skills lists and certifications&lt;/td&gt;
&lt;td&gt;How your experience connects to the company's needs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Education details&lt;/td&gt;
&lt;td&gt;Career changes, employment gaps, or relocations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Personality and communication style&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If you can copy a sentence from your cover letter and paste it into your resume without it feeling out of place, the cover letter isn't doing its job.&lt;/p&gt;




&lt;h2&gt;
  
  
  3 Full Cover Letter Examples
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Example 1: Entry-Level (Recent Graduate)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Applying for: Junior Data Analyst at a mid-size tech company&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Dear Ms. Rivera,&lt;/p&gt;

&lt;p&gt;Your Junior Data Analyst posting caught my attention because it combines two things I focused on throughout my degree at the University of Michigan: statistical analysis and turning data into actionable business recommendations.&lt;/p&gt;

&lt;p&gt;During my senior capstone project, I analyzed 18 months of customer churn data for a local SaaS startup and built a predictive model that identified at-risk accounts with 82% accuracy. The company used our recommendations to redesign their onboarding flow, and early results showed a 15% reduction in 90-day churn. That experience taught me how to work with messy real-world data, communicate findings to non-technical stakeholders, and deliver insights under tight deadlines.&lt;/p&gt;

&lt;p&gt;I am proficient in Python, SQL, and Tableau, and completed a Google Data Analytics Professional Certificate to supplement my coursework. What excites me about this role is the opportunity to apply these skills to problems at scale while learning from your analytics team.&lt;/p&gt;

&lt;p&gt;I would love to discuss how my analytical background and hands-on project experience could contribute to your team.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Alex Nakamura&lt;/p&gt;




&lt;h3&gt;
  
  
  Example 2: Mid-Career Professional
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Applying for: Senior Product Manager at a fintech company&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Dear Jordan,&lt;/p&gt;

&lt;p&gt;I have spent the last six years building consumer fintech products, and your Senior PM role aligns closely with the work I find most rewarding: simplifying complex financial workflows for everyday users.&lt;/p&gt;

&lt;p&gt;At my current company, I led the redesign of our mobile payments experience, which serves 2.3M monthly active users. By running 40+ user research sessions and iterating through three rounds of A/B tests, we increased payment completion rates by 28% and reduced support tickets related to failed transactions by 41%. I managed a cross-functional team of 8 engineers, 2 designers, and a data analyst to ship the project two weeks ahead of schedule.&lt;/p&gt;

&lt;p&gt;What draws me to your company specifically is your approach to transparent pricing. I have seen firsthand how hidden fees erode user trust, and I would be excited to contribute to a product team that is building the alternative.&lt;/p&gt;

&lt;p&gt;I would welcome the opportunity to discuss how my product management experience in fintech could support your next phase of growth.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Priya Desai&lt;/p&gt;




&lt;h3&gt;
  
  
  Example 3: Career Changer
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Applying for: UX Designer, transitioning from teaching&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Dear Hiring Manager,&lt;/p&gt;

&lt;p&gt;After eight years as a high school science teacher, I am transitioning into UX design, and I believe the skills that made me an effective educator translate directly to designing user-centered products.&lt;/p&gt;

&lt;p&gt;I redesigned my AP Biology curriculum using backward design principles, starting with learning outcomes and working backward to build each lesson. Student pass rates on the AP exam improved from 62% to 84% over three years. That process mirrors UX design: define the outcome, understand the user, prototype, test, and iterate.&lt;/p&gt;

&lt;p&gt;Over the past year, I completed a UX certification through the Google program, built a portfolio of four case studies, and freelanced on two small projects where I conducted user research and designed interfaces in Figma. My teaching background gives me a unique advantage in stakeholder communication and user empathy.&lt;/p&gt;

&lt;p&gt;I would love to discuss how my combination of design skills and user-focused thinking could contribute to your team.&lt;/p&gt;

&lt;p&gt;Sincerely,&lt;br&gt;
Marcus Lee&lt;/p&gt;




&lt;h2&gt;
  
  
  Common Cover Letter Mistakes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Generic openings&lt;/strong&gt; - "I am writing to express my interest" tells the reader nothing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Repeating your resume&lt;/strong&gt; - use the cover letter for context and narrative, not bullet-point summaries&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Too long&lt;/strong&gt; - anything beyond one page signals poor judgment. Edit ruthlessly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Focusing on what you want&lt;/strong&gt; - flip it: explain what you bring to the company&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Wrong company name&lt;/strong&gt; - sending a letter addressed to the wrong company is an instant rejection. Triple-check before submitting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Apologizing for gaps&lt;/strong&gt; - "Although I do not have experience in..." draws attention to weaknesses. Focus on what you bring.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ATS Considerations
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Submit as PDF or DOCX - both parse reliably&lt;/li&gt;
&lt;li&gt;Use simple formatting - no text boxes, columns, headers, or images&lt;/li&gt;
&lt;li&gt;Include relevant keywords naturally - if the JD mentions "Agile" or "stakeholder management," weave them in where they fit organically&lt;/li&gt;
&lt;li&gt;Name your file clearly - "FirstName-LastName-Cover-Letter.pdf"&lt;/li&gt;
&lt;li&gt;Paste into text fields when provided - some ATS systems prioritize text field content over attachments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The bottom line: optimize your resume for ATS scoring. Write your cover letter for the human who reads it after you pass through.&lt;/p&gt;




&lt;p&gt;Before you submit, make sure your resume is as strong as your cover letter. &lt;a href="https://writecv.ai/resume-score" rel="noopener noreferrer"&gt;WriteCV&lt;/a&gt; gives you an honest ATS score with per-bullet feedback in 30 seconds.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Resume Objective Examples for 2026 (When and How to Use One)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Mon, 13 Apr 2026 03:01:40 +0000</pubDate>
      <link>https://dev.to/sarah_m/resume-objective-examples-for-2026-when-and-how-to-use-one-3mfh</link>
      <guid>https://dev.to/sarah_m/resume-objective-examples-for-2026-when-and-how-to-use-one-3mfh</guid>
      <description>&lt;p&gt;A resume objective and a resume summary are not the same thing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; "Here's what I've done that matters for this role."&lt;br&gt;
&lt;strong&gt;Objective:&lt;/strong&gt; "Here's what I'm pursuing and why my background makes me a strong candidate despite the shift."&lt;/p&gt;

&lt;p&gt;If you have 3+ years of directly relevant experience, skip the objective and write a summary instead. An objective is specifically for situations where you need to explain a transition - not restate your job history.&lt;/p&gt;




&lt;h2&gt;
  
  
  When a Resume Objective Still Makes Sense
&lt;/h2&gt;

&lt;p&gt;The old-style objective ("Seeking a challenging position where I can grow") is dead. But a modern, targeted objective works in these specific situations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Career change&lt;/strong&gt; - moving from one industry or function to another, need to connect the dots for the recruiter&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Entry-level / new graduate&lt;/strong&gt; - not enough relevant experience for a summary, but can frame education and early experience toward the target role&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Returning to the workforce&lt;/strong&gt; - after a career break, signaling what you're re-entering and why you're ready&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Industry switch&lt;/strong&gt; - same function, different industry, need to frame transferable skills for the new context&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Internship applications&lt;/strong&gt; - student with limited work experience, need to signal focus area&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In every other case, a resume summary serves you better.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Formula
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;[Your background/identity] seeking [target role/field]. [Transferable skill or achievement that connects your past to your target]. [What you aim to contribute].&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Three rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Name the target role.&lt;/strong&gt; Generic objectives that could apply to any job are useless.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bridge the gap.&lt;/strong&gt; The middle sentence connects your existing experience to the new direction. This is what most people skip, and it's the most important part.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Focus on what you bring, not what you want.&lt;/strong&gt; "Eager to learn" is about you. "Bringing 3 years of client-facing experience to a sales development role" is about the employer's needs.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  12 Resume Objective Examples by Situation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Entry-Level (No or Minimal Experience)
&lt;/h3&gt;

&lt;p&gt;"Recent Marketing graduate seeking an entry-level digital marketing role. Completed 3 Google Analytics and HubSpot certifications and managed social media accounts for 2 campus organizations, growing combined followership by 40% over one academic year."&lt;/p&gt;

&lt;p&gt;"Computer Science graduate seeking a junior software engineering position. Built 4 full-stack projects using React, Node.js, and PostgreSQL during coursework, including a task management app with 200+ active users among fellow students."&lt;/p&gt;

&lt;p&gt;"Business Administration graduate seeking an entry-level financial analyst role. Completed a financial modeling capstone analyzing 3 years of public company data, and interned at [Company] where I assisted with quarterly budget forecasting."&lt;/p&gt;

&lt;h3&gt;
  
  
  Career Change
&lt;/h3&gt;

&lt;p&gt;"Former high school teacher transitioning into corporate training and instructional design. 6 years of experience developing curriculum for 150+ students annually, with measurable improvements in standardized test scores of 15%. Bringing classroom expertise in adult learning principles to a corporate L&amp;amp;D environment."&lt;/p&gt;

&lt;p&gt;"Restaurant manager transitioning into project management. 5 years of experience coordinating teams of 20+, managing vendor relationships, and delivering events on budget and on schedule. PMP certification completed in 2025."&lt;/p&gt;

&lt;p&gt;"Retail store manager seeking a customer success role in SaaS. 7 years of experience managing a team of 12, resolving escalations for 500+ customers monthly, and consistently exceeding NPS targets by 10+ points."&lt;/p&gt;

&lt;h3&gt;
  
  
  Returning to the Workforce
&lt;/h3&gt;

&lt;p&gt;"Experienced accountant returning to public accounting after a 3-year career break. Previously managed audit engagements for 8 mid-market clients and maintained CPA license throughout the break. Completed updated tax law coursework in 2025."&lt;/p&gt;

&lt;p&gt;"Marketing professional re-entering the workforce after a 2-year break. Previously led content strategy at [Company], growing organic traffic from 50K to 200K monthly sessions. Currently freelancing for 3 clients to stay current with SEO and content marketing trends."&lt;/p&gt;

&lt;h3&gt;
  
  
  New Graduate
&lt;/h3&gt;

&lt;p&gt;"Mechanical Engineering graduate seeking a design engineer role in automotive manufacturing. Completed a senior capstone project that redesigned a suspension component, reducing weight by 12% while maintaining load specifications. SolidWorks CSWA certified."&lt;/p&gt;

&lt;p&gt;"Nursing graduate (BSN) seeking a registered nurse position in emergency medicine. Completed 400+ clinical hours across ER, ICU, and med-surg rotations. CPR, ACLS, and PALS certified."&lt;/p&gt;

&lt;h3&gt;
  
  
  Industry Switch
&lt;/h3&gt;

&lt;p&gt;"Data analyst with 4 years of experience in retail analytics seeking a healthcare analytics role. Experienced in SQL, Python, and Tableau with a track record of building dashboards that drove $1.2M in inventory cost savings. Currently completing a Health Informatics certificate."&lt;/p&gt;

&lt;p&gt;"Sales representative with 5 years in financial services seeking a B2B SaaS sales role. Consistently exceeded quota by 20%+ across 4 consecutive years, managing a portfolio of 80+ client accounts."&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Tailor Your Objective for Each Application
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Mirror the job title.&lt;/strong&gt; If the posting says "Marketing Coordinator," your objective should say "Marketing Coordinator," not "marketing role." ATS systems look for exact title matches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pull 1-2 keywords from the JD.&lt;/strong&gt; If they emphasize "cross-functional collaboration" or "data-driven decision making," weave one of those phrases in naturally. Don't stuff keywords.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Match the seniority level.&lt;/strong&gt; Don't write an objective that sounds junior if you're applying for a mid-level role.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference the industry when possible.&lt;/strong&gt; "Seeking a UX design role in healthcare technology" is stronger than "seeking a UX design role." It shows you're not sending the same resume to 50 companies.&lt;/p&gt;




&lt;h2&gt;
  
  
  6 Common Mistakes
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Mistake&lt;/th&gt;
&lt;th&gt;Why It Fails&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;"Seeking a challenging position where I can utilize my skills and grow professionally."&lt;/td&gt;
&lt;td&gt;No target role, no specifics, entirely self-focused&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"Highly motivated self-starter with excellent communication skills looking for an opportunity to make an impact."&lt;/td&gt;
&lt;td&gt;All buzzwords, zero evidence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"To obtain a position at a reputable company that offers growth opportunities and competitive compensation."&lt;/td&gt;
&lt;td&gt;About what you want, not what you offer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Objective longer than 2 sentences&lt;/td&gt;
&lt;td&gt;Save details for your experience section&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Same objective for every application&lt;/td&gt;
&lt;td&gt;Signals mass-applying without reading the JD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Writing an objective when you should write a summary&lt;/td&gt;
&lt;td&gt;Makes you look junior if you have relevant experience&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  When to Skip the Objective Entirely
&lt;/h2&gt;

&lt;p&gt;Use a summary instead when:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You have 3+ years of experience directly relevant to the target role&lt;/li&gt;
&lt;li&gt;Your most recent job title closely matches the position you're applying for&lt;/li&gt;
&lt;li&gt;You're staying in the same industry and function&lt;/li&gt;
&lt;li&gt;You have strong metrics and achievements that speak for themselves&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Skip both the objective and summary if you can't write anything more specific than "looking for a role in [field]." A weak objective actively hurts your resume. Your experience and skills sections will do the work.&lt;/p&gt;




&lt;p&gt;Once your resume opening is sorted, check how the rest of your resume scores. &lt;a href="https://writecv.ai/resume-score" rel="noopener noreferrer"&gt;WriteCV&lt;/a&gt; gives you an honest ATS score with per-bullet feedback in 30 seconds.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Top Resume Keywords by Industry (2026 Lists)</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sun, 12 Apr 2026 02:41:04 +0000</pubDate>
      <link>https://dev.to/sarah_m/top-resume-keywords-by-industry-2026-lists-1b8</link>
      <guid>https://dev.to/sarah_m/top-resume-keywords-by-industry-2026-lists-1b8</guid>
      <description>&lt;p&gt;Keywords are how ATS systems decide whether your resume is relevant to a job. The system extracts terms from the job description and looks for matches on your resume. Missing a key term means losing points in the ATS scoring algorithm - even if you have the actual skill.&lt;/p&gt;

&lt;p&gt;The lists below are compiled from the most frequently appearing terms across thousands of job postings in each industry. Use them as a starting point, but always prioritize the exact terms from the specific JD you're applying to.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Software Engineering
&lt;/h2&gt;

&lt;p&gt;Software engineering JDs are the most keyword-dense. They typically list 10-20 specific technologies, so missing even a few can significantly drop your match score.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Languages&lt;/td&gt;
&lt;td&gt;Python, JavaScript, TypeScript, Java, Go, Rust, C++, SQL, Ruby, Kotlin, Swift&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;React, Next.js, Vue.js, Angular, Tailwind CSS, HTML/CSS, Redux, Webpack, Vite&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Node.js, Django, FastAPI, Spring Boot, Express, GraphQL, gRPC, REST API, microservices&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cloud &amp;amp; Infra&lt;/td&gt;
&lt;td&gt;AWS, GCP, Azure, Docker, Kubernetes, Terraform, CI/CD, GitHub Actions, Jenkins, Datadog&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Databases&lt;/td&gt;
&lt;td&gt;PostgreSQL, MySQL, MongoDB, Redis, DynamoDB, Elasticsearch, Snowflake, Kafka&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Practices&lt;/td&gt;
&lt;td&gt;Agile, Scrum, code review, unit testing, TDD, system design, technical documentation&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  2. Product Management
&lt;/h2&gt;

&lt;p&gt;Product management keywords span strategy, execution, and analytics. JDs emphasize frameworks, cross-functional collaboration, and data-driven decision-making.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Strategy &amp;amp; Planning&lt;/td&gt;
&lt;td&gt;product roadmap, product strategy, OKRs, PRD, go-to-market, market research, competitive analysis, user research, product-market fit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Execution &amp;amp; Process&lt;/td&gt;
&lt;td&gt;Agile, Scrum, sprint planning, backlog prioritization, stakeholder management, cross-functional, A/B testing, feature launch, MVP&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Analytics &amp;amp; Tools&lt;/td&gt;
&lt;td&gt;SQL, Amplitude, Mixpanel, Google Analytics, Tableau, Jira, Confluence, Figma, KPIs, conversion rate, retention&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain&lt;/td&gt;
&lt;td&gt;B2B, B2C, SaaS, marketplace, platform, mobile, API, enterprise, self-serve, PLG (product-led growth)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  3. Data Analytics / Data Science
&lt;/h2&gt;

&lt;p&gt;Data roles have two keyword categories: technical tools and analytical methods. Writing "visualization" instead of "Tableau" is one of the most common ATS match failures in this field.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Languages &amp;amp; Libraries&lt;/td&gt;
&lt;td&gt;Python, R, SQL, Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, Spark, PySpark, dbt&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tools &amp;amp; Platforms&lt;/td&gt;
&lt;td&gt;Tableau, Power BI, Looker, Google Analytics, Snowflake, BigQuery, Redshift, Databricks, Airflow&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Methods&lt;/td&gt;
&lt;td&gt;machine learning, deep learning, NLP, regression, classification, A/B testing, statistical analysis, feature engineering, ETL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain&lt;/td&gt;
&lt;td&gt;data pipeline, data modeling, data warehouse, data governance, business intelligence, predictive modeling, time series&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  4. Marketing / Growth
&lt;/h2&gt;

&lt;p&gt;Marketing keywords split between channels, tools, and metrics. Growth roles lean on experimentation and analytics terms. Brand roles emphasize creative and strategic terms.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Channels&lt;/td&gt;
&lt;td&gt;SEO, SEM, PPC, paid social, organic social, email marketing, content marketing, affiliate marketing, display advertising&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tools &amp;amp; Platforms&lt;/td&gt;
&lt;td&gt;Google Ads, Meta Ads, Google Analytics, HubSpot, Salesforce, Marketo, Semrush, Ahrefs, Figma, Webflow&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Growth &amp;amp; Experimentation&lt;/td&gt;
&lt;td&gt;A/B testing, CRO, funnel optimization, retention, CAC, LTV, ROAS, attribution, cohort analysis, PLG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Strategy&lt;/td&gt;
&lt;td&gt;go-to-market, brand strategy, positioning, demand generation, lead generation, pipeline, MQL, SQL, product launch&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  5. Sales / Business Development
&lt;/h2&gt;

&lt;p&gt;Sales keywords revolve around pipeline, revenue, and relationship management. ATS systems in sales recruiting weight quota attainment and deal metrics heavily.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Sales Process&lt;/td&gt;
&lt;td&gt;full-cycle sales, prospecting, cold outreach, discovery calls, demos, negotiation, closing, upselling, consultative selling, MEDDIC, BANT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tools &amp;amp; Platforms&lt;/td&gt;
&lt;td&gt;Salesforce, HubSpot CRM, Outreach, Gong, LinkedIn Sales Navigator, ZoomInfo, Salesloft, Clari&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Metrics &amp;amp; Results&lt;/td&gt;
&lt;td&gt;quota attainment, ARR, ACV, pipeline generation, win rate, deal size, revenue growth, sales cycle, forecast accuracy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain&lt;/td&gt;
&lt;td&gt;B2B, SaaS, enterprise, mid-market, SMB, channel partnerships, strategic accounts, account management, land and expand&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  How to Add Keywords Without Stuffing
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Rule 1: Keywords belong in bullet points, not just the skills section
&lt;/h3&gt;

&lt;p&gt;Keywords carry more weight when they appear in context within your experience bullets, because that shows you actually used the skill.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Weak&lt;/th&gt;
&lt;th&gt;Strong&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Skills: React, TypeScript, AWS. Bullet: "Worked on frontend features and backend improvements."&lt;/td&gt;
&lt;td&gt;Skills: React, TypeScript, AWS. Bullet: "Built a React + TypeScript dashboard with real-time WebSocket updates, deployed on AWS ECS via GitHub Actions CI/CD."&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Rule 2: Use the JD's exact phrasing
&lt;/h3&gt;

&lt;p&gt;ATS matching can be literal. If the JD says "Amazon Web Services," don't only write "AWS." Mirror the terminology, then include the abbreviation for coverage:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;"Managed Amazon Web Services (AWS) infrastructure serving 2M+ monthly users across ECS, RDS, and CloudFront."&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Rule 3: Only claim skills you actually have
&lt;/h3&gt;

&lt;p&gt;Adding a keyword you can't back up in an interview is worse than missing it. If you've used a tool in a side project but not professionally, mention it in a Projects section. Keyword stuffing with fake skills gets caught during the technical screen.&lt;/p&gt;

&lt;h3&gt;
  
  
  Rule 4: Organize skills by category
&lt;/h3&gt;

&lt;p&gt;Categorized skills are easier for both the ATS and the recruiter to scan.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unsorted dump:&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;Python, Tableau, A/B testing, SQL, Snowflake, Pandas, machine learning, Airflow, statistical analysis, dbt&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Categorized:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Languages: Python, SQL
Tools:     Tableau, Snowflake, BigQuery, Airflow, dbt, Pandas
Methods:   Machine learning, A/B testing, statistical analysis, data modeling
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Rule 5: Front-load high-priority keywords
&lt;/h3&gt;

&lt;p&gt;Put the most important keywords (matching the JD's "required" qualifications) early in your skills section and in the first bullet of your most recent role. Some ATS weighting algorithms give slightly more weight to terms appearing earlier in the document.&lt;/p&gt;




&lt;h2&gt;
  
  
  The JD Is Always the Source of Truth
&lt;/h2&gt;

&lt;p&gt;These industry lists give you a foundation, but every job description is different. The most effective keyword strategy: read the JD, identify every specific skill, tool, and qualification mentioned, and make sure each one appears on your resume if you genuinely have it.&lt;/p&gt;

&lt;p&gt;The lists above help you know what to expect. The JD tells you exactly what to include.&lt;/p&gt;




&lt;p&gt;Paste any job description into &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to see your exact keyword match rate with specific gaps called out. Takes 30 seconds.&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Frontend Developer Resume Example (React/Next.js) 2026</title>
      <dc:creator>Sarah Mitchell</dc:creator>
      <pubDate>Sun, 12 Apr 2026 02:31:03 +0000</pubDate>
      <link>https://dev.to/sarah_m/frontend-developer-resume-example-reactnextjs-2026-4i89</link>
      <guid>https://dev.to/sarah_m/frontend-developer-resume-example-reactnextjs-2026-4i89</guid>
      <description>&lt;p&gt;Frontend roles are among the most keyword-heavy in software engineering. A single JD can list 15+ specific technologies, and missing just a few can drop your ATS score below the threshold where recruiters start reviewing.&lt;/p&gt;

&lt;p&gt;This guide gives you a complete frontend resume example, 15 bullets you can adapt, and the keywords that JDs actually test for.&lt;/p&gt;




&lt;h2&gt;
  
  
  Full Resume Example: Mid-Level Frontend Developer
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Alex Chen
San Francisco, CA · alex.chen@email.com · linkedin.com/in/alexchen · github.com/alexchen

SUMMARY
Frontend engineer with 4 years of experience building production React and Next.js
applications. Shipped a customer-facing analytics dashboard used by 800+ enterprise
accounts and improved Core Web Vitals scores by 40% across a high-traffic SaaS platform.

SKILLS
Languages:  JavaScript, TypeScript, HTML, CSS, SQL
Frameworks: React, Next.js, Redux, React Query, Tailwind CSS, Styled Components
Testing:    Jest, React Testing Library, Cypress, Playwright
Tools:      Webpack, Vite, Storybook, Figma, GitHub Actions, Vercel, Datadog
Practices:  Responsive design, accessibility (WCAG 2.1), performance optimization, CI/CD

EXPERIENCE

Senior Frontend Engineer · DataFlow Analytics, San Francisco | Jan 2024 - Present
- Built React + TypeScript analytics dashboard with real-time WebSocket updates,
  serving 800+ enterprise accounts and reducing customer support tickets by 35%
- Migrated frontend build from Webpack to Vite, cutting build times from 90s to 12s
  and improving hot-reload to under 200ms
- Implemented SSR with Next.js for marketing site, improving LCP from 3.8s to 1.2s
  and increasing organic traffic by 28%
- Led design system initiative - built 40+ reusable Storybook components, reducing
  new feature development time by 25% across a 6-person frontend team

Frontend Developer · ShopEase, Remote | Jun 2022 - Dec 2023
- Developed checkout flow in React with Redux, processing $12M+ in annual
  transactions with 99.8% success rate
- Built accessible (WCAG 2.1 AA) product catalog with lazy loading and virtualized
  lists, handling 50K+ SKUs with sub-100ms interaction times
- Wrote 300+ unit and integration tests using Jest and React Testing Library,
  achieving 92% code coverage and catching 8 critical bugs pre-production
- Implemented responsive designs from Figma mockups, supporting 12 breakpoints
  across mobile, tablet, and desktop

Junior Frontend Developer · TechStart Inc., San Francisco | Aug 2021 - May 2022
- Built reusable React component library with TypeScript interfaces, adopted by
  3 product teams and reducing UI inconsistencies by 60%
- Optimized bundle size via code splitting and tree shaking, reducing initial load
  from 1.8MB to 420KB (77% reduction)

EDUCATION
B.S. Computer Science - University of California, Berkeley, 2021
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Why This Resume Works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Keywords in context:&lt;/strong&gt; React, TypeScript, Next.js, Redux, Vite, Storybook, Jest all appear inside achievement bullets - not just the skills section&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Every bullet has a number:&lt;/strong&gt; accounts served, build time reduction, LCP improvement, test coverage, transaction volume, bundle size&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend-specific impact:&lt;/strong&gt; performance metrics (LCP, bundle size, hot-reload), UX metrics (support tickets, interaction time), business metrics (organic traffic, revenue)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean structure:&lt;/strong&gt; single column, standard headings, consistent dates - ATS-safe across all platforms&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Frontend Skills Section Template
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Languages:  JavaScript, TypeScript, HTML, CSS, SQL / GraphQL
Frameworks: React, Next.js / Remix / Gatsby, Redux / Zustand / React Query,
            Tailwind CSS / Styled Components / CSS Modules
Testing:    Jest / Vitest, React Testing Library, Cypress / Playwright, Storybook
Build Tools: Vite / Webpack / Turbopack, ESLint / Prettier, npm / pnpm / yarn
Tools:      Git, GitHub Actions / CircleCI, Vercel / Netlify, Figma, Datadog / Sentry
Practices:  Responsive design, accessibility (WCAG), performance optimization,
            design systems, CI/CD
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  15 Frontend Bullet Examples
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Performance &amp;amp; Core Web Vitals
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Optimized Largest Contentful Paint (LCP) from 4.2s to 1.1s by implementing Next.js SSR, image optimization, and critical CSS inlining - improving Google PageSpeed score from 42 to 94&lt;/li&gt;
&lt;li&gt;Reduced JavaScript bundle size by 65% (2.1MB to 740KB) through code splitting, tree shaking, and lazy loading of below-fold components&lt;/li&gt;
&lt;li&gt;Migrated frontend build pipeline from Webpack 4 to Vite, cutting CI build times from 4 min to 45s and local hot-reload from 8s to under 200ms&lt;/li&gt;
&lt;li&gt;Implemented virtualized rendering for a 100K-row data table using react-window, reducing DOM nodes from 12K to 200 and eliminating scroll jank on low-end devices&lt;/li&gt;
&lt;li&gt;Achieved 98/100 Lighthouse performance score through resource hints, font subsetting, and service worker caching for a Next.js e-commerce site serving 500K monthly visitors&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Features &amp;amp; UI
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Built a drag-and-drop dashboard builder in React with TypeScript, enabling non-technical users to create custom reports - adopted by 1,300+ accounts within 3 months of launch&lt;/li&gt;
&lt;li&gt;Developed a real-time collaborative editing feature using WebSockets and operational transforms, supporting 15 concurrent users per document with zero data conflicts&lt;/li&gt;
&lt;li&gt;Designed and shipped a responsive checkout flow handling $8M+ annual transactions with 99.7% completion rate across mobile, tablet, and desktop&lt;/li&gt;
&lt;li&gt;Implemented search-as-you-type with debounced API calls, client-side caching, and keyboard navigation, reducing average search-to-result time from 4.2s to 1.1s&lt;/li&gt;
&lt;li&gt;Built an accessible (WCAG 2.1 AA) form system with React Hook Form and Zod validation, handling 30+ form types with real-time error feedback and screen reader support&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Testing, DX &amp;amp; Architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Wrote 500+ tests (unit, integration, e2e) using Jest, React Testing Library, and Cypress, achieving 94% code coverage and reducing production bug rate by 40%&lt;/li&gt;
&lt;li&gt;Built a design system with 60+ Storybook components and automated visual regression testing - adopted across 4 product teams, reducing UI inconsistencies by 70%&lt;/li&gt;
&lt;li&gt;Migrated a 200-component codebase from JavaScript to TypeScript over 3 months, eliminating 15+ runtime error incidents per quarter entirely&lt;/li&gt;
&lt;li&gt;Set up Playwright e2e test suite covering 45 critical user flows in GitHub Actions CI - catching 12 regressions in the first quarter before they reached production&lt;/li&gt;
&lt;li&gt;Established frontend coding standards (ESLint rules, Prettier config, PR review checklist) adopted by an 8-person team, reducing code review turnaround from 2 days to 4 hours&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Frontend Keywords by Frequency
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Frequency&lt;/th&gt;
&lt;th&gt;Keywords&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;80%+ of JDs&lt;/td&gt;
&lt;td&gt;React, JavaScript, TypeScript, HTML, CSS, responsive design, Git&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;50-80% of JDs&lt;/td&gt;
&lt;td&gt;Next.js, Redux, REST API, GraphQL, Jest, accessibility (WCAG), CI/CD, Figma, Tailwind CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;30-50% of JDs&lt;/td&gt;
&lt;td&gt;Webpack, Vite, Storybook, Cypress, Playwright, performance optimization, design systems, SSR/SSG&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Differentiators&lt;/td&gt;
&lt;td&gt;micro-frontends, WebSocket, service workers, i18n, monorepo (Turborepo/Nx), Core Web Vitals, Datadog/Sentry&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Common Frontend Resume Mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Leading with "HTML/CSS" as your primary skill.&lt;/strong&gt;&lt;br&gt;
If you're applying for a React/Next.js role, HTML and CSS should be listed but not highlighted. Leading with them signals a more junior profile. Lead with React, TypeScript, and your framework of choice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No performance metrics.&lt;/strong&gt;&lt;br&gt;
Frontend is one of the few engineering roles where you can directly measure user-facing impact: LCP, bundle size, Lighthouse score, interaction latency. These numbers are unique to frontend and immediately credible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Missing testing tools.&lt;/strong&gt;&lt;br&gt;
Many frontend developers skip the testing section entirely. Testing is increasingly a hard requirement in frontend JDs. Even if you've only written basic Jest tests, list the tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Pixel-perfect" without context.&lt;/strong&gt;&lt;br&gt;
"Implemented pixel-perfect designs" tells the recruiter nothing. "Implemented responsive designs from Figma mockups across 12 breakpoints, supporting 95% of device viewports" is specific and measurable.&lt;/p&gt;




&lt;p&gt;Before submitting, run your frontend resume through &lt;a href="https://writecv.ai/ats-resume-checker" rel="noopener noreferrer"&gt;WriteCV's ATS checker&lt;/a&gt; to verify keyword coverage against the specific job description.&lt;/p&gt;

</description>
      <category>react</category>
      <category>career</category>
      <category>resume</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
