<?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: 2MJ</title>
    <description>The latest articles on DEV Community by 2MJ (@attahiruj).</description>
    <link>https://dev.to/attahiruj</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%2F1262403%2F5e7439f0-1aef-47fb-9fc1-e4c270007b42.jpeg</url>
      <title>DEV Community: 2MJ</title>
      <link>https://dev.to/attahiruj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/attahiruj"/>
    <language>en</language>
    <item>
      <title>I Built the Resume Tool My Broke Student Self Needed</title>
      <dc:creator>2MJ</dc:creator>
      <pubDate>Sun, 01 Mar 2026 15:42:44 +0000</pubDate>
      <link>https://dev.to/attahiruj/i-built-the-resume-tool-my-broke-student-self-needed-1932</link>
      <guid>https://dev.to/attahiruj/i-built-the-resume-tool-my-broke-student-self-needed-1932</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Community
&lt;/h2&gt;

&lt;p&gt;You finish a project you’re proud of. Your GitHub is active, you’ve taken courses, maybe done an internship. You have the skills.&lt;/p&gt;

&lt;p&gt;Now you need a resume.&lt;/p&gt;

&lt;p&gt;You open a resume builder — and it immediately starts boxing you in.&lt;/p&gt;

&lt;p&gt;“Company Name.”&lt;br&gt;&lt;br&gt;
But you freelanced.&lt;br&gt;&lt;br&gt;
The formatting looks fine in the editor but breaks in the PDF.&lt;br&gt;&lt;br&gt;
You try another tool. Same issue.&lt;br&gt;&lt;br&gt;
You switch to Google Docs — now you’re fighting spacing.&lt;br&gt;&lt;br&gt;
You try LaTeX — now you’re learning a new tool just to describe what you already know.&lt;/p&gt;

&lt;p&gt;I built this for students who have real skills but struggle to present them clearly — not because they lack ability, but because the tools get in the way.&lt;/p&gt;

&lt;p&gt;And I’m one of them.&lt;/p&gt;


&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;&lt;a href="https://resmd.vercel.app/" rel="noopener noreferrer"&gt;Resmd&lt;/a&gt;&lt;/strong&gt; — an open-source resume builder where you write in plain text and export a polished PDF.&lt;/p&gt;

&lt;p&gt;No forms. No drag-and-drop. No locked templates.&lt;/p&gt;

&lt;p&gt;It uses a simple Markdown-inspired syntax called &lt;strong&gt;ResMarkup&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# Bio&lt;/span&gt;
Name: Amara Osei
Title: Full Stack Engineer
Email: amara@example.com
Location: Earth
GitHub: github.com/amaraosei

&lt;span class="gh"&gt;# Experience&lt;/span&gt;

&lt;span class="gu"&gt;## Software Engineer Intern @ Acme Corp&lt;/span&gt;
Date: Jun 2024 – Aug 2024
Location: Remote
&lt;span class="p"&gt;
-&lt;/span&gt; Reduced API response time by 40% through query optimization
&lt;span class="p"&gt;-&lt;/span&gt; Built a CI pipeline that cut deployment time from 20 minutes to 4
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Write your resume like a document. See it rendered live. Switch templates without touching your content. Export a clean PDF.&lt;/p&gt;

&lt;p&gt;Your resume stays as plain text — portable, versionable, and fully yours.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Features
&lt;/h3&gt;

&lt;p&gt;Students often know what they did — they just struggle to phrase it well. Resmd helps with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI Enhance&lt;/strong&gt; — rewrite a bullet point to make it clearer and stronger
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Chat&lt;/strong&gt; — get suggestions based on your full resume
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Review&lt;/strong&gt; — structured feedback (coming soon)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Match&lt;/strong&gt; — compare your resume to a job description (coming soon)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can create multiple resume versions, share a public link (&lt;code&gt;/r/your-slug&lt;/code&gt;), and choose from five templates.&lt;/p&gt;

&lt;p&gt;It’s open source under AGPL-3.0. You can self-host, fork it, or build your own template.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/E-xWuMb6UEE"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live:&lt;/strong&gt; &lt;a href="https://resmd.vercel.app/" rel="noopener noreferrer"&gt;https://resmd.vercel.app/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Code:&lt;/strong&gt; &lt;a href="https://github.com/attahiruj/resmd" rel="noopener noreferrer"&gt;https://github.com/attahiruj/resmd&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;td&gt;Next.js&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Language&lt;/td&gt;
&lt;td&gt;TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database &amp;amp; Auth&lt;/td&gt;
&lt;td&gt;Supabase&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Styling&lt;/td&gt;
&lt;td&gt;Tailwind CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Editor&lt;/td&gt;
&lt;td&gt;CodeMirror 6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;OpenRouter&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF&lt;/td&gt;
&lt;td&gt;@react-pdf/renderer&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The hardest part was keeping the web preview and the PDF output visually consistent. React PDF doesn’t use standard CSS, so each template has two renderers — one for the browser and one for the PDF — powered by the same parsed data structure.&lt;/p&gt;

&lt;p&gt;The AI runs server-side with session validation and rate limiting. The default model runs through OpenRouter’s free tier, and the rest of the stack also fits within free plans. The goal was simple: something any student can use — or host — without paying.&lt;/p&gt;

&lt;p&gt;This started as a personal frustration. Its a tool I will genuinely use.&lt;/p&gt;




&lt;p&gt;&lt;code&gt;#devchallenge&lt;/code&gt; &lt;code&gt;#weekendchallenge&lt;/code&gt; &lt;code&gt;#showdev&lt;/code&gt; &lt;code&gt;#opensource&lt;/code&gt; &lt;code&gt;#nextjs&lt;/code&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
