DEV Community

Dominic Hupp
Dominic Hupp

Posted on

 

Twilio Hackathon - Final Day Pt2

[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).

What I built

An Omegle type product for first and second-degree friends in order to facilitate more spontaneous conversations

Category Submission:

Covid19 Communications

How I built it (what's the stack? did I run into issues or discover something new along the way?)

  • Firebase Auth
  • Firebase DB
  • Twilio Video
  • React & Material UI
  • Python & Flask for Video API

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git