<?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: Md. Oliullah Sarder</title>
    <description>The latest articles on DEV Community by Md. Oliullah Sarder (@oliullah).</description>
    <link>https://dev.to/oliullah</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%2F1052290%2Ff5e51c3f-af8a-460d-a9a4-2f7e5e732696.jpg</url>
      <title>DEV Community: Md. Oliullah Sarder</title>
      <link>https://dev.to/oliullah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oliullah"/>
    <language>en</language>
    <item>
      <title>🇧🇩 Introducing @olism/bd-geo — Bangladesh Geographic Data for JavaScript &amp; TypeScript</title>
      <dc:creator>Md. Oliullah Sarder</dc:creator>
      <pubDate>Tue, 25 Aug 2026 10:35:59 +0000</pubDate>
      <link>https://dev.to/oliullah/introducing-olismbd-geo-bangladesh-geographic-data-for-javascript-typescript-1bag</link>
      <guid>https://dev.to/oliullah/introducing-olismbd-geo-bangladesh-geographic-data-for-javascript-typescript-1bag</guid>
      <description>&lt;p&gt;🚀 I'm excited to share my new open-source npm package: &lt;strong&gt;&lt;a href="https://www.npmjs.com/package/@olism/bd-geo" rel="noopener noreferrer"&gt;@olism/bd-geo&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;@olism/bd-geo&lt;/code&gt; is a JavaScript/TypeScript package that provides structured geographical data for Bangladesh, including &lt;strong&gt;divisions, districts, upazilas/thanas, areas, and villages&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal is simple: make it easier for developers to work with Bangladesh's geographical hierarchy without having to maintain their own datasets.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ What is &lt;code&gt;@olism/bd-geo&lt;/code&gt;?
&lt;/h2&gt;

&lt;p&gt;When building applications that need Bangladesh-specific location data, developers often have to find, clean, structure, and maintain geographical datasets themselves.&lt;/p&gt;

&lt;p&gt;This package provides that data in a developer-friendly structure that can be used directly in JavaScript and TypeScript projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  🗺️ What's Included?
&lt;/h2&gt;

&lt;p&gt;The package currently provides geographical data such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🇧🇩 Divisions&lt;/li&gt;
&lt;li&gt;📍 Districts&lt;/li&gt;
&lt;li&gt;🏘️ Upazilas / Thanas&lt;/li&gt;
&lt;li&gt;📌 Areas&lt;/li&gt;
&lt;li&gt;🏡 Villages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes it suitable for applications that need hierarchical location data.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Potential Use Cases
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;@olism/bd-geo&lt;/code&gt; can be useful for many types of applications, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📝 Address and location forms&lt;/li&gt;
&lt;li&gt;🛒 E-commerce and delivery systems&lt;/li&gt;
&lt;li&gt;🏠 Real-estate applications&lt;/li&gt;
&lt;li&gt;🗺️ Location-based applications&lt;/li&gt;
&lt;li&gt;🗄️ Database seeding&lt;/li&gt;
&lt;li&gt;📊 Data visualization&lt;/li&gt;
&lt;li&gt;🔎 Location search and filtering&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, an address form could use the geographical hierarchy to let users select:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Division
   ↓
District
   ↓
Upazila / Thana
   ↓
Area / Village
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  📦 Installation
&lt;/h2&gt;

&lt;p&gt;Install the package from npm:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; @olism/bd-geo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or with Yarn:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;yarn add @olism/bd-geo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🚀 Why I Built It
&lt;/h2&gt;

&lt;p&gt;I wanted to make Bangladesh geographical data easier to consume for developers building real-world applications.&lt;/p&gt;

&lt;p&gt;Instead of every project maintaining its own copy of Bangladesh's location data, a reusable package can provide a common structure that developers can work with directly.&lt;/p&gt;

&lt;p&gt;There is still plenty of room to improve the dataset, APIs, documentation, and developer experience — and that's where community feedback can make a big difference.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;p&gt;📦 &lt;strong&gt;NPM:&lt;/strong&gt; &lt;a href="https://www.npmjs.com/package/@olism/bd-geo" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@olism/bd-geo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/mohammad-oliullah/bd-geo" rel="noopener noreferrer"&gt;https://github.com/mohammad-oliullah/bd-geo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🤝 Contributions &amp;amp; Feedback
&lt;/h2&gt;

&lt;p&gt;The project is open source, and I'd love to hear your feedback, suggestions, bug reports, and ideas for improvement.&lt;/p&gt;

&lt;p&gt;If you work with Bangladesh-specific applications and have ideas for useful geographical features or datasets, feel free to contribute or open an issue.&lt;/p&gt;

&lt;p&gt;Every contribution and suggestion is welcome. 🙌&lt;/p&gt;




&lt;p&gt;If you find the package useful, consider ⭐ starring the repository on GitHub and sharing it with other developers working on Bangladesh-focused applications.&lt;/p&gt;

</description>
      <category>npm</category>
      <category>node</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
