<?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>Forem: Dominic Hupp</title>
    <description>The latest articles on Forem by Dominic Hupp (@huppdo).</description>
    <link>https://forem.com/huppdo</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%2F370504%2F49137602-7a79-4431-83f7-bb1bf60a0f31.jpeg</url>
      <title>Forem: Dominic Hupp</title>
      <link>https://forem.com/huppdo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/huppdo"/>
    <language>en</language>
    <item>
      <title>Spontaneous Conversations - My Twilio Hackathon Project</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Fri, 01 May 2020 03:19:41 +0000</pubDate>
      <link>https://forem.com/huppdo/spontaneous-conversations-my-twilio-hackathon-project-2e3j</link>
      <guid>https://forem.com/huppdo/spontaneous-conversations-my-twilio-hackathon-project-2e3j</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built a website that can be used to spur spontaneous conversations between friends in order to simulate random conversations like the ones that may happen in the workplace or during school.&lt;/p&gt;

&lt;p&gt;When conducting my initial research for what to do my project on, many people told me they missed interacting with people they wouldn't otherwise go out of their way to interact with. Because of this, I've created a web app that allows you to either directly call a specific friend or randomly call any of your online friends. As long as you have the tab open, it signals to others that you're willing to have a conversation with them and it's okay for them to call you (and you're then added to all of your friends' random lists)!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sONgjDPr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5r3u993ebvn4dkke1mp9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sONgjDPr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5r3u993ebvn4dkke1mp9.png" alt="Home Page"&gt;&lt;/a&gt;&lt;br&gt;
Here is the home page of the website, it's pretty basic, but I wanted to spend time on the functionality of the program to start, not the visuals.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BU4Qx-5I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/434hkf1ohu67jq9uamzs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BU4Qx-5I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/434hkf1ohu67jq9uamzs.png" alt="Sign Up"&gt;&lt;/a&gt;&lt;br&gt;
This is the page that you get taken to when you first want to make an account. It registers you within Firebase Auth and then also gets your whole user profile formatted within Firebase Database.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--msizk19m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/if5cuz7rgnwpksohzhtz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--msizk19m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/if5cuz7rgnwpksohzhtz.png" alt="Sign In"&gt;&lt;/a&gt;&lt;br&gt;
This is a pretty basic sign-in screen. It's complete with a password reset and everything. But yeah!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lGinkdPF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/w613m0f157aukb1tiixm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lGinkdPF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/w613m0f157aukb1tiixm.png" alt="Main Page"&gt;&lt;/a&gt;&lt;br&gt;
This is what the main page of the web app looks like. You have your top bar, which is pretty standard across all of the pages on the website (besides the signup or sign-in pages). Then on the side, you have a bar with various options, such as initiating a random call, reloading the friend cards, or signing out. &lt;/p&gt;

&lt;p&gt;Below that holds your user information and the friend invites. All that you need to know to send a friend request is their email, and then the backend takes care of everything else for you!&lt;/p&gt;

&lt;p&gt;As you can see in the middle of the screen are both friend cards and friend request cards (yes, I got permission from the people shown to display their display names). The friend cards have the option to call that person or remove them from your friend group, whereas the friend request cards have accept or deny buttons on them.&lt;/p&gt;

&lt;p&gt;The website also tracks online status, so the only friend cards that will appear when you log in or refresh will be your friends that have been on the website within the last 120 seconds, meaning the displayed information will constantly be up to date.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NQofp9Uy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4292b2q827sj6c2hjt7h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NQofp9Uy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4292b2q827sj6c2hjt7h.png" alt="Video Chat"&gt;&lt;/a&gt;&lt;br&gt;
This is the video chat screen. Upon getting a call request, you're magically whisked away to this screen to be met with one other person. The room system is based on the REST API and is not ad-hoc, as well as being set to the P2P setting with only 2 members allowed in each room. This helps to provide a spontaneous and personal conversation that many felt they were lacking in their lives.&lt;/p&gt;

&lt;h3&gt;
  
  
  What Makes This Different?
&lt;/h3&gt;

&lt;p&gt;Well, that's a great question. There are many platforms out there, such as Zoom, Google Hangouts, Discord, etc. However, all of those require users to complete multiple steps and send out links or remember usernames, as well as attempting to provide many features that the majority of the personal userbase may not utilize. I attempted to create a lightweight application that can be used by anyone without requiring any special knowledge while still developing something that is fun and meaningful to our everyday lives.&lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid-19 Communications (Because like, being stuck at home can suck without friends)&lt;br&gt;
Exciting X-Factors (cause like random video calls are random)&lt;br&gt;
Interesting Integrations (Firebase API integration!)&lt;/p&gt;

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

&lt;p&gt;Well, this demo would cost money both in a server and Twilio credits due to the cost per participant fee. So there may be some activity happening on &lt;a href="https://vidchat.domhupp.space"&gt;https://vidchat.domhupp.space&lt;/a&gt; at some point, and I'll leave a notice in the commits or a post edit if that happens&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;Here's my GitHub! - &lt;a href="https://github.com/Huppdo/TwilioHackathon"&gt;https://github.com/Huppdo/TwilioHackathon&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h2&gt;

&lt;p&gt;Well, building this was quite a fun time. You see, I created this project within the 5 days (where I only worked on it for 4_ before the competition ended, and I also decided that I wanted to teach myself React in that time. So now, I've made my very first React app!&lt;/p&gt;

&lt;p&gt;Besides that, this project utilizes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React/Node.js for the frontend&lt;/li&gt;
&lt;li&gt;Material-UI for the frontend&lt;/li&gt;
&lt;li&gt;Python/Flask for the backend&lt;/li&gt;
&lt;li&gt;Twilio for Video services&lt;/li&gt;
&lt;li&gt;Google Firebase for user auth and storage&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Links to the DEV progress stories
&lt;/h5&gt;

&lt;p&gt;&lt;a href="https://dev.to/huppdo/placeholder-title-25h9"&gt;Day One Pt 1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/day-one-pt2-twilio-hackathon-1nm"&gt;Day One Pt 2&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-day-2-27bi"&gt;Day Two Pt 1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-day-2-pt2-3lm9"&gt;Day Two Pt 2&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-day-3-part-1-32df"&gt;Day Three Pt 1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-day-3-pt-2-21jg"&gt;Day Three Pt 2&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-day-3-pt-3-2lj2"&gt;Day Three Pt 3&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-final-day-pt1-20bh"&gt;Day Four Pt 1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/huppdo/twilio-hackathon-final-day-pt2-27gd"&gt;Day Four Pt 2&lt;/a&gt;&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Twilio Hackathon - Final Day Pt2</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Thu, 30 Apr 2020 15:13:27 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-final-day-pt2-27gd</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-final-day-pt2-27gd</guid>
      <description>&lt;p&gt;[Comment]: Well, the video API is now working. The only issue that I've run into is that Twilio/Chrome doesn't like me serving the video chat over http (since I'm running node on my machine and not my server for development). &lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Twilio Hackathon - Final Day Pt1</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Thu, 30 Apr 2020 13:13:29 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-final-day-pt1-20bh</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-final-day-pt1-20bh</guid>
      <description>&lt;p&gt;[Comment]: Time to grind out some API and user state tracking this morning before I go take my midday break!&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Twilio Hackathon - Day 3 Pt 3</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Wed, 29 Apr 2020 22:41:31 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-day-3-pt-3-2lj2</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-day-3-pt-3-2lj2</guid>
      <description>&lt;p&gt;[Comment]: The video backend has been started, thanks to Twilio for their great guides on getting users connected and up and running!&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
      <category>twilio</category>
    </item>
    <item>
      <title>Twilio Hackathon - Day 3 Pt 2</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Wed, 29 Apr 2020 16:27:15 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-day-3-pt-2-21jg</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-day-3-pt-2-21jg</guid>
      <description>&lt;p&gt;[Comment]: I have now added user persistence (woo!), but in doing so, I've created a bug where after signing in, you have to hit sign in a second time to go to the main user page. Whelp&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Twilio Hackathon - Day 3 Part 1</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Wed, 29 Apr 2020 13:39:11 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-day-3-part-1-32df</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-day-3-part-1-32df</guid>
      <description>&lt;p&gt;[Comment]: I had to take yesterday off due to some college admissions stuff that I was dealing with! However, I have a plan for these next two days. The first step is going to be rewriting some of my main react components to work better for my application&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Twilio Hackathon - Day 2 Pt2</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Mon, 27 Apr 2020 19:21:09 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-day-2-pt2-3lm9</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-day-2-pt2-3lm9</guid>
      <description>&lt;p&gt;[Comment]: Woo! Friends are FINALLY showing up (I learned A LOT about React throughout my morning). It's almost time to begin implementing the video API and Python backend!&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Twilio Hackathon - Day 2</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Mon, 27 Apr 2020 14:07:36 +0000</pubDate>
      <link>https://forem.com/huppdo/twilio-hackathon-day-2-27bi</link>
      <guid>https://forem.com/huppdo/twilio-hackathon-day-2-27bi</guid>
      <description>&lt;p&gt;[Comment]: I'm still trying to come up with a good name for my project, but it is what it is. I got started on firebase auth last night and now I'm creating a system to add friends!&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built
&lt;/h4&gt;

&lt;p&gt;An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Covid19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Auth&lt;/li&gt;
&lt;li&gt;Firebase DB&lt;/li&gt;
&lt;li&gt;Twilio Video&lt;/li&gt;
&lt;li&gt;React &amp;amp; Material UI&lt;/li&gt;
&lt;li&gt;Python &amp;amp; Flask for Video API&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Day One Pt2 - Twilio Hackathon</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Sun, 26 Apr 2020 18:29:12 +0000</pubDate>
      <link>https://forem.com/huppdo/day-one-pt2-twilio-hackathon-1nm</link>
      <guid>https://forem.com/huppdo/day-one-pt2-twilio-hackathon-1nm</guid>
      <description>&lt;p&gt;[Comment]: # I've just began my project! &lt;/p&gt;

&lt;h4&gt;
  
  
  What I built:
&lt;/h4&gt;

&lt;p&gt;I'm going to create a video app that encourages spontaneous conversation between people within your friend group and second-degree friends&lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;COVID-19 Communications&lt;/p&gt;

&lt;h4&gt;
  
  
  Demo Link:
&lt;/h4&gt;

&lt;p&gt;It's coming (eventually)&lt;/p&gt;

&lt;h4&gt;
  
  
  Link to Code:
&lt;/h4&gt;

&lt;p&gt;See last post (the repo is still empty)&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;p&gt;I'm currently cramming react into my brain so I can make an elegant looking UI! Besides that, it'll be a react frontend with a python backend using Twilio Video for P2P conversations&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>Day One - Twilio Hackathon</title>
      <dc:creator>Dominic Hupp</dc:creator>
      <pubDate>Sun, 26 Apr 2020 15:19:33 +0000</pubDate>
      <link>https://forem.com/huppdo/placeholder-title-25h9</link>
      <guid>https://forem.com/huppdo/placeholder-title-25h9</guid>
      <description>&lt;p&gt;[Comment]: Woo, hopping into the game late (aka starting today) but ready to grind out some hackathon code!&lt;/p&gt;

&lt;h4&gt;
  
  
  What I built:
&lt;/h4&gt;

&lt;p&gt;Ya know, I'm not quite sure yet&lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Either gonna go for the API category or the communication category&lt;/p&gt;

&lt;h4&gt;
  
  
  Demo Link:
&lt;/h4&gt;

&lt;p&gt;None yet&lt;/p&gt;

&lt;h4&gt;
  
  
  Link to Code:
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://github.com/Huppdo/TwilioHackathon"&gt;https://github.com/Huppdo/TwilioHackathon&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h4&gt;

&lt;p&gt;I know I'm gonna be using some form of python with probably a web frontend. My IDEs of choice are any of the JetBrains ones, so I'll be using PyCharm Professional and WebStorm, hosted on an AWS RHEL EC2 instance&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
  </channel>
</rss>
