<?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: Vinay MN</title>
    <description>The latest articles on DEV Community by Vinay MN (@vinay_mn_dd6b6036a8275eb9).</description>
    <link>https://dev.to/vinay_mn_dd6b6036a8275eb9</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%2F3825102%2Fb5c6758b-f8f4-478a-98d3-76b6f40160c7.jpg</url>
      <title>DEV Community: Vinay MN</title>
      <link>https://dev.to/vinay_mn_dd6b6036a8275eb9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vinay_mn_dd6b6036a8275eb9"/>
    <language>en</language>
    <item>
      <title>I Built a Bengaluru Metro Planner That Shows Platform Numbers, Interchanges &amp; Directions 🚇</title>
      <dc:creator>Vinay MN</dc:creator>
      <pubDate>Mon, 20 Apr 2026 13:46:55 +0000</pubDate>
      <link>https://dev.to/vinay_mn_dd6b6036a8275eb9/i-built-a-bengaluru-metro-planner-that-shows-platform-numbers-interchanges-directions-13ag</link>
      <guid>https://dev.to/vinay_mn_dd6b6036a8275eb9/i-built-a-bengaluru-metro-planner-that-shows-platform-numbers-interchanges-directions-13ag</guid>
      <description>&lt;p&gt;While commuting in Bengaluru, I noticed something frustrating.&lt;/p&gt;

&lt;p&gt;Most metro tools can tell you &lt;strong&gt;which route to take&lt;/strong&gt;, but they often miss the information commuters actually need in the moment:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which &lt;strong&gt;platform&lt;/strong&gt; should I go to?&lt;/li&gt;
&lt;li&gt;Which direction should I board?&lt;/li&gt;
&lt;li&gt;Where exactly do I &lt;strong&gt;interchange&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;Which line do I switch to?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to solve that problem by building a practical tool inside my project &lt;strong&gt;EnableFlow&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Live Tool
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://enableflow.online/tools/metro-planner" rel="noopener noreferrer"&gt;https://enableflow.online/tools/metro-planner&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  What I Built
&lt;/h1&gt;

&lt;p&gt;A &lt;strong&gt;Bengaluru Metro Planner&lt;/strong&gt; for daily commuters using Namma Metro.&lt;/p&gt;

&lt;p&gt;It helps users quickly plan journeys across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Purple Line&lt;/li&gt;
&lt;li&gt;Green Line&lt;/li&gt;
&lt;li&gt;Yellow Line&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And gives step-by-step practical guidance.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Route Planning
&lt;/h3&gt;

&lt;p&gt;Select any source and destination station.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;Whitefield → Bommanahalli&lt;/p&gt;

&lt;h3&gt;
  
  
  Platform Numbers
&lt;/h3&gt;

&lt;p&gt;Shows the platform to board from.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;Platform 2&lt;br&gt;
Towards Challaghatta&lt;/p&gt;

&lt;h3&gt;
  
  
  Interchange Guidance
&lt;/h3&gt;

&lt;p&gt;Shows where to switch lines, such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Majestic&lt;/li&gt;
&lt;li&gt;RV Road&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Boarding Direction
&lt;/h3&gt;

&lt;p&gt;Instead of confusion, users see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Towards Whitefield&lt;/li&gt;
&lt;li&gt;Towards Silk Institute&lt;/li&gt;
&lt;li&gt;Towards Bommasandra&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Mobile Friendly UI
&lt;/h3&gt;

&lt;p&gt;Built to be quick and easy during real travel.&lt;/p&gt;




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

&lt;p&gt;I wanted to create tools that solve &lt;strong&gt;real everyday problems&lt;/strong&gt;, not just demo projects.&lt;/p&gt;

&lt;p&gt;Metro travel in Bengaluru is growing fast, and many commuters are new to the network.&lt;/p&gt;

&lt;p&gt;Simple, clear travel guidance saves time and avoids confusion.&lt;/p&gt;




&lt;h1&gt;
  
  
  Technical Side
&lt;/h1&gt;

&lt;p&gt;This project helped me work on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data structuring for metro stations and lines&lt;/li&gt;
&lt;li&gt;Route calculation logic&lt;/li&gt;
&lt;li&gt;Platform mapping&lt;/li&gt;
&lt;li&gt;Interchange handling&lt;/li&gt;
&lt;li&gt;Frontend UI/UX&lt;/li&gt;
&lt;li&gt;SEO focused utility products&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  What I Learned
&lt;/h1&gt;

&lt;p&gt;Utility products are powerful.&lt;/p&gt;

&lt;p&gt;When you solve one real pain point clearly, users instantly understand the value.&lt;/p&gt;




&lt;h1&gt;
  
  
  What’s Next
&lt;/h1&gt;

&lt;p&gt;I plan to improve it further with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More city transit tools&lt;/li&gt;
&lt;li&gt;Better maps&lt;/li&gt;
&lt;li&gt;Fare calculator&lt;/li&gt;
&lt;li&gt;Live train support&lt;/li&gt;
&lt;li&gt;More commuter utilities inside EnableFlow&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Try It &amp;amp; Share Feedback
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://enableflow.online/tools/metro-planner" rel="noopener noreferrer"&gt;https://enableflow.online/tools/metro-planner&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your suggestions and feedback.&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #javascript #react #nextjs #buildinpublic #sideproject #productivity #india #bengaluru #opensource
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>react</category>
      <category>bengaluru</category>
    </item>
    <item>
      <title>I Built EnableFlow – A Simple Toolbox for Developers and Professionals</title>
      <dc:creator>Vinay MN</dc:creator>
      <pubDate>Sun, 15 Mar 2026 09:45:11 +0000</pubDate>
      <link>https://dev.to/vinay_mn_dd6b6036a8275eb9/i-built-enableflow-a-simple-toolbox-for-developers-and-professionals-333c</link>
      <guid>https://dev.to/vinay_mn_dd6b6036a8275eb9/i-built-enableflow-a-simple-toolbox-for-developers-and-professionals-333c</guid>
      <description>&lt;p&gt;As developers and working professionals, we often rely on many small tools every day calculators, converters, and utilities that help us complete tasks faster.&lt;/p&gt;

&lt;p&gt;But switching between multiple websites for small utilities can be frustrating and time-consuming.&lt;/p&gt;

&lt;p&gt;So I decided to build something simple.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing EnableFlow
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;EnableFlow&lt;/strong&gt; is an online toolbox designed to bring useful utilities into one place for developers and professionals.&lt;/p&gt;

&lt;p&gt;Instead of searching across multiple websites, EnableFlow provides quick access to commonly used tools in a clean and simple interface.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it here:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://enableflow.online" rel="noopener noreferrer"&gt;https://enableflow.online&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;While working on projects, I noticed how often we need quick utilities like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CIDR calculations
&lt;/li&gt;
&lt;li&gt;Small productivity tools
&lt;/li&gt;
&lt;li&gt;Quick online utilities
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These tools exist everywhere, but they are scattered across different sites.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The goal of EnableFlow is simple:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Provide useful tools in one place so people can work faster.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Current Features
&lt;/h2&gt;

&lt;p&gt;Some tools currently available include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CIDR Calculator&lt;/strong&gt; – useful for networking and DevOps tasks
&lt;/li&gt;
&lt;li&gt;Lightweight and fast interface
&lt;/li&gt;
&lt;li&gt;Clean and distraction-free design
&lt;/li&gt;
&lt;li&gt;Easy access from any device
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example use case:&lt;/p&gt;

&lt;h2&gt;
  
  
  CIDR 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%2F3qaqx46nheqxcgeqes6q.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%2F3qaqx46nheqxcgeqes6q.png" alt="CIDR Calculator Tool" width="800" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;EnableFlow includes a &lt;strong&gt;CIDR calculator&lt;/strong&gt; that helps quickly analyze IPv4 network ranges.&lt;/p&gt;

&lt;p&gt;Just enter an IP address and prefix to instantly get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Network address&lt;/li&gt;
&lt;li&gt;Broadcast address&lt;/li&gt;
&lt;li&gt;Usable host range&lt;/li&gt;
&lt;li&gt;Binary representation&lt;/li&gt;
&lt;li&gt;Subnet mask&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  👨‍💻 Who Is It For?
&lt;/h2&gt;

&lt;p&gt;EnableFlow is designed for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Developers
&lt;/li&gt;
&lt;li&gt;DevOps engineers
&lt;/li&gt;
&lt;li&gt;IT professionals
&lt;/li&gt;
&lt;li&gt;Students learning networking
&lt;/li&gt;
&lt;li&gt;Anyone who needs quick productivity tools
&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;This is just the beginning. I’m planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More developer utilities
&lt;/li&gt;
&lt;li&gt;More productivity tools
&lt;/li&gt;
&lt;li&gt;Community-requested features
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  💬 I’d Love Your Feedback
&lt;/h2&gt;

&lt;p&gt;This is an early version and I would really appreciate feedback from the developer community.&lt;/p&gt;

&lt;p&gt;If you have suggestions for tools that should be added, let me know.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check it out here:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://enableflow.online" rel="noopener noreferrer"&gt;https://enableflow.online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and happy building &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devtool</category>
      <category>productivity</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
