<?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: Aloof</title>
    <description>The latest articles on DEV Community by Aloof (@umi_84).</description>
    <link>https://dev.to/umi_84</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%2F1304266%2Ffc62e752-7abb-4e09-91b7-eaf7ddc3b2f7.png</url>
      <title>DEV Community: Aloof</title>
      <link>https://dev.to/umi_84</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umi_84"/>
    <language>en</language>
    <item>
      <title>Bga Buses (MUX Challenge)</title>
      <dc:creator>Aloof</dc:creator>
      <pubDate>Mon, 29 Dec 2025 21:48:23 +0000</pubDate>
      <link>https://dev.to/umi_84/bga-buses-mux-challenge-53c4</link>
      <guid>https://dev.to/umi_84/bga-buses-mux-challenge-53c4</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mux-2025-12-03"&gt;DEV's Worldwide Show and Tell Challenge Presented by Mux&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Am Building
&lt;/h2&gt;

&lt;p&gt;Bus route finder, from where you are to your destination. Navigate Bucaramanga with breeze.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Pitch Video
&lt;/h2&gt;

&lt;p&gt;

&lt;iframe src="https://player.mux.com/b45JV1REiboz1Yx9apfVAICtn679kDxEZpXwCm014db00" width="710" height="399"&gt;
&lt;/iframe&gt;



&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;At the moment, the project has only the integration with the Google APIs. &lt;/p&gt;

&lt;p&gt;

&lt;iframe src="https://player.mux.com/jYmq8z357F8MPE3p2I4p00UtDW74xZFnt302wzIx3bZ94" width="710" height="399"&gt;
&lt;/iframe&gt;



&lt;/p&gt;

&lt;p&gt;And I working hard to publish the first version. &lt;a href="https://github.com/u-m-i/MapsFinder" rel="noopener noreferrer"&gt;Here's&lt;/a&gt; the repo.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Story Behind It
&lt;/h2&gt;

&lt;p&gt;One year ago, I moved from the city of Medellín, to Bucaramanga, Colombia.&lt;br&gt;
I found a difference in the transportation quality and my first thought was to find a way to help me understand the routes of the buses.&lt;br&gt;
Then a light bulb turned on in my head (literally); I always liked to help others and code, so I fused both things, and being honest, it excites me to work on this.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;p&gt;As the MVP is the priority, next are the services required to run it:&lt;/p&gt;

&lt;h3&gt;
  
  
  Hosting
&lt;/h3&gt;

&lt;p&gt;For fast publication and with zero cost I choose &lt;code&gt;Github Pages&lt;/code&gt; or &lt;code&gt;Vercel&lt;/code&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Algorithms
&lt;/h4&gt;

&lt;p&gt;And as data structures are tied to algorithms and the reverse is also true, for now, I would host all the public data (format to be defined) of the buses routes in the repository and fetch them at demand.&lt;/p&gt;

&lt;h3&gt;
  
  
  Maps, Routes, AutoComplete API
&lt;/h3&gt;

&lt;p&gt;Using the maps services of &lt;em&gt;Google&lt;/em&gt; becomes important as they are fast to integrate and to use with zero backend, using only Vanilla JavaScript.&lt;/p&gt;

&lt;p&gt;For later, the idea is to allow the administrators of the transportation companies to be able to update the routes, see metrics and make public announcements, this would required (This is the selling stage).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MVP&lt;/strong&gt;: Vanilla JavaScript, Google Maps API, Github Pages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Further Development&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SvelteKit (Frontend, SPA); fast to use, ideal for a not large SPA (Single Page App).&lt;/li&gt;
&lt;li&gt;Rust (Backend); robust and lightweight backend, allowing to use a little VM instance at first or even a fleet of Lambda functions.&lt;/li&gt;
&lt;li&gt;AWS; One EC2, or a fleet of Lambda functions with Gateway API.&lt;/li&gt;
&lt;li&gt;Github Pages, Vercel or Neocities (why not?); a place to publish comfortably, avoiding to manage more than one VM instance.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>muxchallenge</category>
      <category>showandtell</category>
      <category>video</category>
    </item>
  </channel>
</rss>
