<?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: Girish Thota</title>
    <description>The latest articles on DEV Community by Girish Thota (@girish_thota_5d68bc098bb8).</description>
    <link>https://dev.to/girish_thota_5d68bc098bb8</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%2F3812751%2F8780e02b-573a-407e-80c3-d36ff5e3e291.png</url>
      <title>DEV Community: Girish Thota</title>
      <link>https://dev.to/girish_thota_5d68bc098bb8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/girish_thota_5d68bc098bb8"/>
    <language>en</language>
    <item>
      <title>I Built an ATS Resume Checker Using JavaScript</title>
      <dc:creator>Girish Thota</dc:creator>
      <pubDate>Mon, 09 Mar 2026 04:23:05 +0000</pubDate>
      <link>https://dev.to/girish_thota_5d68bc098bb8/i-built-an-ats-resume-checker-using-javascript-10e8</link>
      <guid>https://dev.to/girish_thota_5d68bc098bb8/i-built-an-ats-resume-checker-using-javascript-10e8</guid>
      <description>&lt;p&gt;While applying for jobs, I realized many resumes get rejected by ATS systems before a human even sees them.&lt;/p&gt;

&lt;p&gt;So I built a small tool called ATS Resume Checker.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;• Scores your resume out of 100&lt;br&gt;
• Compares resume with job description&lt;br&gt;
• Detects missing keywords&lt;br&gt;
• Provides suggestions to improve ATS compatibility&lt;/p&gt;

&lt;p&gt;The tool runs directly in the browser and requires no installation.&lt;/p&gt;

&lt;p&gt;It was a fun side project and I learned a lot while building it.&lt;/p&gt;

&lt;p&gt;If you're interested, you can check it out here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thotagirish.gumroad.com/l/ewgpja" rel="noopener noreferrer"&gt;https://thotagirish.gumroad.com/l/ewgpja&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Live project link : &lt;br&gt;
&lt;a href="https://girishthota.github.io/ATS-Resume-Checker-Resume-Score-Keyword-Analyzer/" rel="noopener noreferrer"&gt;https://girishthota.github.io/ATS-Resume-Checker-Resume-Score-Keyword-Analyzer/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Password Generator tool</title>
      <dc:creator>Girish Thota</dc:creator>
      <pubDate>Sun, 08 Mar 2026 10:27:36 +0000</pubDate>
      <link>https://dev.to/girish_thota_5d68bc098bb8/password-generator-tool-3290</link>
      <guid>https://dev.to/girish_thota_5d68bc098bb8/password-generator-tool-3290</guid>
      <description>&lt;p&gt;Strong passwords are important for protecting online accounts, but creating secure passwords manually can be difficult.&lt;/p&gt;

&lt;p&gt;To make this easier, I built a simple password generator that instantly creates strong and random passwords.&lt;/p&gt;

&lt;p&gt;Features:&lt;br&gt;
• Generate secure random passwords&lt;br&gt;
• Choose password length&lt;br&gt;
• Include numbers and special characters&lt;br&gt;
• Quick and easy to use&lt;/p&gt;

&lt;p&gt;This tool helps users create strong passwords for websites, applications, and online services without having to think about complicated combinations.&lt;/p&gt;

&lt;p&gt;Password generators are useful because weak or reused passwords are one of the most common security risks online.&lt;/p&gt;

&lt;p&gt;If you're interested in trying the tool, the downloadable version is available here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm08ht711xjmwd3ufyt7f.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm08ht711xjmwd3ufyt7f.jpeg" alt="Screenshot1" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnaqdia2f1chj76mknt0b.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnaqdia2f1chj76mknt0b.jpeg" alt="Screenshot2" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d also love to hear suggestions on what other small developer tools could be useful.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>tooling</category>
      <category>security</category>
    </item>
    <item>
      <title>Invoice Generator Tool</title>
      <dc:creator>Girish Thota</dc:creator>
      <pubDate>Sun, 08 Mar 2026 10:24:52 +0000</pubDate>
      <link>https://dev.to/girish_thota_5d68bc098bb8/invoice-generator-tool-38j3</link>
      <guid>https://dev.to/girish_thota_5d68bc098bb8/invoice-generator-tool-38j3</guid>
      <description>&lt;p&gt;I built a simple invoice generator for freelancers&lt;/p&gt;

&lt;p&gt;Freelancers often need to create invoices quickly for clients, but many tools are either complicated or require subscriptions.&lt;/p&gt;

&lt;p&gt;So I built a simple invoice generator that allows freelancers to quickly create invoices and download them.&lt;/p&gt;

&lt;p&gt;Features:&lt;br&gt;
• Add client details&lt;br&gt;
• Add products or services&lt;br&gt;
• Automatic total calculation&lt;br&gt;
• Download the invoice as PDF&lt;/p&gt;

&lt;p&gt;The goal was to keep the tool simple and fast so freelancers can create invoices in seconds.&lt;/p&gt;

&lt;p&gt;If anyone here is freelancing or working with clients, I’d love to hear what features you think an invoice generator should have.&lt;/p&gt;

&lt;p&gt;The downloadable version is available here:&lt;br&gt;
&lt;a href="https://thotagirish.gumroad.com/l/wpzrfv" rel="noopener noreferrer"&gt;https://thotagirish.gumroad.com/l/wpzrfv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ri91lmy1zoy54u6my30.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ri91lmy1zoy54u6my30.jpeg" alt="Screenshot-1" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5yb9i8wwdfd4rmkzclo6.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5yb9i8wwdfd4rmkzclo6.jpeg" alt="Screenshot-2" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>I built a simple JSON CSV converter for developers</title>
      <dc:creator>Girish Thota</dc:creator>
      <pubDate>Sun, 08 Mar 2026 10:12:34 +0000</pubDate>
      <link>https://dev.to/girish_thota_5d68bc098bb8/i-built-a-simple-json-csv-converter-for-developers-efb</link>
      <guid>https://dev.to/girish_thota_5d68bc098bb8/i-built-a-simple-json-csv-converter-for-developers-efb</guid>
      <description>&lt;p&gt;When working with APIs or datasets, I often receive data in JSON format. But many times I needed to quickly convert that data into CSV so it could be opened in Excel or Google Sheets.&lt;/p&gt;

&lt;p&gt;Most online tools I tried were either slow, filled with ads, or required signup.&lt;/p&gt;

&lt;p&gt;So I built a small JSON → CSV converter that does the job quickly.&lt;/p&gt;

&lt;p&gt;Features:&lt;br&gt;
• Upload JSON file&lt;br&gt;
• Convert it instantly to CSV&lt;br&gt;
• Download the CSV file&lt;br&gt;
• Simple and lightweight&lt;/p&gt;

&lt;p&gt;This tool was built mainly as a small developer utility to make data conversion easier.&lt;/p&gt;

&lt;p&gt;If anyone finds it useful, the downloadable version is available here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thotagirish.gumroad.com/l/vtqvip" rel="noopener noreferrer"&gt;https://thotagirish.gumroad.com/l/vtqvip&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>startup</category>
      <category>devchallenge</category>
    </item>
  </channel>
</rss>
