JavaScript
Projects
ProudParent
University of Houston
August 2014 - December 2014
JavaScript AngularJS Microsoft Azure

For our App Design and Entrepreneurship class, our group created ProudParent, a baby book for the modern age. The fictional start up aimed to cater to young mothers eager to chronicle their baby’s lives. I was responsible for the app’s integration with Microsoft Azure to store user information. As the business lead, I also interviewed potential customers and did product pitches.

Blog
Changing SVG styles with the DOM API
15 November 2016

SVGs are great. Not only do they render non-pixelated versions of your favorite vector images, but their XML base allows developers so much freedom to play with them. It’s also a good exploration of what can be done with the DOM API.

JavaScript Basics
09 November 2016

Lately whenever I’ve had some idle time, whether that be waiting for my Windows box to start up, or waiting for my project to build, I’ve been reading MDN’s JavaScript docs. As someone who’s never formally studied JavaScript, it has plenty of useful tidbits that I may not gather from just building applications.