<?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: Najmul Hasan</title>
    <description>The latest articles on DEV Community by Najmul Hasan (@najmulcodes).</description>
    <link>https://dev.to/najmulcodes</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%2F3870662%2F9285699c-fe1e-427e-a415-e9a3100e5410.png</url>
      <title>DEV Community: Najmul Hasan</title>
      <link>https://dev.to/najmulcodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/najmulcodes"/>
    <language>en</language>
    <item>
      <title>I Built an AI Tool That Analyzes GitHub Profiles &amp; Developer Portfolios</title>
      <dc:creator>Najmul Hasan</dc:creator>
      <pubDate>Thu, 09 Apr 2026 23:32:29 +0000</pubDate>
      <link>https://dev.to/najmulcodes/i-built-an-ai-tool-that-analyzes-github-profiles-developer-portfolios-3ha4</link>
      <guid>https://dev.to/najmulcodes/i-built-an-ai-tool-that-analyzes-github-profiles-developer-portfolios-3ha4</guid>
      <description>&lt;p&gt;I built an AI tool that analyzes your GitHub &amp;amp; portfolio like a recruiter.&lt;/p&gt;

&lt;p&gt;Most developers think their GitHub profile is “fine”.&lt;/p&gt;

&lt;p&gt;It has repos.&lt;br&gt;&lt;br&gt;
It has commits.&lt;br&gt;&lt;br&gt;
Maybe even some stars.&lt;/p&gt;

&lt;p&gt;But when someone actually reviews it — especially a recruiter — the experience is very different.&lt;/p&gt;

&lt;p&gt;They’re not counting commits.&lt;br&gt;
They’re scanning for signal.&lt;/p&gt;

&lt;p&gt;And most profiles don’t communicate it clearly.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;A GitHub profile is supposed to represent your work.&lt;/p&gt;

&lt;p&gt;But in reality:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Important projects are buried&lt;/li&gt;
&lt;li&gt;READMEs are incomplete or unclear&lt;/li&gt;
&lt;li&gt;Contribution activity looks inconsistent&lt;/li&gt;
&lt;li&gt;Tech stack is hard to understand at a glance&lt;/li&gt;
&lt;li&gt;Portfolio sites look good but say very little&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From the outside, it’s hard to quickly answer:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Is this developer actually strong?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And from the developer side, it’s even harder to see your own blind spots.&lt;/p&gt;




&lt;h2&gt;
  
  
  So I built something to solve this
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;Devfolio Analyzer&lt;/strong&gt; — a tool that evaluates GitHub profiles and developer portfolios and turns them into a structured, readable signal.&lt;/p&gt;

&lt;p&gt;👉 Live: &lt;a href="https://devfolioanalyzer.vercel.app" rel="noopener noreferrer"&gt;https://devfolioanalyzer.vercel.app&lt;/a&gt;&lt;br&gt;
👉 Docs: &lt;a href="https://devfoliodocs.vercel.app" rel="noopener noreferrer"&gt;https://devfoliodocs.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Show how your profile actually reads to someone else.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;You enter a GitHub username.&lt;/p&gt;

&lt;p&gt;The system:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fetches public GitHub data&lt;/li&gt;
&lt;li&gt;Extracts meaningful signals&lt;/li&gt;
&lt;li&gt;Normalizes them into structured data&lt;/li&gt;
&lt;li&gt;Runs an AI-based evaluation&lt;/li&gt;
&lt;li&gt;Returns a scored report with feedback&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  What it evaluates
&lt;/h2&gt;

&lt;p&gt;Instead of vanity metrics, it focuses on five core areas:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Project quality
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;README clarity&lt;/li&gt;
&lt;li&gt;Repo structure&lt;/li&gt;
&lt;li&gt;Presence of tests&lt;/li&gt;
&lt;li&gt;CI/CD setup&lt;/li&gt;
&lt;li&gt;Commit quality&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. Tech stack signal
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Languages used&lt;/li&gt;
&lt;li&gt;Framework detection&lt;/li&gt;
&lt;li&gt;Recency of technologies&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. Contribution consistency
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Activity patterns&lt;/li&gt;
&lt;li&gt;Streaks and gaps&lt;/li&gt;
&lt;li&gt;Recent momentum&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  4. Portfolio presentation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Profile README&lt;/li&gt;
&lt;li&gt;Pinned repos&lt;/li&gt;
&lt;li&gt;Bio and links&lt;/li&gt;
&lt;li&gt;Overall clarity&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  5. Community engagement
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;PRs to external repos&lt;/li&gt;
&lt;li&gt;Issue activity&lt;/li&gt;
&lt;li&gt;Open-source participation&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Example output
&lt;/h2&gt;

&lt;p&gt;Instead of vague feedback, you get something like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Score:&lt;/strong&gt; 78 / 100&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Label:&lt;/strong&gt; Good&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Inconsistent recent activity&lt;/li&gt;
&lt;li&gt;Weak README structure in top repos&lt;/li&gt;
&lt;li&gt;Profile presentation not aligned with project quality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Suggestions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improve top repo documentation&lt;/li&gt;
&lt;li&gt;Add clearer profile messaging&lt;/li&gt;
&lt;li&gt;Reorganize pinned repositories&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;Most developers optimize the wrong things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;stars&lt;/li&gt;
&lt;li&gt;repo count&lt;/li&gt;
&lt;li&gt;follower numbers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But those don’t tell the full story.&lt;/p&gt;

&lt;p&gt;What actually matters:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clarity&lt;/li&gt;
&lt;li&gt;consistency&lt;/li&gt;
&lt;li&gt;presentation&lt;/li&gt;
&lt;li&gt;real project quality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because that’s what people look for when they evaluate you.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it’s built (quick overview)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: Next.js + Tailwind&lt;/li&gt;
&lt;li&gt;Backend: API routes&lt;/li&gt;
&lt;li&gt;Data: GitHub REST API&lt;/li&gt;
&lt;li&gt;AI: LLM-based scoring pipeline&lt;/li&gt;
&lt;li&gt;Cache: Redis (Upstash)&lt;/li&gt;
&lt;li&gt;Deployment: Vercel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything runs serverless — no separate backend needed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Some limitations (important)
&lt;/h2&gt;

&lt;p&gt;This isn’t magic.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Only public GitHub data is analyzed&lt;/li&gt;
&lt;li&gt;Private work is invisible&lt;/li&gt;
&lt;li&gt;LLM scoring has small variations&lt;/li&gt;
&lt;li&gt;Code quality is inferred, not executed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not perfection — it’s clarity.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I learned building this
&lt;/h2&gt;

&lt;p&gt;Two things stood out:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Most profiles are harder to read than people think
&lt;/h3&gt;

&lt;p&gt;Even strong developers often have weak presentation.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Signal is different from activity
&lt;/h3&gt;

&lt;p&gt;You can be active and still look unclear.&lt;br&gt;
You can have fewer repos and look stronger.&lt;/p&gt;




&lt;h2&gt;
  
  
  If you want to try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://devfolioanalyzer.vercel.app" rel="noopener noreferrer"&gt;LINK&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Run your profile through it and see what shows up.&lt;/p&gt;

&lt;p&gt;You’ll probably notice things you didn’t expect.&lt;/p&gt;




&lt;h2&gt;
  
  
  I’d really like feedback
&lt;/h2&gt;

&lt;p&gt;If you try it, I’d love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the score feel fair?&lt;/li&gt;
&lt;li&gt;Is the feedback actually useful?&lt;/li&gt;
&lt;li&gt;What feels missing or inaccurate?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is still evolving, and real feedback matters more than assumptions.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;Your GitHub profile is more than a code dump.&lt;/p&gt;

&lt;p&gt;It’s how your work is interpreted.&lt;/p&gt;

&lt;p&gt;And small improvements there can make a big difference.&lt;/p&gt;

</description>
      <category>github</category>
      <category>webdev</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
