<?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: Nuran khan</title>
    <description>The latest articles on DEV Community by Nuran khan (@nuran_khan_80733dc4e19f6b).</description>
    <link>https://dev.to/nuran_khan_80733dc4e19f6b</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%2F4087325%2Fcf5b7a15-dc67-4a8d-84f1-07278eba5eae.jpeg</url>
      <title>DEV Community: Nuran khan</title>
      <link>https://dev.to/nuran_khan_80733dc4e19f6b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nuran_khan_80733dc4e19f6b"/>
    <language>en</language>
    <item>
      <title>Marla to Gaj (Square Yard) Conversion: A Simple Tool I Built for My Local Marketplace</title>
      <dc:creator>Nuran khan</dc:creator>
      <pubDate>Fri, 21 Aug 2026 07:30:08 +0000</pubDate>
      <link>https://dev.to/nuran_khan_80733dc4e19f6b/marla-to-gaj-square-yard-conversion-a-simple-tool-i-built-for-my-local-marketplace-5g17</link>
      <guid>https://dev.to/nuran_khan_80733dc4e19f6b/marla-to-gaj-square-yard-conversion-a-simple-tool-i-built-for-my-local-marketplace-5g17</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%2Feqaszb7ql48y8qvz9tej.jpg" 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%2Feqaszb7ql48y8qvz9tej.jpg" alt=" " width="800" height="336"&gt;&lt;/a&gt;If you've ever bought or sold property in Pakistan, you've run into this problem: land size gets quoted in &lt;strong&gt;marla&lt;/strong&gt;, &lt;strong&gt;kanal&lt;/strong&gt;, &lt;strong&gt;square feet&lt;/strong&gt;, or &lt;strong&gt;gaj (square yards)&lt;/strong&gt; — often interchangeably, depending on who you're talking to. A property dealer might tell you a plot is "5 marla," while the registry documents list it in square yards, and a buyer coming from a different city might only think in gaj.&lt;/p&gt;

&lt;p&gt;That mismatch causes real confusion — and sometimes real money lost — during property deals.&lt;/p&gt;

&lt;p&gt;So when I was building &lt;strong&gt;&lt;a href="https://connect-bazaar.com/" rel="noopener noreferrer"&gt;Connect Bazaar&lt;/a&gt;&lt;/strong&gt;, a local marketplace and services platform for Pirpiai and Nowshera, I added a simple &lt;strong&gt;Marla to Gaj calculator&lt;/strong&gt; as part of a broader Property &amp;amp; Land tools section.&lt;/p&gt;

&lt;p&gt;Here's the conversion logic, and why a dedicated tool beats just Googling the number.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Basic Conversion
&lt;/h2&gt;

&lt;p&gt;In most of Pakistan, the standard conversion used is:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Unit&lt;/th&gt;
&lt;th&gt;Equals&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 Marla&lt;/td&gt;
&lt;td&gt;≈ 30.25 square yards (gaj)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1 Kanal (20 Marla)&lt;/td&gt;
&lt;td&gt;≈ 605 square yards (gaj)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Marla → Gaj&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Gaj = Marla × 30.25
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Gaj → Marla&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Marla = Gaj ÷ 30.25
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Simple math — the friction isn't the formula, it's that nobody wants to redo it manually every time, especially when comparing several plots or double-checking what a dealer just quoted.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why a Dedicated Calculator Actually Helps
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Speeds up real decisions.&lt;/strong&gt; Comparing 3–4 plots quoted in different units? Converting everything to one unit makes the comparison honest and fast.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduces reliance on the dealer's math.&lt;/strong&gt; Buyers can independently verify what they're being told — which matters a lot in informal or semi-formal property markets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One less spreadsheet.&lt;/strong&gt; A shared, always-available tool replaces everyone's personal napkin-math formula.
## How It Fits Into Connect Bazaar&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The calculator lives inside the &lt;strong&gt;Property &amp;amp; Land&lt;/strong&gt; tools category, alongside other land conversion tools (marla, kanal, square feet, plot area). It's built mobile-first, since most users check it standing on-site at a plot or mid-conversation with a dealer — not sitting at a desk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;👉 Try it here: &lt;a href="https://connect-bazaar.com/tools/property/" rel="noopener noreferrer"&gt;Property &amp;amp; Land Tools on Connect Bazaar&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;If you're building something similar — a local utility site, a regional marketplace, or any tool involving unit conversions people rely on for real transactions — I'd love to compare notes in the comments.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What conversion or utility tools have you found genuinely useful (not just "nice to have") on a niche or local website?&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
