<?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: Priviledge Kurura</title>
    <description>The latest articles on DEV Community by Priviledge Kurura (@priviledge_kurura_ecd414e).</description>
    <link>https://dev.to/priviledge_kurura_ecd414e</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%2F3846760%2F045db837-17c2-4d50-940c-89db23372b0d.jpg</url>
      <title>DEV Community: Priviledge Kurura</title>
      <link>https://dev.to/priviledge_kurura_ecd414e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priviledge_kurura_ecd414e"/>
    <language>en</language>
    <item>
      <title>Fambai CV: Using Gemma 4 to Help African Job Seekers Beat ATS Systems</title>
      <dc:creator>Priviledge Kurura</dc:creator>
      <pubDate>Sat, 16 May 2026 01:32:22 +0000</pubDate>
      <link>https://dev.to/priviledge_kurura_ecd414e/fambai-cv-using-gemma-4-to-help-african-job-seekers-beat-ats-systems-1mkp</link>
      <guid>https://dev.to/priviledge_kurura_ecd414e/fambai-cv-using-gemma-4-to-help-african-job-seekers-beat-ats-systems-1mkp</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-gemma-2026-05-06"&gt;Gemma 4 Challenge: Build with &lt;br&gt;
Gemma 4&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Fambai CV&lt;/strong&gt; — an AI-powered, ATS-optimized CV builder and &lt;br&gt;
job platform built for African job seekers.&lt;/p&gt;

&lt;p&gt;The African job market is brutal. Most CVs never make it past &lt;br&gt;
automated screening systems. Job seekers in Zimbabwe and across &lt;br&gt;
Africa don't have access to expensive career coaches or &lt;br&gt;
professional CV writers. I built Fambai CV to close that gap.&lt;/p&gt;

&lt;p&gt;With Gemma 4 integrated at the core, Fambai CV now offers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time ATS keyword analysis&lt;/strong&gt; — paste a job description, 
get instant feedback on how well your CV matches&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-generated professional summaries&lt;/strong&gt; — tailored to the 
role, not generic filler&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart CV scoring&lt;/strong&gt; — identifies weak sections before you apply&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Job listings&lt;/strong&gt; — real opportunities via JSearch API with 
intelligent matching&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;1,000+ downloads on Google Play. 4.4-star rating. Built by one &lt;br&gt;
person, for millions who need it.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.mpkcomteck.jarvis" rel="noopener noreferrer"&gt;Google Play Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fambaicv.store" rel="noopener noreferrer"&gt;Live Web App / Landing Page&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/YOUR_GITHUB_LINK_HERE" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The ATS analyzer backend is built with FastAPI + Python, deployed &lt;br&gt;
on Railway via Docker. The Flutter mobile app handles the frontend &lt;br&gt;
with Firebase for auth and storage.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Used Gemma 4
&lt;/h2&gt;

&lt;p&gt;I chose &lt;strong&gt;Gemma 4 E4B&lt;/strong&gt; — the efficient 4-billion parameter model &lt;br&gt;
— for a specific reason: I needed powerful language understanding &lt;br&gt;
that could run fast enough to give users real-time feedback without &lt;br&gt;
burning through API costs that would price out my African user base.&lt;/p&gt;

&lt;p&gt;Gemma 4 E4B powers the ATS Keyword Analyzer feature. When a user &lt;br&gt;
pastes a job description, the model:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Extracts the key skills, qualifications, and action verbs the 
employer is screening for&lt;/li&gt;
&lt;li&gt;Compares them against the user's CV content&lt;/li&gt;
&lt;li&gt;Returns a match score with specific, actionable suggestions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The model's instruction-following capability is sharp enough to &lt;br&gt;
return structured JSON that maps directly into the Flutter UI — &lt;br&gt;
no post-processing hacks needed.&lt;/p&gt;

&lt;p&gt;For a solo founder building for users who can't afford to waste &lt;br&gt;
a single application on a bad CV, Gemma 4 E4B was the right &lt;br&gt;
balance of intelligence and efficiency. It's fast, it's accurate, &lt;br&gt;
and it respects the constraints of building for emerging markets.&lt;/p&gt;

&lt;p&gt;This is what AI should do — level the playing field.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gemmachallenge</category>
      <category>gemma</category>
    </item>
    <item>
      <title>What are you using to create a CV</title>
      <dc:creator>Priviledge Kurura</dc:creator>
      <pubDate>Fri, 27 Mar 2026 22:16:50 +0000</pubDate>
      <link>https://dev.to/priviledge_kurura_ecd414e/what-are-you-using-to-create-a-cv-3o37</link>
      <guid>https://dev.to/priviledge_kurura_ecd414e/what-are-you-using-to-create-a-cv-3o37</guid>
      <description></description>
    </item>
  </channel>
</rss>
