<?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: Shah Noor</title>
    <description>The latest articles on DEV Community by Shah Noor (@shahnoor2).</description>
    <link>https://dev.to/shahnoor2</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%2F4028377%2Fd8a54621-3ea2-48db-9f42-412fabab5acb.jpeg</url>
      <title>DEV Community: Shah Noor</title>
      <link>https://dev.to/shahnoor2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shahnoor2"/>
    <language>en</language>
    <item>
      <title>Building a CGPA Calculator Was Easy. Making It Useful Wasn't.</title>
      <dc:creator>Shah Noor</dc:creator>
      <pubDate>Tue, 14 Jul 2026 08:46:42 +0000</pubDate>
      <link>https://dev.to/shahnoor2/building-a-cgpa-calculator-was-easy-making-it-useful-wasnt-18on</link>
      <guid>https://dev.to/shahnoor2/building-a-cgpa-calculator-was-easy-making-it-useful-wasnt-18on</guid>
      <description>&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxr8fs9oxf5hfyv1e9ae0.png" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxr8fs9oxf5hfyv1e9ae0.png" alt=" " width="535" height="459"&gt;&lt;/a&gt;Most people think a CGPA calculator is only about formulas.&lt;/p&gt;

&lt;p&gt;I thought same.&lt;/p&gt;

&lt;p&gt;Then I started building one.&lt;/p&gt;

&lt;p&gt;Very quickly I realized students do not struggle with calculations. They struggle with everything around them.&lt;/p&gt;

&lt;p&gt;Finding subject credits.&lt;/p&gt;

&lt;p&gt;Checking semester details.&lt;/p&gt;

&lt;p&gt;Making sure nothing is missed.&lt;/p&gt;

&lt;p&gt;Entering same information again and again.&lt;/p&gt;

&lt;p&gt;That is where most of time goes.&lt;/p&gt;

&lt;p&gt;So I changed my approach.&lt;/p&gt;

&lt;p&gt;Instead of building another calculator, I focused on removing unnecessary work.&lt;/p&gt;

&lt;p&gt;I wanted students to spend a few seconds selecting their grades instead of several minutes searching through documents.&lt;/p&gt;

&lt;p&gt;That meant organizing academic data first.&lt;/p&gt;

&lt;p&gt;Not writing code.&lt;/p&gt;

&lt;p&gt;I spent days reading official SRM curriculum documents and arranging subjects and credits into a format calculator could understand.&lt;/p&gt;

&lt;p&gt;It was repetitive work.&lt;/p&gt;

&lt;p&gt;Sometimes frustrating.&lt;/p&gt;

&lt;p&gt;But I knew every hour spent behind scenes would save students time later.&lt;/p&gt;

&lt;p&gt;One lesson stood out.&lt;/p&gt;

&lt;p&gt;A good tool is not one with most features.&lt;/p&gt;

&lt;p&gt;It is one that asks users to do less.&lt;/p&gt;

&lt;p&gt;Today calculator automatically handles subjects and credits based on selected course and semester. Students only choose their grades and calculator does rest.&lt;/p&gt;

&lt;p&gt;If you are curious to see how that idea turned into working tool, you can explore it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://srmgpacalculator.org/srm-cgpa-calculator/" rel="noopener noreferrer"&gt;CGPA Calculator for SRM University&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
It also includes separate tools for GPA, CGPA and arrear calculations, all designed with same goal of reducing manual work instead of adding more steps.&lt;/p&gt;

&lt;p&gt;Building this project changed how I think about software.&lt;/p&gt;

&lt;p&gt;Sometimes biggest improvement is not adding another feature.&lt;/p&gt;

&lt;p&gt;It is removing one unnecessary click.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have you ever built something that looked simple on outside but took far more work behind scenes? I'd love to hear your experience.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>calculators</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
