<?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: kavyaj</title>
    <description>The latest articles on DEV Community by kavyaj (@kavyaj).</description>
    <link>https://dev.to/kavyaj</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%2F696460%2F1f9814fa-0fc1-40f8-8104-e9d0e32b5cb7.png</url>
      <title>DEV Community: kavyaj</title>
      <link>https://dev.to/kavyaj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kavyaj"/>
    <language>en</language>
    <item>
      <title>Ditch LaTeX for Markdown to write your resume</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Fri, 05 Dec 2025 08:08:15 +0000</pubDate>
      <link>https://dev.to/kavyaj/ditch-latex-for-markdown-to-write-your-resume-333m</link>
      <guid>https://dev.to/kavyaj/ditch-latex-for-markdown-to-write-your-resume-333m</guid>
      <description>&lt;p&gt;You found a beautiful, open-source LaTeX resume template. It promised pixel-perfect typography and the kind of professional polish that word processors could only dream of. You, a person who values precision and structure, chose the right path: plain text.&lt;/p&gt;

&lt;p&gt;But a few hours in, you found yourself on Stack Exchange, debugging a package conflict just to move a date a few millimeters to the right.&lt;/p&gt;

&lt;p&gt;This isn't a story about resumes. It's a story about a trap that smart people fall into every day: choosing the most powerful tool for the simplest job.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Friction Tax
&lt;/h2&gt;

&lt;p&gt;The principle behind LaTeX is noble: separate what you write from how it looks. It’s a rebellion against the unpredictable nature of WYSIWYG editors.&lt;/p&gt;

&lt;p&gt;But this noble pursuit comes with a hidden cost I call the Friction Tax.&lt;/p&gt;

&lt;p&gt;You pay this tax every time you update a skill or rephrase a bullet point. You run a full compilation cycle, holding your breath, hoping a single misplaced character didn't just break the entire document. You’ve embraced the right philosophy, but you're wasting your most valuable time on its most complex execution.&lt;/p&gt;

&lt;p&gt;Both LaTeX and Markdown are built on the same foundation, but they value different things. LaTeX values absolute control. Markdown values absolute simplicity. For a resume, simplicity is the smarter investment.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The quality of the final PDF isn’t the issue. It’s the friction required to get there.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Your Resume is a Document, Not a Software Project
&lt;/h2&gt;

&lt;p&gt;When you use a LaTeX template, you become the maintainer of a tiny, fragile codebase. Your goal is to get hired, not to win a typography award. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcx6rm7q96db6ggr2gqz5.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcx6rm7q96db6ggr2gqz5.webp" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Markdown's simplicity makes it great for resumes&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Consider the workflow for a simple date change:&lt;/p&gt;

&lt;p&gt;LaTeX: Hunt through commands, change text, compile, check for errors, re-compile.&lt;br&gt;
Markdown: Type in a field. Done.&lt;/p&gt;

&lt;h2&gt;
  
  
  Markdown: The API for Your Resume
&lt;/h2&gt;

&lt;p&gt;Markdown isn't a step down from LaTeX. It is the optimized, distilled version of the same plain-text philosophy. It’s what remains when you strip away every layer of unnecessary complexity.&lt;/p&gt;

&lt;p&gt;You still get the clean, professional, and consistent PDF you want. You just skip the code.&lt;/p&gt;

&lt;p&gt;A simple # tells a machine, “This is a major section,” and a good builder renders it perfectly. It enforces consistency for you, so you can’t break the layout by accident.&lt;/p&gt;




&lt;p&gt;Your mindset is right. You understand that structure and content are what matter. But the tool you chose doesn't respect your time.&lt;/p&gt;

&lt;p&gt;I built a simple &lt;a href="https://resumey.pro" rel="noopener noreferrer"&gt;Markdown resume builder&lt;/a&gt; that handles all the formatting and lets me focus on the content. Give it a try!&lt;/p&gt;

</description>
      <category>career</category>
      <category>writing</category>
      <category>markdown</category>
    </item>
    <item>
      <title>The 90/10 Rule: Why You’ve Been Playing The Wrong Resume Game All Along</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Wed, 22 Oct 2025 09:26:00 +0000</pubDate>
      <link>https://dev.to/kavyaj/the-9010-rule-why-youve-been-playing-the-wrong-resume-game-all-along-1kam</link>
      <guid>https://dev.to/kavyaj/the-9010-rule-why-youve-been-playing-the-wrong-resume-game-all-along-1kam</guid>
      <description>&lt;p&gt;If you’re looking for a job, you know the cycle. Sometimes it feels like you've been stuck in the application vortex. You send 50, 100, sometimes 200 applications. You’re glued to your screen for hours, swapping keywords and agonizing over that silly little machine called the ATS (Applicant Tracking System). You have a "perfect" score. The bot loves you.&lt;/p&gt;

&lt;p&gt;And yet, the interviews are not happening. Nothing.&lt;/p&gt;

&lt;p&gt;Why are you still stuck?&lt;/p&gt;

&lt;p&gt;The job search industry taught you the wrong thing. They convinced you the last 10% of the problem was the entire journey. What about the actual 90% of the work that matters?&lt;/p&gt;




&lt;h3&gt;
  
  
  ATS is not the problem you think it is.
&lt;/h3&gt;

&lt;p&gt;The worst resume advice is also the simplest: "Just pass the ATS."&lt;/p&gt;

&lt;p&gt;The entire industry is basically obsessed with a bot that does one thing: keyword sorting. That’s its only job.&lt;/p&gt;

&lt;p&gt;What does a high ATS score mean? It means the machine found the necessary words and decided your file is fine to be handed off. That's it. It does not mean you are qualified. It does not mean you are interesting. It means you spelled the words correctly.&lt;/p&gt;

&lt;p&gt;What does a high ATS score actually mean? It means the machine found the keywords and decided your file can be passed to the next stage. That's it. It doesn't mean you're qualified, interesting or compelling.&lt;/p&gt;




&lt;h3&gt;
  
  
  Format vs. Foundation: you’ve been focusing on the wrong F-word
&lt;/h3&gt;

&lt;p&gt;You are currently wasting time on the easiest, most superficial part of this job:&lt;/p&gt;

&lt;p&gt;You prioritize templates and fonts (format) instead of the actual story (foundation).&lt;br&gt;
You spend hours swapping keywords and optimizing weak content.&lt;/p&gt;

&lt;p&gt;This is why you lose the job even after passing the ATS. Your content is disjointed, keyword-stuffed and reads like a generic job description. It passes the bot, but the human recruiter rejects it instantly. The ATS didn't fail you. Your weak content did. 🤷🏼♀️&lt;/p&gt;




&lt;h3&gt;
  
  
  If your resume fails these, the ATS score means nothing.
&lt;/h3&gt;

&lt;p&gt;Let's talk about the real decision-maker: the Recruiter.&lt;/p&gt;

&lt;p&gt;The human review process is fast. It's often a 6-second glance. Recruiters aren't counting keywords. They're looking for value, patterns and strategic fit.&lt;/p&gt;

&lt;p&gt;They are asking three human questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What valuable thing did this person actually do? (Impact)&lt;/li&gt;
&lt;li&gt;Does their career story make sense? (Coherence)&lt;/li&gt;
&lt;li&gt;Are they worth 15 minutes of my time? (Interest)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your content is only optimized for the bot, it fails these three human tests every time.&lt;/p&gt;




&lt;h2&gt;
  
  
  The resume strategy that changes the entire game.
&lt;/h2&gt;

&lt;p&gt;The only way to consistently clear that six-second human hurdle is to build a foundation-first resume. This is the entire 90% of the strategy we talked about.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Coherent Career Narrative
&lt;/h3&gt;

&lt;p&gt;Your career is not a series of random jobs. It's a trajectory.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Narrative over Listing&lt;/strong&gt;: Stop using the passive, pointless phrases like "responsible for." Write active stories of change and impact.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bridging the Gaps&lt;/strong&gt;: A true foundation-first approach turns career pivots and gaps into strengths. Don't try to hide your past. Strategically link it to the role you want next.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Beyond "Responsible For"
&lt;/h3&gt;

&lt;p&gt;Every bullet point must answer the question: "So what?"&lt;/p&gt;

&lt;p&gt;Stop writing generic job duties. You need to articulate the quantifiable impact (revenue, time saved, efficiency). If you can't quantify, then use the space to showcase a clear, specific soft skill or challenge you overcame. Every bullet point needs a point.&lt;/p&gt;




&lt;h3&gt;
  
  
  Why resume builders can’t do this
&lt;/h3&gt;

&lt;p&gt;Generic resume builders and tools can't build this foundation because they are limited by the poor material you feed them. They can handle the editing, but they cannot do the strategy. They can't extract the context.&lt;/p&gt;

&lt;p&gt;This is the real problem, and it's very simple: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You need a writer to solve a writing problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Extracting your true value
&lt;/h3&gt;

&lt;p&gt;That’s why we are now building StoryCV . It’s an AI Writer that works like a human strategist.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The guided interview&lt;/strong&gt;: Instead of asking you what to paste, we ask the same probing questions a top human resume writer would. We ask about the biggest risks you took, the unintended positive outcomes of your projects, and the strategic challenges you overcame. We pull out the context your own brain struggles to isolate.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The AI writer philosophy&lt;/strong&gt;: StoryCV isn't trained on keyword density or ATS loopholes. It's trained on strategic narrative flow and high-impact language. It builds the foundation because it understands the structure of success, not just the rules of the machine.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;You've been playing the ATS game because it was the easiest game. It was advertised everywhere.&lt;/p&gt;

&lt;p&gt;Stop sending 100 bad applications. Send 5 great ones.&lt;br&gt;
The best opportunities don't come from more applications; they come from better ones. And that starts with a career story built on a rock-solid foundation.&lt;/p&gt;

&lt;p&gt;Let StoryCV solve the content problem.&lt;/p&gt;




&lt;p&gt;Join the foundation-first movement. We’re open to beta testers now. Here’s the link to sign up: &lt;a href="https://story.cv/" rel="noopener noreferrer"&gt;https://story.cv/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>writing</category>
      <category>saas</category>
    </item>
    <item>
      <title>Nail Your Resume Summary: Common Mistakes Developers Make (and How to Fix Them)</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Tue, 18 Mar 2025 14:14:36 +0000</pubDate>
      <link>https://dev.to/kavyaj/nail-your-resume-summary-common-mistakes-developers-make-and-how-to-fix-them-4501</link>
      <guid>https://dev.to/kavyaj/nail-your-resume-summary-common-mistakes-developers-make-and-how-to-fix-them-4501</guid>
      <description>&lt;p&gt;Your resume summary is prime real estate. It's the first thing recruiters see. And most people waste it. They fill it with fluff, generic phrases, and things that don't matter. A bad summary doesn't just miss an opportunity – it actively hurts your chances.&lt;/p&gt;

&lt;p&gt;Why? Recruiters (and often, Applicant Tracking Systems - ATS) glance at your resume. Seconds. If your summary is vague, boring, or off-topic, they're done.&lt;/p&gt;

&lt;p&gt;Here's what I see most:&lt;/p&gt;

&lt;h2&gt;
  
  
  Mistake #1: Being Too Generic ("Hardworking and Passionate")
&lt;/h2&gt;

&lt;p&gt;Bad:&lt;em&gt;"Hardworking and detail-oriented professional with a passion for success. Seeking an opportunity to leverage my skills in a dynamic work environment."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Why it’s bad:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Says nothing specific about you as a developer.&lt;/li&gt;
&lt;li&gt;Applies to anyone (even outside of tech).&lt;/li&gt;
&lt;li&gt;ATS won’t recognize it (missing those crucial keywords).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good: &lt;em&gt;"Software developer with 4+ years in web development and JavaScript frameworks. Increased application performance by 30% through code optimization and efficient algorithms. Focused on building scalable and maintainable applications."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;See the difference?&lt;/p&gt;




&lt;h2&gt;
  
  
  Mistake #2: Writing a Resume Objective
&lt;/h2&gt;

&lt;p&gt;A resume objective is about you. A summary is about what you do for them.&lt;/p&gt;

&lt;p&gt;Bad (Objective): &lt;em&gt;"Looking for an opportunity to grow my career in a fast-paced company that values innovation."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Good (Summary): &lt;em&gt;"Software engineer with expertise in cloud infrastructure and DevOps automation. Reduced deployment times by 50% with CI/CD optimizations. Focused on building scalable, high-availability systems."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The shift matters. Companies care about what you do (and what problems you solve).&lt;/p&gt;




&lt;h2&gt;
  
  
  Mistake #3: Making It Too Long
&lt;/h2&gt;

&lt;p&gt;A summary isn't your life story. Keep it short. 3–5 sentences max.&lt;/p&gt;

&lt;p&gt;Bad (Too long): &lt;em&gt;"With over a decade of experience in software development, I have developed strong problem-solving skills and the ability to manage multiple projects across different teams while ensuring all deadlines are met. I believe in collaboration, continuous learning, and strategic thinking to drive successful project outcomes. I am looking for an opportunity to leverage my expertise in a dynamic organization that values efficiency and innovation."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Good (Concise): &lt;em&gt;"Full-stack developer with 10+ years leading development teams. Delivered complex software projects on time and under budget. Skilled in Agile, software architecture, and API design."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Less is better.&lt;/p&gt;




&lt;h2&gt;
  
  
  Mistake #4: No Numbers
&lt;/h2&gt;

&lt;p&gt;Numbers are proof. Hiring managers (and ATS) want results.&lt;/p&gt;

&lt;p&gt;Bad (Vague): &lt;em&gt;"Experienced developer with a strong track record of building high-quality software and improving performance."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Good (Impactful): &lt;em&gt;"Senior developer with 7+ years. Improved application load times by 40% and reduced bug reports by 25% last quarter. Expert in JavaScript, React, and Node.js."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Use numbers. Show impact.&lt;/p&gt;




&lt;h2&gt;
  
  
  Mistake #5: Not Tailoring It
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5kmqwfcnvxsf2rv3a5b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5kmqwfcnvxsf2rv3a5b.png" alt="Tailor the resume summary for every job you apply" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Tailor the resume summary for every job you apply&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A generic summary gets ignored (or filtered out by ATS).&lt;/p&gt;

&lt;p&gt;Bad (Not targeted): &lt;em&gt;"Experienced developer proficient in various programming languages, including Python, Java, and C++. Focused on building high-quality software."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Good (Tailored): &lt;em&gt;"Backend Engineer skilled in Python, Django, and PostgreSQL. Developed RESTful APIs that improved data retrieval efficiency by 30%. Focused on building scalable and secure backend systems."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Match the job description. Use the keywords.&lt;/p&gt;




&lt;h2&gt;
  
  
  Mistake #6: Using Clichés
&lt;/h2&gt;

&lt;p&gt;“Results-oriented” and “team player” sound good, mean nothing.&lt;/p&gt;

&lt;p&gt;Bad (Buzzword overload): &lt;em&gt;"Dynamic and motivated self-starter with a proven track record of thinking outside the box to drive results in a fast-paced environment."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Good (Clear): &lt;em&gt;"Software engineer who optimized database queries, reducing server response time by 50%. Implemented CI/CD pipelines to automate software deployments."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Be real. Be specific. Skip the jargon.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Quick Fix
&lt;/h2&gt;

&lt;p&gt;Use this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[Your job title] with [X years] in [tech stack/area]. Proven track record of [achievement with numbers]. Skilled in [3-4 technologies], with expertise in [specific tools/methods]. Focused on [something relevant].&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Example:&lt;br&gt;
&lt;em&gt;"Full-stack developer with 6+ years building web applications. Led a microservices system that improved performance by 45%. Skilled in JavaScript, React, AWS, and CI/CD. Focused on building high-performance, user-friendly software."&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Your Summary = Your Hook
&lt;/h3&gt;

&lt;p&gt;Your summary isn't filler. It's your first shot. Your chance to say, “Hire me.”&lt;/p&gt;

&lt;p&gt;Be specific.&lt;br&gt;
Be concise.&lt;br&gt;
Be powerful.&lt;/p&gt;

&lt;p&gt;Do this, and you’re ahead.&lt;/p&gt;

&lt;p&gt;And if you're like me and prefer writing in Markdown, you should check out the &lt;a href="https://resumey.pro/" rel="noopener noreferrer"&gt;resume editor&lt;/a&gt; on Resumey.pro. Makes formatting a breeze.&lt;/p&gt;

</description>
      <category>career</category>
      <category>learning</category>
      <category>softwareengineering</category>
      <category>webdev</category>
    </item>
    <item>
      <title>5 best practices while casually looking for a job</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Mon, 18 Apr 2022 03:58:59 +0000</pubDate>
      <link>https://dev.to/kavyaj/5-best-practices-while-casually-looking-for-a-job-10p7</link>
      <guid>https://dev.to/kavyaj/5-best-practices-while-casually-looking-for-a-job-10p7</guid>
      <description>&lt;p&gt;Depending on your industry, you may find yourself in a hot job market. While you may not have any complaints about your current setup, it may be worth knowing what’s out there in the market. After all, you don’t know what you don’t know.&lt;/p&gt;

&lt;p&gt;And like relationships, to find a job opportunity that is suitable takes time and may not be available whenever you need it. It is risky to leave it to the last minute when you are actively searching for a job. In such cases, you may have pressing deadlines and you may end up compromising for something you are not entirely satisfied with.&lt;/p&gt;

&lt;p&gt;When you are casually open to a job opportunity, you have the luxury to choose on your terms.&lt;/p&gt;

&lt;p&gt;So how can you go about being casually open to new job opportunities while still being gainfully employed?&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Be visible in your social circles
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Online and offline&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe4he47nu1y89zcghrq0n.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe4he47nu1y89zcghrq0n.jpg" alt="Be visible in social circles - go for coffee chats, connect on LinkedIn, video calls" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Be visible in social circles - go for coffee chats, connect on LinkedIn, video calls&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It’s good to build your network with the peers in your industry and keep in touch with them on a regular basis. Nurture it as a part of your life rather than just doing it when you’re looking for a job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Networking doesn’t happen overnight.&lt;/strong&gt; You can’t approach someone in your industry and ask for favours without ever staying in touch.&lt;/p&gt;

&lt;p&gt;Firstly, approaching your peers as per your convenience to find a job may be perceived as being opportunistic, despite your best intentions. You may end up not getting any significant information from this approach.&lt;/p&gt;

&lt;p&gt;Stay genuinely connected and invested in your professional network. Be involved in a give-and-take conversation where you share about your experiences while also learning from the other person. This will help you in a lot of different ways. When you are casually looking for a job, you don’t know what opportunities are available for you in the market.&lt;/p&gt;

&lt;p&gt;You may also end up getting an **insider’s perspective **on the company they are working at, which you may not get in an interview process or by searching on the internet.&lt;/p&gt;

&lt;p&gt;You could keep in touch with your network by meeting up for coffee chats or virtually via video calls, LinkedIn, Twitter or other social media platforms, which may eventually help you find a job.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. List of target companies
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Finding a job is a two way street&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzaxsnh2vm2txo9asetjh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzaxsnh2vm2txo9asetjh.jpg" alt="Make a list of companies which align with your goals and values" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Make a list of companies which align with your goals and values&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The way we work has evolved significantly over the past few years. Now you have a better chance at &lt;strong&gt;choosing a company whose value system fits yours.&lt;/strong&gt; Build your own database of such companies that you want to aim for, which is curated for you. This will help you be more targeted in your approach and not just shoot in the dark by applying to hundreds of jobs postings.&lt;/p&gt;

&lt;p&gt;When you are casually open to finding a new job, you have the freedom to be more choosy about the company. You will need to evaluate the company and hiring managers as much as they evaluate you. Understand your idea of an ideal workplace and your priorities. Make a list of things that are important to you.&lt;/p&gt;

&lt;p&gt;It could be remote-work arrangement, lesser work hours, higher pay, more leaves, better medical benefits or work culture depending on your priorities. You may even want to have a part-time job that allows you to pursue your other interests and projects in parallel.&lt;/p&gt;

&lt;p&gt;This approach will also lead to greater job satisfaction, since you would have a higher degree of alignment with the company.&lt;/p&gt;

&lt;p&gt;You may not want to take an action on this list of companies right away. &lt;strong&gt;Follow their pages on social media platforms&lt;/strong&gt;, read articles and content shared by them, connect with people working there via LinkedIn. This will help you get an insight into their viewpoints on various topics and you will be able to evaluate the company better.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Keep your resume up to date
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;At least on a monthly or quarterly basis&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr13vgozkdj25rwelw8n4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr13vgozkdj25rwelw8n4.jpg" alt="Maintain a master resume which is updated regularly with all the experiences and achievements" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Maintain a master resume which is updated regularly with all the experiences and achievements&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Writing a resume can be a bottleneck in the job application process. We tend to postpone applying to a certain role because our resume isn’t ready. We may be lazy or find it a hassle to update our resumes. Or may end up doing a sloppy job at writing your resume in a hurry. You can remove the blocker by always having your resume up-to-date.&lt;/p&gt;

&lt;p&gt;Your resume is synonymous with a ‘business card’ when you want to find a job. It is something people ask for when you express interest in a role. Even if it’s a friend who wants to recommend you to a role, they would likely need to share your resume to the hiring manager.&lt;/p&gt;

&lt;p&gt;You don’t need to be actively looking for a job to keep your resume updated. Opportunities may come when you least expect it. It helps to have all your accomplishments handy when such situations arise.&lt;/p&gt;

&lt;p&gt;When you apply for a particular role, you tend to customise it for that particular job opening. But when you are casually looking for a job, you can do the exact opposite. Create and &lt;strong&gt;maintain a master file&lt;/strong&gt; with exhaustive content of all the accomplishments in one place.&lt;/p&gt;

&lt;p&gt;Update your master resume right away, if something positive happens at work - a project that you have completed, something you improved or achieved. You can always refine it when you actually need to submit it.&lt;/p&gt;

&lt;p&gt;Often, we forget or don’t give importance to certain accomplishments, especially if it happened a while ago. Don’t let such achievements slip between your fingers.&lt;/p&gt;




&lt;h2&gt;
  
  
  4.  A powerful, precise professional headline
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Across LinkedIn, resume and other online platforms&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This signals to your network about your background and areas of interest. Without knowing what you do, it would be difficult for others to remember you when they come across a new job opportunity that may be relevant for you.&lt;/p&gt;

&lt;p&gt;A headline can help your network understand what types of roles to approach you for. It also indicates your intent in the job search.&lt;/p&gt;

&lt;p&gt;For example, if you are a marketing specialist and you have updated your headline on LinkedIn as &lt;strong&gt;‘A data-driven marketing specialist with 12 years of experience in digital marketing in early-stage startups’&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This clearly signals to the reader what you are seeking in the new role:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Area of expertise&lt;/th&gt;
&lt;th&gt;Niche&lt;/th&gt;
&lt;th&gt;Years of experience&lt;/th&gt;
&lt;th&gt;Business size&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Digital marketing&lt;/td&gt;
&lt;td&gt;Comfortable with handling large amounts of data and making sense of it for strategic purposes&lt;/td&gt;
&lt;td&gt;12 years&lt;/td&gt;
&lt;td&gt;Startup / SME&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  5. Participate in interview processes
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Interview skills can be honed&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2fgdnd0eqajzr9lgojd8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2fgdnd0eqajzr9lgojd8.jpg" alt="Two people at a table, one interviewing the other" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Hone your interviewing skills by participating in interviews often&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If there is an interviewing opportunity at a company that is not on your list, still go ahead with the interview process. Firstly, it will help you stay in touch with the experience and improve your interviewing skills. Secondly, it will also help you get a better idea about the compensation market rate and benefits for your experience.&lt;/p&gt;

&lt;p&gt;It will also help you make informed decisions eventually when you want to find a job. It is also like a trial run for the actual interview at your dream company.&lt;/p&gt;

&lt;p&gt;Also, sometimes you may go into the interview process with a certain notion about the company but who knows, you may be pleasantly surprised to find it a good fit.&lt;/p&gt;




&lt;p&gt;Seems simple enough, right? If you're interested in more career and resume related posts, follow me!&lt;/p&gt;

&lt;p&gt;Be proactive and take charge of your career. Good luck! ♥&lt;/p&gt;

</description>
      <category>career</category>
      <category>job</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How often do you build 'essential but non-core' features?</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Wed, 16 Feb 2022 09:36:48 +0000</pubDate>
      <link>https://dev.to/kavyaj/how-often-do-you-build-essential-but-non-core-features-2ak5</link>
      <guid>https://dev.to/kavyaj/how-often-do-you-build-essential-but-non-core-features-2ak5</guid>
      <description>&lt;p&gt;How often do you build 'essential but non-core' features for your #SaaS product?&lt;/p&gt;

&lt;p&gt;For e.g. features like login, user profile, dashboard etc. are essential for user flow but not the 'core' USP of your product.&lt;/p&gt;

&lt;p&gt;Would you use any plugins / pre-packaged solutions to handle these features?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fob9r6mrvf3kq2ocpq7zd.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fob9r6mrvf3kq2ocpq7zd.jpg" alt="Essential and Core features" width="800" height="549"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>ux</category>
      <category>design</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How to write an effective tech resume</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Fri, 11 Feb 2022 11:54:48 +0000</pubDate>
      <link>https://dev.to/kavyaj/how-to-write-an-effective-tech-resume-38nn</link>
      <guid>https://dev.to/kavyaj/how-to-write-an-effective-tech-resume-38nn</guid>
      <description>&lt;p&gt;Resumes can often stir negative feelings &amp;amp; anxiety among jobseekers. Having to create one can be daunting. It doesn’t have to be this bad though.&lt;/p&gt;

&lt;p&gt;There are some high-level guidelines you could follow regardless of the specific requirements of your country or industry.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The first one is obvious! &lt;strong&gt;Use bulleted lists&lt;/strong&gt; instead of long paragraphs. This article too attempts to do just that 😉. It is easier to catch relevant information when presented in a neat, concise manner.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Craft a &lt;strong&gt;professional headline&lt;/strong&gt; that summarises you - sort of an elevator pitch. This would appear right under your name. So it’s one of the first things anyone would see and should give the reader a reason to read further. This also means you would need to tweak it depending on the role you’re eyeing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Highlight your skills&lt;/strong&gt;, especially the ones that are directly relevant to the job you’re applying for. Wherever possible, use the same keywords as mentioned in the job post. This will make your resume more relatable even at the first glance.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fresumey-pro-blog.sgp1.cdn.digitaloceanspaces.com%2Fcrisp-and-effective-resume.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fresumey-pro-blog.sgp1.cdn.digitaloceanspaces.com%2Fcrisp-and-effective-resume.jpg" alt="Crisp and effective resume" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Create a crisp and effective resume&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Customizing resumes is a MUST to ensure you get shortlisted. Write your resume for both automated screening process and humans. While elaborating your experiences, go beyond just using keywords that are mentioned in the job description. The ATS may do a semantic match to identify related terms. For example, not just ‘Python developer’ but also backend.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Can’t stress this enough - don’t confuse your responsibilities (job description) with your achievements (impact). For the latter, mention how your skills and actions at work created a measurable impact on your projects and stakeholders. It would be good to quantify the impact but don’t worry if you can’t. For example:&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Responsibilites&lt;/th&gt;
&lt;th&gt;Achievements&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Worked on streamlining data capture&lt;/td&gt;
&lt;td&gt;Minimized errors by 30% by improving data capture fields for users&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Developed ABC front-end application&lt;/td&gt;
&lt;td&gt;Built ABC application with Node.js, Angular, React, Vue to support 1000+ mobile users&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Executed marketing campaigns&lt;/td&gt;
&lt;td&gt;Developed SEO strategies based on MOZ analytics and implemented across 3 selected channels&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It’s great that we no longer have to submit hard copies of our resume, printed on A4 paper when we apply for jobs. Online submission allows us to expand the scope of our resumes. &lt;strong&gt;Add links&lt;/strong&gt; to your portfolio, GitHub, LinkedIn, personal website or anything else on the internet that showcases your past work.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give &lt;strong&gt;any additional info&lt;/strong&gt; that can benefit your application further - certifications, courses, languages. Don’t go too overboard with certifications and courses. Keep them strictly relevant. Most of us take up online courses every now and then but they may not be applicable for the role at hand.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your resume should contain &lt;strong&gt;your contact information&lt;/strong&gt; for the hiring manager to get in touch with you. There are primarily two ways a hiring manager could contact you in this century - via email or phone. Every other means is optional. In fact, providing your full  address is outdated. However, your current location / city may be relevant if you are not applying for remote jobs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Present your resume in the right way: It’s easy for recruiters to get tired of seeing similar, drab resume styles over and over again. After all, a recruiter typically receives hundreds (sometimes thousands) of resumes for every job post. In contrast, when they see a resume in a style they’ve never seen before, it would show them that you have actually put some thought and effort into not only the content but also the &lt;strong&gt;presentation of your resume&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keep it simple and use the &lt;strong&gt;right visual hierarchy and colours&lt;/strong&gt; to highlight the most important parts of your resume. Of course, exceptional cases are when there are specific guidelines on the format one must use in their resumes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Keeping these points in mind, go ahead and give your resume a try!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>resume</category>
    </item>
    <item>
      <title>Are resumes still relevant?</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Sun, 06 Feb 2022 03:10:13 +0000</pubDate>
      <link>https://dev.to/kavyaj/are-resumes-still-relevant-1fpf</link>
      <guid>https://dev.to/kavyaj/are-resumes-still-relevant-1fpf</guid>
      <description>&lt;p&gt;Networking, having an online presence and building a personal brand can definitely increase one’s chances of landing their dream job. Then why do we need a resume? Are they still relevant?&lt;/p&gt;

&lt;p&gt;To understand why they’re still around, we need to understand their purpose.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why exactly do we need a resume?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;It’s a quick way to assess whether someone wants to spend time speaking to you&lt;/strong&gt;. Almost synonymous to a dating profile - it’s only a starting point, but doesn’t guarantee a date. Similarly, a resume won’t guarantee you a job, but it’ll help open a few doors. The purpose of your resume is to get the conversation started.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A resume is used to assess the hiring manager’s question “How relevant is this person for this role?”. When a hiring manager publishes a job opening, how many applications do you think they get on an average? 100? 200? 500? Sometimes even more! Make it easier for them to see why you’re right for the job. Your resume is a neat way to &lt;strong&gt;showcase all the relevant things&lt;/strong&gt; you’ve done in one place, tailored to the role.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;More often than not, there would be more than one person involved in the hiring process. Here’s where resumes come in handy - they’re &lt;strong&gt;bite-sized, concise write-ups&lt;/strong&gt; which can be easily shared among the hiring team.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It &lt;strong&gt;aids your thinking process while applying&lt;/strong&gt;. Writing your resume can give you clarity by revisiting your past experiences and understanding how your skills fit into the role you are applying for.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Why can’t I just show my portfolio? Won’t that be better?
&lt;/h3&gt;

&lt;p&gt;Yes, showing your portfolio is definitely an option. But you don’t have to choose one over the other. Resume and portfolio serve similar but slightly different purposes.&lt;/p&gt;

&lt;p&gt;Look at it this way. The resume is a cover page/table of contents for your portfolio. Resume tells you what you can expect from the detailed portfolio. So in a way, they go hand-in-hand.&lt;/p&gt;

&lt;p&gt;Your resume could even go beyond your portfolio. It gives you the space to mention certain points that may not necessarily be a part of your portfolio but important for the job you’re applying for.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fresumey-pro-blog.sgp1.cdn.digitaloceanspaces.com%2Fwhy-create-a-resume.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fresumey-pro-blog.sgp1.cdn.digitaloceanspaces.com%2Fwhy-create-a-resume.jpg" alt="Experience and skill feeding into the resume" width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Let your resume do the talking&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  How about my LinkedIn profile? Isn’t that sufficient?
&lt;/h3&gt;

&lt;p&gt;Your LinkedIn profile and resume aren’t radically different. There could be a large overlap between the two. The key difference is customization. Your LinkedIn profile is great for networking, showcasing your experiences and creating a strong professional brand online on a regular basis.&lt;/p&gt;

&lt;p&gt;But when you’re actively seeking out a role, it helps to be more specific. Your resume is a fluid, dynamic document that is modified as per your application. Every role is different with different requirements. Making sure relevant information is highlighted will give you a better chance of getting shortlisted for an interview.&lt;/p&gt;

&lt;p&gt;But as they say, people contain multitudes. So &lt;strong&gt;how can one possibly fit everything in a single page?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That’s the trick. You don’t have to. Resumes don’t tell the entire story but are enough to pique the interest of the hiring manager. Resumes ought to be customized for the specific role you’re applying for, so don’t overload it with a ton of content.&lt;/p&gt;




&lt;h2&gt;
  
  
  Resumes are evolving; not dying
&lt;/h2&gt;

&lt;p&gt;Companies are increasingly using sophisticated ways to shortlist candidates. Resume is just one of them. While the hiring methods are evolving, we also see resumes trends evolving.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keyword optimized for ATS&lt;/strong&gt;&lt;br&gt;
The buzzword in the recruitment industry is ATS, short for Applicant Tracking Systems. Most of the large companies use these systems to manage and track applications. Many candidates optimize their content with keywords in line with the job description of the role they are applying for. But keywords without proper context can be jarring. At the end of the day, your resume would be viewed by a human. The best resumes use keywords in line with the job description, while still keeping it relevant to their experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resume designs that stand out&lt;/strong&gt;&lt;br&gt;
Simple elements like colours, typography and consistent alignment play a huge role in making or breaking a resume. Having a clear visual hierarchy and white space helps highlight the relevant experiences and skills. This makes the resume skimmable. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highly curated&lt;/strong&gt;&lt;br&gt;
Having different versions for different applications can make your resume more effective. Hiring managers love to receive customized resumes that directly address the role they are hiring for. You could use the company's brand colours in your resume to attract the hiring manager’s attention or have use your own personal brand colour to stand out.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bringing out your personality&lt;/strong&gt;&lt;br&gt;
Authenticity is always in fashion. The tone and choice of your words can help you set yourself apart. You could even give more information about your interests, volunteering work.&lt;/p&gt;

&lt;p&gt;Resumes are an important part of the active job hunt plan. When used right, they can be a powerful tool to further your career.&lt;/p&gt;




&lt;p&gt;P.S. if you like using Markdown, you can use it for writing resumes too!&lt;/p&gt;

&lt;p&gt;When my husband was looking for a job, we created a bunch of designs for his resume. It's now converted it into a web application. Here, you can write your content in Markdown and try out these designs. Check it out at &lt;a href="https://resumey.pro/" rel="noopener noreferrer"&gt;Resumey.Pro&lt;/a&gt;. Let me know if you have any thoughts on it!&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How to get noticed by tech recruiters?</title>
      <dc:creator>kavyaj</dc:creator>
      <pubDate>Wed, 19 Jan 2022 09:46:51 +0000</pubDate>
      <link>https://dev.to/kavyaj/how-to-get-noticed-by-tech-recruiters-a1b</link>
      <guid>https://dev.to/kavyaj/how-to-get-noticed-by-tech-recruiters-a1b</guid>
      <description>&lt;p&gt;I attended a webinar by &lt;a href="https://www.codementor.io/" rel="noopener noreferrer"&gt;Codementor&lt;/a&gt; yesterday about tech hiring, where the speaker Jeff Lam shared these insightful gems on creating resumes that help candidates stand out:&lt;/p&gt;

&lt;h2&gt;
  
  
  What do recruiters look for?
&lt;/h2&gt;

&lt;p&gt;Regardless of ATS (applicant tracking system) or a human reviewing your application, here's what they look for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your tech stacks&lt;/li&gt;
&lt;li&gt;relevant experience for the role&lt;/li&gt;
&lt;li&gt;clear &amp;amp; concise profile/resume (if too long, recruiters may even skip reading it)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How to optimize your resume for visibility?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;make it easy to read with bullets, tech stacks, project details&lt;/li&gt;
&lt;li&gt;keep it short &amp;amp; concise, don't overwhelm with info&lt;/li&gt;
&lt;li&gt;recruiters (&amp;amp; ATS) are experts at keyword search. Add relevant ones&lt;/li&gt;
&lt;li&gt;add tech stack at the bottom of every employment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0t1lt4k5cqhc3wyaf5hk.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0t1lt4k5cqhc3wyaf5hk.jpg" alt="Image with an example of optimized resume with bullet points, tech stacks and keywords" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How to stand out?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;give personality to your professional profile: it could be through choice of words, colour, font or anything else&lt;/li&gt;
&lt;li&gt;be active in tech communities and link it to your resume: Github, LinkedIn, Twitter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk1i9ja9is6r38nmvdk9w.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk1i9ja9is6r38nmvdk9w.jpg" alt="Image with an example of optimized resume with professional fonts, colour and links to social media" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;don't just write responsibilities. Write about something challenging you've worked on, any projects.&lt;/li&gt;
&lt;li&gt;optimize content for the role. The more relevant it is, there's a higher chance of getting shortlisted&lt;/li&gt;
&lt;li&gt;reach out to key decision makers in the company you're applying for.&lt;/li&gt;
&lt;li&gt;add numbers and quantify wherever you can. Specify the duration of employment. Recruiters (and ATS) are not technical experts but they use them to derive your degree of skill level &amp;amp; understand your seniority&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In short, it's not difficult but takes &lt;em&gt;some&lt;/em&gt; effort to optimize :)&lt;/p&gt;

&lt;p&gt;Recently, I launched a product which helps candidates to create resumes with these elements easily. It's now live here: &lt;a href="https://resumey.pro/" rel="noopener noreferrer"&gt;Resumey.Pro&lt;/a&gt;.&lt;br&gt;
Feel free to  let me know what you think in the comments below 👇 &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
    </item>
  </channel>
</rss>
