Update: After reading the comments on Reddit [http://www.reddit.com/r/javascript/comments/2srhv0/dont_hassle_with_cors_proxy_your_requests_with/] , I realized I should have been clearer about the context of this post. We often develop web apps against existing APIs, and during the development phase the…
Continuous Deployment with GitHub, CircleCI and Heroku
Back in the dark days of 2013 we were using a self-hosted Jenkins installation for continuous integration and deploying onto Docker containers hosted on our own server. (That’s right, we were using Docker before it was cool.) Administering our own server and dealing with Jenkins configuration issues was a…