<?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: Hari Kumar Thapa</title>
    <description>The latest articles on DEV Community by Hari Kumar Thapa (@iamvibecoder).</description>
    <link>https://dev.to/iamvibecoder</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%2F3200502%2F0a9c932a-6c19-4ddd-8573-42179b040f3e.png</url>
      <title>DEV Community: Hari Kumar Thapa</title>
      <link>https://dev.to/iamvibecoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamvibecoder"/>
    <language>en</language>
    <item>
      <title>I Built a NEPSE Share Calculator for Nepal’s Stock Traders – Here’s Why &amp; How</title>
      <dc:creator>Hari Kumar Thapa</dc:creator>
      <pubDate>Fri, 23 May 2025 16:58:58 +0000</pubDate>
      <link>https://dev.to/iamvibecoder/i-built-a-nepse-share-calculator-for-nepals-stock-traders-heres-why-how-42a1</link>
      <guid>https://dev.to/iamvibecoder/i-built-a-nepse-share-calculator-for-nepals-stock-traders-heres-why-how-42a1</guid>
      <description>&lt;p&gt;&lt;strong&gt;For Nepali&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you've ever tried to calculate your NEPSE stock trade profits manually, you know how frustrating it can be. With varying brokerage rates, DP charges, and unclear taxes—it’s easy to make mistakes or waste time on spreadsheets.&lt;/p&gt;

&lt;p&gt;As a solo dev and investor in Nepal, I wanted a tool that was simple, accurate, bilingual (English + नेपाली), and mobile-friendly.&lt;/p&gt;

&lt;p&gt;So I built the NEPSE Share Calculator – a free web app to calculate your share trading costs and profits/losses instantly.&lt;/p&gt;

&lt;p&gt;🧮 What It Does&lt;br&gt;
NEPSE Share Calculator helps you:&lt;/p&gt;

&lt;p&gt;✅ Calculate net profit/loss from share trades&lt;br&gt;
✅ Understand how much tax, commission, and DP charges apply&lt;br&gt;
✅ Choose between different broker rates (0.4%–0.6%)&lt;br&gt;
✅ Get results in both English and Nepali&lt;br&gt;
✅ Use it on mobile or desktop – no login required&lt;/p&gt;

&lt;p&gt;🔧 Tech Stack&lt;br&gt;
I kept the tech stack simple, fast, and scalable:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;React + Vite for fast performance&lt;/li&gt;
&lt;li&gt;Tailwind CSS for UI styling&lt;/li&gt;
&lt;li&gt;React Router for routing&lt;/li&gt;
&lt;li&gt;i18next for bilingual support (English/Nepali)&lt;/li&gt;
&lt;li&gt;Hosted on Netlify for free, fast deployment&lt;/li&gt;
&lt;li&gt;SEO-optimized with dynamic  tags, canonical URLs and Schema Markup.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🌐 Why I Built This&lt;br&gt;
Like many in Nepal, I invest occasionally in NEPSE-listed companies. But every time I sold shares, I’d have to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manually calculate broker commission&lt;/li&gt;
&lt;li&gt;Guess the DP charge&lt;/li&gt;
&lt;li&gt;Try to remember how tax is applied&lt;/li&gt;
&lt;li&gt;Open my calculator app + Google Sheets 🤯&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of repeating that over and over, I decided to make a web app that anyone can use – even on mobile with slow internet.&lt;/p&gt;

&lt;p&gt;🔤 Bilingual by Default&lt;br&gt;
Nepal has a diverse user base. Some investors prefer English; others prefer Nepali. So the app defaults to English but supports full translation using a simple toggle (/ne route prefix). It even updates the meta title and schema for SEO in both languages.&lt;/p&gt;

&lt;p&gt;✨ What Makes It Different?&lt;br&gt;
Unlike other tools that feel outdated, over-complicated, or are hidden behind signups, this app is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Free and open to all&lt;/li&gt;
&lt;li&gt;Fast and lightweight&lt;/li&gt;
&lt;li&gt;Optimized for both beginners and power users&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🧪 What I Learned&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;i18n routing with SEO is trickier than I expected&lt;/li&gt;
&lt;li&gt;Canonical and Open Graph tags matter more than we think&lt;/li&gt;
&lt;li&gt;Most people value simplicity over features&lt;/li&gt;
&lt;li&gt;React + Tailwind + Vite is a dream combo for side projects 🚀&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;📬 Try It Out&lt;br&gt;
👉 &lt;a href="https://nepsesharecalculator.com" rel="noopener noreferrer"&gt;https://nepsesharecalculator.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love your feedback, bug reports, or ideas for improvement. You can reach me on Twitter @GameeSarash or comment below.&lt;/p&gt;

&lt;p&gt;If you find it useful, please consider sharing it with friends or family who trade stocks in Nepal!&lt;/p&gt;

&lt;p&gt;💡 Future Plans&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add more calculators including Bonus, WACC, and more.&lt;/li&gt;
&lt;li&gt;Allow tracking of multiple trades&lt;/li&gt;
&lt;li&gt;Historical NEPSE data integration&lt;/li&gt;
&lt;li&gt;Dark mode support 🌙&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thanks for reading – and to fellow developers: if you’ve ever wanted to solve a local problem with code, just start small. This project began as a weekend experiment and now helps thousands of people monthly.&lt;/p&gt;

&lt;p&gt;Would love to hear what you’re building too!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>news</category>
    </item>
    <item>
      <title>Just Launched: Snow Days Calculator – Predict School Closures with Weather Data</title>
      <dc:creator>Hari Kumar Thapa</dc:creator>
      <pubDate>Fri, 23 May 2025 16:49:54 +0000</pubDate>
      <link>https://dev.to/iamvibecoder/just-launched-snow-days-calculator-predict-school-closures-with-weather-data-5bn9</link>
      <guid>https://dev.to/iamvibecoder/just-launched-snow-days-calculator-predict-school-closures-with-weather-data-5bn9</guid>
      <description>&lt;p&gt;Ever woken up wondering: &lt;em&gt;“Will school be closed today because of snow?”&lt;/em&gt;&lt;br&gt;&lt;br&gt;
I did — and that’s why I built the &lt;strong&gt;Snow Days Calculator&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This simple app estimates the chance of a snow day based on &lt;strong&gt;live weather data and historical snowfall records&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
It works for users in the &lt;strong&gt;US, Canada, Europe, and Australia&lt;/strong&gt; — and it's totally free.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 What is Snow Days Calculator?
&lt;/h2&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fbxjnhdboml1z7bimx73y.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.amazonaws.com%2Fuploads%2Farticles%2Fbxjnhdboml1z7bimx73y.png" alt="Image description" width="800" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Snow Days Calculator&lt;/strong&gt; is a lightweight tool and Chrome extension that helps students, parents, and educators check the &lt;strong&gt;likelihood of school closures&lt;/strong&gt; due to snow.&lt;/p&gt;

&lt;p&gt;No more manually checking forecasts or guessing.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Try the App:&lt;/strong&gt; &lt;a href="https://snowdayscalculator.net/" rel="noopener noreferrer"&gt;https://snowdayscalculator.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;Edge Extension:&lt;/strong&gt; &lt;a href="https://microsoftedge.microsoft.com/addons/detail/lemdhaigpgajbfhljgjclkhiokakbpcl" rel="noopener noreferrer"&gt;https://microsoftedge.microsoft.com/addons/detail/lemdhaigpgajbfhljgjclkhiokakbpcl&lt;/a&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;ProductHunt:&lt;/strong&gt; &lt;a href="https://www.producthunt.com/posts/snow-days-calculator" rel="noopener noreferrer"&gt;https://www.producthunt.com/posts/snow-days-calculator&lt;/a&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;Chrome Extension:&lt;/strong&gt; &lt;em&gt;(Coming soon – under review)&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📍 &lt;strong&gt;ZIP code-based predictions&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;❄️ &lt;strong&gt;Snow day chance scoring&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Comparison with past snowfall data&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Supports US, CA, EU, AUS&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Mobile-friendly + fast&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🔐 &lt;strong&gt;No sign-up, no tracking&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ How It Works (Tech Stack)
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;I wanted to keep this light and fast, especially for students on mobile.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;⚛️ React (Vite)&lt;/li&gt;
&lt;li&gt;🎨 Tailwind CSS&lt;/li&gt;
&lt;li&gt;🚀 Hosted on Netlify (free tier)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧪 Sample Use Case
&lt;/h2&gt;

&lt;p&gt;Say you live in &lt;strong&gt;Buffalo, NY&lt;/strong&gt; or &lt;strong&gt;Calgary, Canada&lt;/strong&gt; and snow is predicted tonight.&lt;br&gt;&lt;br&gt;
You open the app, enter your ZIP/postal code — and boom: It gives you a percentage score based on local snow forecasts and past data.&lt;/p&gt;

&lt;p&gt;It’s quick, accurate (within limits), and updated in real time.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What’s Next?
&lt;/h2&gt;

&lt;p&gt;I plan to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏢 Office closure prediction (for employees/remote workers)&lt;/li&gt;
&lt;li&gt;📩 Email alerts for snow day chances (opt-in)&lt;/li&gt;
&lt;li&gt;🧠 Smarter prediction logic using AI&lt;/li&gt;
&lt;li&gt;📆 Save favorite ZIP codes and set reminders&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🗣️ Feedback Welcome!
&lt;/h2&gt;

&lt;p&gt;I’d love to hear from early users and developers alike.&lt;/p&gt;




&lt;p&gt;If you find this tool useful, give it a ⭐️, share it with friends, or leave a suggestion.&lt;br&gt;&lt;br&gt;
Let’s make snow day guessing a thing of the past!&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://hkt.com.np/" rel="noopener noreferrer"&gt;Hari Kumar Thapa&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

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