TAG: featured

I'm a recovering politico and brand marketer diving head-first into the world of software development, and always searching for ways to impact the world for the better. These are my thoughts.

Navigation

How To Set Up Continuous Deployment to Azure from Circle-CI

Continuous delivery and continuous deployment are exciting frontiers in software development. If set up properly, any code committed to a project's repository can pushed live after passing a series of defined tests in a simulated environment. As part of my first group project at Hack Reactor, I wanted to learn how to set up a continuous deployment system, so that we could concentrate on developing great software rather than deploying it. For this, I chose Circle-CI, which was initially easy to set up and had a great user interface.

We chose to host our project on Microsoft's Azure platform, for no better reason than the fact that they've been very generous with credits for Hack Reactor students (and YCombinator startups

On jQuery Animations + The Queue

One aspect of Hack Reactor that I've been particularly impressed with is the way the curriculum is structured; we're always learning multiple concepts. Today, we not only continued our exploration of BackboneJS, but also taught ourselves CoffeeScript. Early last week, we found ourselves refreshing our jQuery while learning about the different JavaScript instantiation patterns. How did we do that? By coding up a dance party, with different dancers moving about the screen, each sharing some methods…