<?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: Bonolo X Mohuba</title>
    <description>The latest articles on DEV Community by Bonolo X Mohuba (@bonolo_mohuba_24f88c6fb78).</description>
    <link>https://dev.to/bonolo_mohuba_24f88c6fb78</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%2F4116555%2Fa910f8d0-0742-426a-8c26-0149f52c2492.jpg</url>
      <title>DEV Community: Bonolo X Mohuba</title>
      <link>https://dev.to/bonolo_mohuba_24f88c6fb78</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bonolo_mohuba_24f88c6fb78"/>
    <language>en</language>
    <item>
      <title>I built a tool to help South African matric students navigate university applications (Flask, first real project)</title>
      <dc:creator>Bonolo X Mohuba</dc:creator>
      <pubDate>Wed, 09 Sep 2026 00:10:57 +0000</pubDate>
      <link>https://dev.to/bonolo_mohuba_24f88c6fb78/i-built-a-tool-to-help-south-african-matric-students-navigate-university-applications-flask-first-5e99</link>
      <guid>https://dev.to/bonolo_mohuba_24f88c6fb78/i-built-a-tool-to-help-south-african-matric-students-navigate-university-applications-flask-first-5e99</guid>
      <description>&lt;p&gt;Hey everyone — I wanted to share something I've been building and get some honest feedback from people who actually know what they're doing.&lt;/p&gt;

&lt;p&gt;Live site: &lt;a href="https://matric-helper.onrender.com" rel="noopener noreferrer"&gt;https://matric-helper.onrender.com&lt;/a&gt; Code: &lt;a href="https://github.com/bonolomohuba/matric-helper" rel="noopener noreferrer"&gt;https://github.com/bonolomohuba/matric-helper&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The problem&lt;/p&gt;

&lt;p&gt;In South Africa, matric students applying to university have to deal with information scattered across 26 different university websites — different deadlines, different APS (admission point score) requirements, different application fees, different certification rules for documents. A lot of students (understandably) find this overwhelming, especially if they're the first in their family applying to university and don't have anyone to walk them through it.&lt;/p&gt;

&lt;p&gt;What I built&lt;/p&gt;

&lt;p&gt;Matric Helper pulls this into one place:&lt;/p&gt;

&lt;p&gt;A directory of all 26 SA public universities with real deadlines, APS requirements, and application fees&lt;br&gt;
An APS calculator — enter your subject marks, get your score, and see which universities you currently qualify for&lt;br&gt;
Search (including common aliases, e.g. "Tuks" finds University of Pretoria)&lt;br&gt;
A comparison tool for two universities side by side&lt;br&gt;
Curated links to free official study materials (past papers, free textbooks)&lt;br&gt;
A "favorites" list using Flask sessions (no login required)&lt;br&gt;
I'm also offering a small paid service (R40) where I personally complete and submit a student's application for them, since a lot of students find the online forms themselves confusing&lt;br&gt;
Tech stack&lt;/p&gt;

&lt;p&gt;Plain Flask, Jinja2 templates, vanilla CSS (no frontend framework), Flask sessions for favorites, deployed on Render with Gunicorn. No database yet — everything is a Python list of dictionaries, which has honestly been a fun constraint to work within.&lt;/p&gt;

&lt;p&gt;Where I'm at&lt;/p&gt;

&lt;p&gt;This is my first real project — I was learning Python fundamentals (loops, functions, dictionaries) a few weeks ago, and built this as I went. It's live and functional, but I know there's a lot I don't know yet.&lt;/p&gt;

&lt;p&gt;I'd genuinely appreciate feedback on:&lt;/p&gt;

&lt;p&gt;Anything that looks fragile or like it'll break under real use&lt;br&gt;
Whether the session-based favorites approach is reasonable for now, or if I should prioritize a real database sooner than I think&lt;br&gt;
General code structure feedback — I've been putting everything in one Python file and I have a feeling that's going to become a problem as it grows&lt;/p&gt;

&lt;p&gt;Thanks for reading&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>python</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
