<?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: Thandululo Nengovhela</title>
    <description>The latest articles on DEV Community by Thandululo Nengovhela (@thandululo_nengovhela_f4c).</description>
    <link>https://dev.to/thandululo_nengovhela_f4c</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%2F3952681%2F3c27b330-f1da-4b3d-b44b-57853552d12b.jpg</url>
      <title>DEV Community: Thandululo Nengovhela</title>
      <link>https://dev.to/thandululo_nengovhela_f4c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thandululo_nengovhela_f4c"/>
    <language>en</language>
    <item>
      <title>From Tutorial Projects to Building a Real Platform: My Journey Developing Gradiate</title>
      <dc:creator>Thandululo Nengovhela</dc:creator>
      <pubDate>Tue, 26 May 2026 13:53:24 +0000</pubDate>
      <link>https://dev.to/thandululo_nengovhela_f4c/from-tutorial-projects-to-building-a-real-platform-my-journey-developing-gradiate-4e04</link>
      <guid>https://dev.to/thandululo_nengovhela_f4c/from-tutorial-projects-to-building-a-real-platform-my-journey-developing-gradiate-4e04</guid>
      <description>&lt;p&gt;By Nengovhela Thandululo&lt;/p&gt;

&lt;p&gt;Like many beginner developers, I started with tutorial projects.&lt;/p&gt;

&lt;p&gt;Clones.&lt;br&gt;
Small apps.&lt;br&gt;
Practice components.&lt;br&gt;
Basic frontend experiments.&lt;/p&gt;

&lt;p&gt;At first, the goal was simply to improve my coding skills and understand how modern web development works.&lt;/p&gt;

&lt;p&gt;But eventually, I reached a point where I wanted to build something that could actually help people.&lt;/p&gt;

&lt;p&gt;That is how Gradiate started.&lt;/p&gt;

&lt;p&gt;The Problem I Wanted to Solve&lt;/p&gt;

&lt;p&gt;I noticed that many students around me struggled with:&lt;/p&gt;

&lt;p&gt;APS calculations&lt;br&gt;
university application information&lt;br&gt;
bursary opportunities&lt;br&gt;
educational guidance&lt;/p&gt;

&lt;p&gt;A lot of this information existed online already, but it was often:&lt;/p&gt;

&lt;p&gt;difficult to find&lt;br&gt;
confusing&lt;br&gt;
spread across multiple websites&lt;/p&gt;

&lt;p&gt;As a Computer Science student, I saw an opportunity to simplify the experience using technology.&lt;/p&gt;

&lt;p&gt;Instead of building another practice project, I decided to build a platform focused on helping disadvantaged learners access educational resources more easily.&lt;/p&gt;

&lt;p&gt;What Building a Real Project Actually Taught Me&lt;/p&gt;

&lt;p&gt;Tutorials teach you syntax.&lt;/p&gt;

&lt;p&gt;Real projects teach you problem solving.&lt;/p&gt;

&lt;p&gt;While developing Gradiate, I learned things that tutorials rarely prepare you for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;deployment issues&lt;/li&gt;
&lt;li&gt;DNS configuration&lt;/li&gt;
&lt;li&gt;SSL certificate failures&lt;/li&gt;
&lt;li&gt;Firebase hosting problems&lt;/li&gt;
&lt;li&gt;SEO optimization&lt;/li&gt;
&lt;li&gt;responsive layouts&lt;/li&gt;
&lt;li&gt;debugging production errors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At one point, I had issues where the website would sometimes load correctly and sometimes display HTTPS security warnings because of SSL verification problems.&lt;/p&gt;

&lt;p&gt;That experience taught me an important lesson:&lt;/p&gt;

&lt;p&gt;Real-world development is not just about writing features. It is also about maintaining reliability.&lt;/p&gt;

&lt;p&gt;The Shift in Mindset&lt;/p&gt;

&lt;p&gt;Before building Gradiate, I used to think development was mostly about code quality and UI design.&lt;/p&gt;

&lt;p&gt;Now I think differently.&lt;/p&gt;

&lt;p&gt;The most important question became:&lt;/p&gt;

&lt;p&gt;“Does this actually help someone?”&lt;/p&gt;

&lt;p&gt;That mindset completely changed how I approach software projects.&lt;/p&gt;

&lt;p&gt;I started paying more attention to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;usability&lt;/li&gt;
&lt;li&gt;accessibility&lt;/li&gt;
&lt;li&gt;performance&lt;/li&gt;
&lt;li&gt;mobile responsiveness&lt;/li&gt;
&lt;li&gt;clarity of information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;because those things matter when real users interact with your platform.&lt;/p&gt;

&lt;p&gt;Learning SEO as a Developer&lt;/p&gt;

&lt;p&gt;One thing I underestimated was SEO.&lt;/p&gt;

&lt;p&gt;After publishing my work publicly, I eventually searched my own name on Google and noticed my LinkedIn profile appearing in search results.&lt;/p&gt;

&lt;p&gt;That pushed me to learn more about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;search indexing&lt;/li&gt;
&lt;li&gt;structured data&lt;/li&gt;
&lt;li&gt;metadata&lt;/li&gt;
&lt;li&gt;personal branding&lt;/li&gt;
&lt;li&gt;technical SEO&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I realized developers should not only build products — they should also understand how discoverability works.&lt;/p&gt;

&lt;p&gt;Why I Keep Building&lt;/p&gt;

&lt;p&gt;One of the most rewarding parts of development is seeing people actually use something you created.&lt;/p&gt;

&lt;p&gt;Even small feedback or engagement can become motivation to keep improving.&lt;/p&gt;

&lt;p&gt;For me, Gradiate represents more than a portfolio project.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;growth as a developer&lt;/li&gt;
&lt;li&gt;problem solving&lt;/li&gt;
&lt;li&gt;persistence through technical setbacks&lt;/li&gt;
&lt;li&gt;using technology to improve access to education&lt;/li&gt;
&lt;li&gt;Advice to Beginner Developers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are learning development right now, my biggest advice is:&lt;/p&gt;

&lt;p&gt;Build something connected to a real problem.&lt;/p&gt;

&lt;p&gt;Tutorials are important, but real growth starts when:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;users depend on your platform&lt;/li&gt;
&lt;li&gt;bugs affect real people&lt;/li&gt;
&lt;li&gt;performance matters&lt;/li&gt;
&lt;li&gt;reliability matters&lt;/li&gt;
&lt;li&gt;your work solves an actual need&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is where you truly begin learning software engineering.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;I am still learning every day.&lt;/p&gt;

&lt;p&gt;There is still a lot I want to improve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scalability&lt;/li&gt;
&lt;li&gt;backend systems&lt;/li&gt;
&lt;li&gt;AI integration&lt;/li&gt;
&lt;li&gt;accessibility&lt;/li&gt;
&lt;li&gt;overall platform experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But building Gradiate showed me that meaningful software does not need to start as a massive company idea.&lt;/p&gt;

&lt;p&gt;Sometimes it starts with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a small problem&lt;/li&gt;
&lt;li&gt;curiosity&lt;/li&gt;
&lt;li&gt;consistency&lt;/li&gt;
&lt;li&gt;and the willingness to keep learning.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>react</category>
    </item>
  </channel>
</rss>
