<?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: Gurjeet Singh</title>
    <description>The latest articles on DEV Community by Gurjeet Singh (@igurisandhu).</description>
    <link>https://dev.to/igurisandhu</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2984428%2F5e355c2b-f0b5-45ec-96f2-8dd93834c5d5.jpeg</url>
      <title>DEV Community: Gurjeet Singh</title>
      <link>https://dev.to/igurisandhu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/igurisandhu"/>
    <language>en</language>
    <item>
      <title>A Developer Portfolio in One Link: What to Show (and What to Skip)</title>
      <dc:creator>Gurjeet Singh</dc:creator>
      <pubDate>Sat, 26 Sep 2026 13:04:56 +0000</pubDate>
      <link>https://dev.to/igurisandhu/a-developer-portfolio-in-one-link-what-to-show-and-what-to-skip-533c</link>
      <guid>https://dev.to/igurisandhu/a-developer-portfolio-in-one-link-what-to-show-and-what-to-skip-533c</guid>
      <description>&lt;p&gt;I've looked at a lot of developer portfolios. The ones that get replies are rarely the most impressive. They're the easiest to skim.&lt;/p&gt;

&lt;p&gt;A recruiter or client usually has three questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What have you built?&lt;/li&gt;
&lt;li&gt;Can you do what &lt;em&gt;I&lt;/em&gt; need?&lt;/li&gt;
&lt;li&gt;How do I reach you?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If your portfolio answers those in about ten seconds, you're ahead of most people. Here's how.&lt;/p&gt;

&lt;h2&gt;
  
  
  One page beats five links
&lt;/h2&gt;

&lt;p&gt;"Here's my GitHub, my LinkedIn, my site and a Notion doc" gives the reader four chances to give up. One link that shows the important things gives them none.&lt;/p&gt;

&lt;p&gt;You don't need a framework, a build step or a domain to renew. A single page is enough to start.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to put on it, in order
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. A one-line intro.&lt;/strong&gt; Say what you do and for whom.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Full-stack developer building booking tools for small teams.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2. Two to four projects.&lt;/strong&gt; For each one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What it does, in one sentence&lt;/li&gt;
&lt;li&gt;The stack&lt;/li&gt;
&lt;li&gt;A live link or repo&lt;/li&gt;
&lt;li&gt;One number if you have it ("used by 40 tutors")&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Skills you'd actually use on the job.&lt;/strong&gt; Not every tool you've touched once.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Experience and education&lt;/strong&gt;, short.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. How to reach you.&lt;/strong&gt; Email, LinkedIn, GitHub, and a booking link if you take calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  Order matters more than polish
&lt;/h2&gt;

&lt;p&gt;Lead with the project that best matches the jobs you want, not the one you're proudest of. If you want backend roles, don't open with a landing page you styled.&lt;/p&gt;

&lt;h2&gt;
  
  
  Show a result, not a stack list
&lt;/h2&gt;

&lt;p&gt;"React, Node, Postgres" tells me what you used. "Built a booking app in React and Node, used by 40 tutors" tells me what you did.&lt;/p&gt;

&lt;p&gt;No numbers yet? Describe the problem you solved in plain words.&lt;/p&gt;

&lt;h2&gt;
  
  
  Small details that make you look careful
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;All links work (check them monthly)&lt;/li&gt;
&lt;li&gt;Screenshots aren't blurry&lt;/li&gt;
&lt;li&gt;The page loads fast on a phone&lt;/li&gt;
&lt;li&gt;Your photo or avatar is the same everywhere&lt;/li&gt;
&lt;li&gt;No "coming soon" sections&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  A JSON-LD snippet for your own site
&lt;/h2&gt;

&lt;p&gt;If you host your portfolio yourself, add structured data so search engines can understand who you are:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"application/ld+json"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;@context&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;https://schema.org&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;@type&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;ProfilePage&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;mainEntity&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;@type&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Person&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;name&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Your Name&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;jobTitle&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Full-stack developer&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;url&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;https://yourdomain.dev&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;sameAs&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
      &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;https://github.com/yourhandle&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;https://www.linkedin.com/in/yourhandle&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
    &lt;span class="p"&gt;]&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It won't make you rank overnight, but it removes guesswork about which profiles are yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to put the link
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub profile README&lt;/li&gt;
&lt;li&gt;LinkedIn contact info and About&lt;/li&gt;
&lt;li&gt;X and other bios&lt;/li&gt;
&lt;li&gt;Your resume header&lt;/li&gt;
&lt;li&gt;Your email signature&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Free options
&lt;/h2&gt;

&lt;p&gt;If you don't want to build and maintain a site, a link-in-bio page can work as a lightweight portfolio. Full disclosure: I'm the founder of &lt;a href="https://linkpre.com" rel="noopener noreferrer"&gt;LinkPre&lt;/a&gt;, which does this. The free plan has links, skills and analytics, and Pro adds projects, experience, certifications and a booking calendar for $1 a month. Use whatever fits you. The advice above applies to any tool, or to a hand-built page.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[ ] One-line intro&lt;/li&gt;
&lt;li&gt;[ ] 2 to 4 projects, best-matching first&lt;/li&gt;
&lt;li&gt;[ ] A result or number for each&lt;/li&gt;
&lt;li&gt;[ ] Skills, honest and short&lt;/li&gt;
&lt;li&gt;[ ] Contact and booking link&lt;/li&gt;
&lt;li&gt;[ ] Link placed on GitHub, LinkedIn and your resume&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's the first thing you look at on a developer's portfolio? I'm curious what recruiters and hiring managers here actually skim for.&lt;/p&gt;

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