My weekly newsletter is out

This is my weekly newsletter which covers my favorite stories of the week in the fields of Tech, HTML5, Startups, Game Dev, and Venture Capital. If you find some links that you think would be useful, feel free to share! You can always subscribe (or unsubscribe) by clicking on the MailChimp widget on the right-hand…

Use this HTML5 video player sample for your hackathon projects

Last week Microsoft announced the new Azure Media Services video player. Here’s the biggest selling point for me: Azure Media Player utilizes industry standards, such as HTML5 (MSE/EME) to provide an enriched adaptive streaming experience. When these standards are not available on a device or in a browser, Azure Media Player automatically uses Flash and Silverlight…

Using blob storage to host my podcast .mp3 files

  I host a podcast called The Indie Dev Podcast where I interview game developers from around the world in 30 minute segments. I’m always fascinated by what people are able to create, and I’m even more curious about how they make these games happen. I store the most recent episodes of the podcast on…

Google Polymer and web components tutorial

Source code: GitHub  Live demo: http://pokemonwebaudio.azurewebsites.net/ I started working with polymer, to get a feel for what it was all about. Here’s how Google describes it: Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and…

Intro to big data, HDInsight (Hadoop) on Azure

TLDR: HDInsight is Microsoft’s flavor of hadoop. It’s used to collect massive amounts of data at once, and worry about how it gets stored, sorted, and visualized at a later time. I’m giving a talk to MBAs at Villanova University later this week, and I’m covering HDInsight. In preparing my notes, I wrote an outline…