<?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: Seng Lee</title>
    <description>The latest articles on DEV Community by Seng Lee (@mrsbeep).</description>
    <link>https://dev.to/mrsbeep</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%2F1259459%2F44679e93-588d-4b9a-959a-77cd2a1670a0.webp</url>
      <title>DEV Community: Seng Lee</title>
      <link>https://dev.to/mrsbeep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrsbeep"/>
    <language>en</language>
    <item>
      <title>Why I Stopped Sending Resumes and Built a "Proof of Work" Portfolio Instead</title>
      <dc:creator>Seng Lee</dc:creator>
      <pubDate>Fri, 23 Jan 2026 20:52:00 +0000</pubDate>
      <link>https://dev.to/mrsbeep/why-i-stopped-sending-resumes-and-built-a-proof-of-work-portfolio-instead-35pm</link>
      <guid>https://dev.to/mrsbeep/why-i-stopped-sending-resumes-and-built-a-proof-of-work-portfolio-instead-35pm</guid>
      <description>&lt;p&gt;After 6 months of job hunting and 100+ applications with barely any responses, I realized something brutal: &lt;strong&gt;my resume was invisible.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm a developer. I had skills. I had projects. But I was competing against thousands of other applicants with the same bullet points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3 years experience in React&lt;/li&gt;
&lt;li&gt;Built scalable applications&lt;/li&gt;
&lt;li&gt;Strong problem-solving skills&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Recruiters were spending maybe 6 seconds on my PDF before moving on. And I get it—they're drowning in applications.&lt;/p&gt;

&lt;p&gt;So I asked myself: &lt;strong&gt;What if I could show my work instead of just listing it?&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem with Resumes for Remote Jobs
&lt;/h2&gt;

&lt;p&gt;Remote hiring is different. Companies can't meet you. They can't see you work. They're hiring based entirely on trust—and a 1-page PDF doesn't build trust.&lt;/p&gt;

&lt;p&gt;What actually builds trust:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Seeing your code in action&lt;/li&gt;
&lt;li&gt;Understanding how you think&lt;/li&gt;
&lt;li&gt;Getting a feel for how you communicate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A resume does none of that.&lt;/p&gt;

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

&lt;p&gt;I spent a weekend building myself a simple portfolio page. Not a fancy personal website with a blog I'd never update—just a clean page that showed:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Who I am&lt;/strong&gt; (2-3 sentences, not my life story)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What I've built&lt;/strong&gt; (with live links and outcomes, not just descriptions)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;My stack&lt;/strong&gt; (so recruiters can quickly pattern-match)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;One link to share everywhere&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here's what changed:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Before (Resume)&lt;/th&gt;
&lt;th&gt;After (Portfolio)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Built a dashboard&lt;/td&gt;
&lt;td&gt;Live demo + reduced TTFB by 42%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Experience with React&lt;/td&gt;
&lt;td&gt;Actual React projects with code&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Good communicator&lt;/td&gt;
&lt;td&gt;Clear, well-written project descriptions&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Results Surprised Me
&lt;/h2&gt;

&lt;p&gt;Within 2 weeks of sharing my portfolio link instead of attaching a PDF:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Response rate went from ~2% to ~15%&lt;/li&gt;
&lt;li&gt;Recruiters actually mentioned specific projects in their replies&lt;/li&gt;
&lt;li&gt;Got 3 interviews where they said "I checked out your portfolio before the call"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The difference? They could &lt;em&gt;see&lt;/em&gt; my work before deciding to talk to me.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Makes a Good "Proof of Work" Portfolio
&lt;/h2&gt;

&lt;p&gt;After going through this process and talking to other developers who made the switch, here's what I learned:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Lead with outcomes, not features
&lt;/h3&gt;

&lt;p&gt;Don't say "built a dashboard." Say "dashboard that cut report generation time by 60%."&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Make it scannable
&lt;/h3&gt;

&lt;p&gt;Recruiters are busy. They should get the gist in 10 seconds.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Include live links
&lt;/h3&gt;

&lt;p&gt;Dead projects = red flags. Even a simple deployed demo beats a GitHub repo they won't clone.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Keep it updated
&lt;/h3&gt;

&lt;p&gt;A portfolio from 2021 tells recruiters you've been coasting.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. One URL to rule them all
&lt;/h3&gt;

&lt;p&gt;LinkedIn + GitHub + personal site + Notion = confusion. One link that has everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool I Built (and Why I'm Sharing This)
&lt;/h2&gt;

&lt;p&gt;After my portfolio worked for me, a few friends asked me to help them build theirs. That's when I realized: most developers either don't have time to build a portfolio site, or they overthink it and never ship.&lt;/p&gt;

&lt;p&gt;So I turned my template into &lt;a href="https://remoteworks.pro" rel="noopener noreferrer"&gt;RemoteWorks.pro&lt;/a&gt;—a simple tool that lets you create a portfolio in minutes, not days.&lt;/p&gt;

&lt;p&gt;I'm not going to pretend this is some revolutionary SaaS. It's intentionally simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pick a template designed for remote job seekers&lt;/li&gt;
&lt;li&gt;Add your projects and experience&lt;/li&gt;
&lt;li&gt;Get a shareable link (yourname.remoteworks.pro)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's free to start, and I built it because I genuinely believe portfolios &amp;gt; resumes for remote work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It or Don't—But Stop Relying on PDFs
&lt;/h2&gt;

&lt;p&gt;Whether you use my tool, build your own, or use something else entirely—the point is this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In 2025, especially for remote roles, showing your work beats describing it every time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Recruiters are overwhelmed. Give them something they can actually evaluate in 30 seconds.&lt;/p&gt;




&lt;p&gt;If you're curious, here's the product: &lt;a href="https://remoteworks.pro" rel="noopener noreferrer"&gt;RemoteWorks.pro&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if you've made the portfolio switch yourself, I'd love to hear what worked for you in the comments. Always looking to learn from other devs who've cracked the remote job code.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What do you think—am I wrong about resumes? Has a portfolio actually helped you land interviews? Let me know below 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>portfolio</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>🟢 Just Released: Green Beautiful Color Themes – My New VS Code Theme 🌿✨</title>
      <dc:creator>Seng Lee</dc:creator>
      <pubDate>Fri, 05 Dec 2025 14:48:19 +0000</pubDate>
      <link>https://dev.to/mrsbeep/just-released-green-beautiful-color-themes-my-new-vs-code-theme-1gn</link>
      <guid>https://dev.to/mrsbeep/just-released-green-beautiful-color-themes-my-new-vs-code-theme-1gn</guid>
      <description>&lt;p&gt;Hey everyone!&lt;br&gt;
I just published my second VS Code theme extension, and I’d love for you to check it out and let me know what you think.&lt;/p&gt;

&lt;p&gt;🌿 Green Beautiful Color Themes&lt;/p&gt;

&lt;p&gt;A calm, refreshing green-focused theme designed for developers who want a cleaner, more relaxing workspace. Great for long coding sessions where you want something easy on the eyes but still visually sharp.&lt;/p&gt;

&lt;p&gt;👉 Download / Install from the VS Code Marketplace:&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=davidleedarkbutterflydev.green-beautiful-color-themes" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=davidleedarkbutterflydev.green-beautiful-color-themes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✨ Features&lt;/p&gt;

&lt;p&gt;Fresh green tones for a modern, peaceful UI&lt;/p&gt;

&lt;p&gt;Carefully balanced syntax colors&lt;/p&gt;

&lt;p&gt;Minimal, clean, and distraction-free&lt;/p&gt;

&lt;p&gt;Great for day-to-day coding&lt;/p&gt;

&lt;p&gt;💬 I’d love your feedback!&lt;/p&gt;

&lt;p&gt;If you give it a try, please let me know:&lt;/p&gt;

&lt;p&gt;What you liked&lt;/p&gt;

&lt;p&gt;What you'd want improved&lt;/p&gt;

&lt;p&gt;Any color tweaks you'd suggest&lt;/p&gt;

&lt;p&gt;Your input will help shape the next updates.&lt;/p&gt;

&lt;p&gt;Thanks so much — I hope this theme makes your workspace a little more beautiful! 💚&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>themes</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
