<?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: Vikas Gupta</title>
    <description>The latest articles on DEV Community by Vikas Gupta (@gupta_vikas88).</description>
    <link>https://dev.to/gupta_vikas88</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%2F3936592%2Fffb8708b-141c-4b91-8332-8e8ad741b432.png</url>
      <title>DEV Community: Vikas Gupta</title>
      <link>https://dev.to/gupta_vikas88</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gupta_vikas88"/>
    <language>en</language>
    <item>
      <title># I Built a Telegram Bot That Instantly Converts Units Without Opening a Website</title>
      <dc:creator>Vikas Gupta</dc:creator>
      <pubDate>Sat, 13 Jun 2026 10:24:12 +0000</pubDate>
      <link>https://dev.to/gupta_vikas88/-i-built-a-telegram-bot-that-instantly-converts-units-without-opening-a-website-33dk</link>
      <guid>https://dev.to/gupta_vikas88/-i-built-a-telegram-bot-that-instantly-converts-units-without-opening-a-website-33dk</guid>
      <description>&lt;p&gt;When working online, I often needed quick conversions such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;10 kg to lbs&lt;/li&gt;
&lt;li&gt;100°C to °F&lt;/li&gt;
&lt;li&gt;5 liters to gallons&lt;/li&gt;
&lt;li&gt;25 cm to inches&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The problem was that every conversion required opening a browser, searching Google, and finding a converter tool.&lt;/p&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%2Fzu47gl7b5uvb48wc15ja.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%2Fzu47gl7b5uvb48wc15ja.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To make the process faster, I created the &lt;strong&gt;BestMetricConversion Telegram Bot&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;👉 Telegram Bot: &lt;a href="https://t.me/BestMetricConversion_Site_Bot" rel="noopener noreferrer"&gt;https://t.me/BestMetricConversion_Site_Bot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The bot allows users to perform unit conversions directly inside Telegram. Simply send a conversion query and get instant results.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Can It Convert?
&lt;/h2&gt;

&lt;p&gt;The bot supports a wide range of conversions including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Weight (KG, LBS, Grams, Ounces)&lt;/li&gt;
&lt;li&gt;Length (CM, Inches, Feet, Meters)&lt;/li&gt;
&lt;li&gt;Volume (Liters, Gallons, ML)&lt;/li&gt;
&lt;li&gt;Temperature (Celsius, Fahrenheit, Kelvin)&lt;/li&gt;
&lt;li&gt;Pressure&lt;/li&gt;
&lt;li&gt;Speed&lt;/li&gt;
&lt;li&gt;Data Storage&lt;/li&gt;
&lt;li&gt;Time Units&lt;/li&gt;
&lt;li&gt;And many more&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;While building BestMetricConversion, I realized many users only need a quick answer. They don't always want to open a website or navigate multiple pages.&lt;/p&gt;

&lt;p&gt;Telegram is already used daily by millions of people, making it a perfect place for quick conversions.&lt;/p&gt;

&lt;h2&gt;
  
  
  More Than Just a Telegram Bot
&lt;/h2&gt;

&lt;p&gt;The Telegram bot is part of a larger ecosystem called &lt;strong&gt;BestMetricConversion&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://bestmetricconversion.com" rel="noopener noreferrer"&gt;https://bestmetricconversion.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The platform includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1000+ conversion tools&lt;/li&gt;
&lt;li&gt;Conversion tables&lt;/li&gt;
&lt;li&gt;Voice command support&lt;/li&gt;
&lt;li&gt;Conversion chatbox&lt;/li&gt;
&lt;li&gt;Browser extensions&lt;/li&gt;
&lt;li&gt;PDF conversion creator&lt;/li&gt;
&lt;li&gt;Related conversion suggestions&lt;/li&gt;
&lt;li&gt;Educational conversion guides&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Example Usage
&lt;/h2&gt;

&lt;p&gt;Try sending:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;10 kg to lbs
100 c to f
5 liters to gallons
50 cm to inches
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and the bot will return the conversion instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm continuously improving both the Telegram bot and the BestMetricConversion platform with new conversion categories, smarter parsing, and better user experience.&lt;/p&gt;

&lt;p&gt;If you frequently work with measurements, calculations, or unit conversions, I'd love your feedback.&lt;/p&gt;

&lt;p&gt;🔗 Website: &lt;a href="https://bestmetricconversion.com" rel="noopener noreferrer"&gt;https://bestmetricconversion.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🤖 Telegram Bot: &lt;a href="https://t.me/BestMetricConversion_Site_Bot" rel="noopener noreferrer"&gt;https://t.me/BestMetricConversion_Site_Bot&lt;/a&gt;&lt;/p&gt;

</description>
      <category>converter</category>
      <category>conversion</category>
      <category>bestmetricconversion</category>
    </item>
    <item>
      <title># Stop Opening Multiple Tabs for Conversions — I Built a Browser Extension That Does It All 🚀</title>
      <dc:creator>Vikas Gupta</dc:creator>
      <pubDate>Wed, 10 Jun 2026 06:43:52 +0000</pubDate>
      <link>https://dev.to/gupta_vikas88/-stop-opening-multiple-tabs-for-conversions-i-built-a-browser-extension-that-does-it-all-61d</link>
      <guid>https://dev.to/gupta_vikas88/-stop-opening-multiple-tabs-for-conversions-i-built-a-browser-extension-that-does-it-all-61d</guid>
      <description>&lt;p&gt;How many times have you searched for over the Google, ChatGPT or many other way:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;KG to LBS&lt;/li&gt;
&lt;li&gt;CM to Inches&lt;/li&gt;
&lt;li&gt;Celsius to Fahrenheit&lt;/li&gt;
&lt;li&gt;Liters to Gallons&lt;/li&gt;
&lt;li&gt;USD to INR&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I found myself doing this multiple times every day by searching over the Google.&lt;/p&gt;

&lt;p&gt;Each conversion meant opening a new tab, searching Google, entering a value, and copying the result which is too much time consuming and burning lots of hours.&lt;/p&gt;

&lt;p&gt;So I built a browser extension that puts unit conversion and currency conversion directly inside the browser and you can use it on same tab as it's sidepanel extension where you don't need to lose your current tab.&lt;/p&gt;

&lt;p&gt;No extra tabs. No searching. Just click the extension and convert instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ What the Extension Does
&lt;/h2&gt;

&lt;p&gt;The extension combines multiple conversion categories into one simple tool:&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚖️ Weight Conversion
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Kilograms ↔ Pounds&lt;/li&gt;
&lt;li&gt;Grams ↔ Milligrams&lt;/li&gt;
&lt;li&gt;Ounces ↔ Pounds&lt;/li&gt;
&lt;li&gt;Tons ↔ Kilograms&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📏 Length Conversion
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Inches ↔ Centimeters&lt;/li&gt;
&lt;li&gt;Feet ↔ Meters&lt;/li&gt;
&lt;li&gt;Miles ↔ Kilometers&lt;/li&gt;
&lt;li&gt;Millimeters ↔ Inches&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🌡️ Temperature Conversion
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Celsius ↔ Fahrenheit&lt;/li&gt;
&lt;li&gt;Celsius ↔ Kelvin&lt;/li&gt;
&lt;li&gt;Fahrenheit ↔ Kelvin&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🥤 Volume Conversion
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Liters ↔ Gallons&lt;/li&gt;
&lt;li&gt;Milliliters ↔ Liters&lt;/li&gt;
&lt;li&gt;Cups ↔ Fluid Ounces&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💾 Data Storage Conversion
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Bytes&lt;/li&gt;
&lt;li&gt;KB&lt;/li&gt;
&lt;li&gt;MB&lt;/li&gt;
&lt;li&gt;GB&lt;/li&gt;
&lt;li&gt;TB&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💱 Currency Conversion
&lt;/h3&gt;

&lt;p&gt;Need to quickly convert currencies?&lt;/p&gt;

&lt;p&gt;Simply enter an amount, choose the currencies, and get the converted result instantly from within the extension.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ Built for Speed
&lt;/h2&gt;

&lt;p&gt;One thing I wanted to avoid was unnecessary clicks.&lt;/p&gt;

&lt;p&gt;The extension provides:&lt;/p&gt;

&lt;p&gt;✅ Instant calculations&lt;/p&gt;

&lt;p&gt;✅ Quick unit swapping&lt;/p&gt;

&lt;p&gt;✅ Clean and distraction-free interface&lt;/p&gt;

&lt;p&gt;✅ Fast access from the browser toolbar&lt;/p&gt;

&lt;p&gt;Instead of searching for a converter website every time, everything is available in one place.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎯 Who Is This Extension For?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Students
&lt;/h3&gt;

&lt;p&gt;Quickly convert measurements while studying science, mathematics, engineering, or research topics.&lt;/p&gt;

&lt;h3&gt;
  
  
  Developers
&lt;/h3&gt;

&lt;p&gt;Useful when working with dimensions, storage units, pixels, and technical measurements.&lt;/p&gt;

&lt;h3&gt;
  
  
  Travelers
&lt;/h3&gt;

&lt;p&gt;Check measurements and currency values without opening multiple websites.&lt;/p&gt;

&lt;h3&gt;
  
  
  Online Sellers
&lt;/h3&gt;

&lt;p&gt;Convert product weights and dimensions for international marketplaces.&lt;/p&gt;

&lt;h3&gt;
  
  
  Everyday Users
&lt;/h3&gt;

&lt;p&gt;Whether you're cooking, exercising, shopping, or planning a trip, conversions are always just one click away.&lt;/p&gt;

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

&lt;p&gt;There are already many converter websites available.&lt;/p&gt;

&lt;p&gt;The problem wasn't finding a converter.&lt;/p&gt;

&lt;p&gt;The problem was constantly leaving what I was doing just to perform a simple conversion.&lt;/p&gt;

&lt;p&gt;I wanted a lightweight tool that stayed available inside the browser whenever I needed it.&lt;/p&gt;

&lt;p&gt;This extension solves exactly that problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Try the Extension
&lt;/h2&gt;

&lt;p&gt;If you regularly work with measurements, currencies, or international data, give it a try and let me know what features you'd like to see next.&lt;/p&gt;

&lt;p&gt;Extension Link: &lt;a href="https://chromewebstore.google.com/detail/best-metric-conversion-si/kefihbhfkinpffliggmmidflcnhebpop" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/best-metric-conversion-si/kefihbhfkinpffliggmmidflcnhebpop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and suggestions are always welcome!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>extensions</category>
    </item>
    <item>
      <title>How I Built a Lightweight Kg to Lbs Converter Firefox Extension</title>
      <dc:creator>Vikas Gupta</dc:creator>
      <pubDate>Sun, 17 May 2026 17:06:59 +0000</pubDate>
      <link>https://dev.to/gupta_vikas88/how-i-built-a-lightweight-kg-to-lbs-converter-firefox-extension-kj3</link>
      <guid>https://dev.to/gupta_vikas88/how-i-built-a-lightweight-kg-to-lbs-converter-firefox-extension-kj3</guid>
      <description>&lt;p&gt;Well, In this project, I wanted to create a very lightweight and fast Firefox extension focused on one simple task: converting kilograms to pounds instantly.&lt;/p&gt;

&lt;p&gt;Instead of building a heavy extension with unnecessary permissions and complex UI elements, I focused on:&lt;/p&gt;

&lt;p&gt;Speed&lt;br&gt;
Simplicity&lt;br&gt;
Minimal design&lt;br&gt;
Fast calculations&lt;br&gt;
Easy accessibility&lt;br&gt;
Why I Built It&lt;/p&gt;

&lt;p&gt;Many conversion tools online are overloaded with ads, slow scripts, or complicated interfaces. I wanted something that opens quickly and provides instant conversion results without distractions.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;br&gt;
HTML&lt;br&gt;
CSS&lt;br&gt;
JavaScript&lt;br&gt;
Firefox Extension APIs&lt;br&gt;
Manifest V3&lt;br&gt;
Features&lt;br&gt;
Instant Kg ↔ Lbs conversion&lt;br&gt;
Lightweight popup UI&lt;br&gt;
Fast loading&lt;br&gt;
Beginner-friendly interface&lt;br&gt;
Responsive design&lt;br&gt;
Minimal permissions&lt;br&gt;
Challenges I Faced&lt;/p&gt;

&lt;p&gt;One of the biggest challenges was keeping the extension lightweight while still making the UI modern and user-friendly.&lt;/p&gt;

&lt;p&gt;I also spent time optimizing:&lt;/p&gt;

&lt;p&gt;popup performance&lt;br&gt;
layout responsiveness&lt;br&gt;
extension packaging&lt;br&gt;
cross-browser compatibility&lt;br&gt;
What I Learned&lt;/p&gt;

&lt;p&gt;Building browser extensions taught me a lot about:&lt;/p&gt;

&lt;p&gt;UI simplicity&lt;br&gt;
browser APIs&lt;br&gt;
performance optimization&lt;br&gt;
extension store policies&lt;br&gt;
user-focused design&lt;br&gt;
Future Improvements&lt;/p&gt;

&lt;p&gt;I’m currently exploring:&lt;/p&gt;

&lt;p&gt;better accessibility&lt;br&gt;
offline support&lt;br&gt;
history saving&lt;br&gt;
multi-unit conversion support&lt;/p&gt;

&lt;p&gt;Firefox Extension:&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/kg-to-lbs-converter/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Faddons.mozilla.org%2Fstatic-frontend%2F02ea754b37fd50cca41d6aa1747a3848.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/kg-to-lbs-converter/" rel="noopener noreferrer" class="c-link"&gt;
            KG to LBS Converter &amp;amp; PDF Generator – Get this Extension for 🦊 Firefox (en-US)
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Download KG to LBS Converter &amp;amp; PDF Generator for Firefox. A fast KG to LBS Firefox sidebar converter with chatbot, history, install page and uninstall feedback.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Faddons.mozilla.org%2Ffavicon.ico%3Fv%3D3" width="32" height="32"&gt;
          addons.mozilla.org
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I’d love feedback and suggestions from the developer community.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
