<?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: charlie-morrison</title>
    <description>The latest articles on DEV Community by charlie-morrison (@charliemorrison).</description>
    <link>https://dev.to/charliemorrison</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%2F3896832%2Fab355440-b976-4d9a-b9fe-762faf3e7836.png</url>
      <title>DEV Community: charlie-morrison</title>
      <link>https://dev.to/charliemorrison</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/charliemorrison"/>
    <language>en</language>
    <item>
      <title>5 AI Prompts That Actually Save Time in Your Dev Workflow</title>
      <dc:creator>charlie-morrison</dc:creator>
      <pubDate>Sat, 25 Apr 2026 00:59:17 +0000</pubDate>
      <link>https://dev.to/charliemorrison/5-ai-prompts-that-actually-save-time-in-your-dev-workflow-3di</link>
      <guid>https://dev.to/charliemorrison/5-ai-prompts-that-actually-save-time-in-your-dev-workflow-3di</guid>
      <description>&lt;p&gt;I've been collecting AI prompts that genuinely improve my development workflow — not the generic "write me a function" ones, but prompts that handle the tedious parts of software development.&lt;/p&gt;

&lt;p&gt;Here are 5 that I use almost daily:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The Debug Investigator
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;I have a [language] application throwing [error]. Here's the relevant code:
[paste code]
Here's the stack trace:
[paste trace]

Don't just fix it. Explain:
1. What's the root cause?
2. Why does this happen specifically in this context?
3. What's the fix?
4. How do I prevent similar issues?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why it works: Forces the AI to explain causation, not just give you a patch.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The Code Review Partner
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Review this code as a senior engineer. Focus on:
- Security vulnerabilities (OWASP top 10)
- Performance bottlenecks
- Edge cases I'm missing
- API design issues

Don't comment on style. Only flag things that could break in production.
[paste code]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why it works: Scoping the review prevents generic "consider using const" noise.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The Test Case Generator
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Generate test cases for this function. Include:
- Happy path (3 cases)
- Edge cases (empty input, null, boundary values)
- Error cases (invalid types, overflow)
- Integration scenarios (if applicable)

Use [testing framework]. Make tests independent and descriptive.
[paste function]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why it works: The structured categories ensure comprehensive coverage.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. The Documentation Writer
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Write documentation for this API endpoint:
[paste code]

Include:
- One-line description
- Parameters (with types and constraints)
- Response format (with example)
- Error codes
- Rate limits (if visible)
- Example curl command

Keep it concise. No filler paragraphs.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why it works: Explicit format requirements prevent AI verbosity.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. The Refactoring Advisor
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;This code works but feels wrong. Suggest refactoring options:
[paste code]

For each suggestion:
- What pattern applies?
- Show before/after
- What's the tradeoff?
- Is this refactoring worth the effort for a codebase of [size]?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why it works: The tradeoff question prevents over-engineering suggestions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Want More?
&lt;/h2&gt;

&lt;p&gt;I maintain a collection of &lt;strong&gt;100+ developer-focused AI prompts&lt;/strong&gt; covering debugging, architecture, DevOps, and more:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/charlie-morrison/ai-developer-prompts" rel="noopener noreferrer"&gt;AI Developer Prompts (Free, MIT)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Also check out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/charlie-morrison/freelancer-ai-prompts" rel="noopener noreferrer"&gt;Freelancer AI Business Prompts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/charlie-morrison/content-creator-prompts" rel="noopener noreferrer"&gt;Content Creator Prompts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/charlie-morrison/job-search-ai-prompts" rel="noopener noreferrer"&gt;Job Search AI Prompts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;What AI prompts have become essential in your workflow? Share your best ones in the comments!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>programming</category>
      <category>devtools</category>
    </item>
    <item>
      <title>I Built a Free Resume ATS Score Checker — Here's What I Learned</title>
      <dc:creator>charlie-morrison</dc:creator>
      <pubDate>Sat, 25 Apr 2026 00:58:51 +0000</pubDate>
      <link>https://dev.to/charliemorrison/i-built-a-free-resume-ats-score-checker-heres-what-i-learned-2ndf</link>
      <guid>https://dev.to/charliemorrison/i-built-a-free-resume-ats-score-checker-heres-what-i-learned-2ndf</guid>
      <description>&lt;p&gt;Every job seeker has heard the stat: 75% of resumes never reach a human recruiter. They get filtered by ATS before anyone reads them.&lt;/p&gt;

&lt;p&gt;I built a &lt;strong&gt;free, client-side tool&lt;/strong&gt; to help check resumes against common ATS requirements. Here's what I learned.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ATS Systems Actually Look For
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Section Headers Matter
&lt;/h3&gt;

&lt;p&gt;ATS systems scan for standard headers: "Experience", "Education", "Skills". Creative names like "My Journey" often get missed entirely.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Quantified Achievements Get Flagged
&lt;/h3&gt;

&lt;p&gt;The difference between "managed a team" and "managed a team of 12, delivering 3 projects 15% under budget" is massive for ATS scoring.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Contact Info Must Be Parseable
&lt;/h3&gt;

&lt;p&gt;Fancy formatting, columns, or graphics can break ATS parsing of basic contact details.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Keywords Must Match Naturally
&lt;/h3&gt;

&lt;p&gt;Modern ATS detects keyword stuffing. Natural integration of job description terms works best.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool
&lt;/h2&gt;

&lt;p&gt;I built a Resume ATS Score Checker that runs entirely in your browser:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://charliemorrison.dev/resume-checker" rel="noopener noreferrer"&gt;Try it free → charliemorrison.dev/resume-checker&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It checks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Resume length optimization&lt;/li&gt;
&lt;li&gt;Contact info completeness&lt;/li&gt;
&lt;li&gt;Section structure and standard headers&lt;/li&gt;
&lt;li&gt;Action verbs and quantified achievements&lt;/li&gt;
&lt;li&gt;Formatting compatibility&lt;/li&gt;
&lt;li&gt;Keyword matching against job descriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your resume data &lt;strong&gt;never leaves your browser&lt;/strong&gt;. No sign-up, no tracking.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Pure HTML/JavaScript with pattern matching and heuristics:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Check for quantified achievements&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;pattern&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="sr"&gt;/&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="sr"&gt;d+&lt;/span&gt;&lt;span class="se"&gt;[&lt;/span&gt;&lt;span class="sr"&gt;%+&lt;/span&gt;&lt;span class="se"&gt;]?&lt;/span&gt;&lt;span class="sr"&gt;.*&lt;/span&gt;&lt;span class="se"&gt;?(&lt;/span&gt;&lt;span class="sr"&gt;increase|decrease|improve|reduce|save|deliver&lt;/span&gt;&lt;span class="se"&gt;)&lt;/span&gt;&lt;span class="sr"&gt;/gi&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;matches&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;match&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;pattern&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each check produces pass/warn/fail, combining into an overall ATS score out of 100.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Use standard section headers&lt;/strong&gt; — no creative naming&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantify everything&lt;/strong&gt; — numbers work for both ATS and humans&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mirror job description language&lt;/strong&gt; — use the same terminology&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep formatting simple&lt;/strong&gt; — single column, standard fonts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Include a skills section&lt;/strong&gt; — easy for ATS to parse&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  More Free Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://charliemorrison.dev/linkedin-headline" rel="noopener noreferrer"&gt;LinkedIn Headline Generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/charlie-morrison/job-search-ai-prompts" rel="noopener noreferrer"&gt;150+ Job Search AI Prompts&lt;/a&gt; (GitHub)&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;What's your ATS experience? Drop a comment!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>jobsearch</category>
      <category>resume</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
