API Forward Reboot
So I’ve had a heroku free-tier dyno running for a while now with a version of my api-forward project. The idea behind it is to allow me to obfuscate API calls from fiddles and pens to external APIs. This way my API keys are not revealed in the pens or fiddles themselves. It’s a pretty simple application, but I tried to over-complicate it and stick it into a mono-repo with some other tools I’ve been developing.
Dependency injection with Angular’s Provider System
Getting what you want and need with Angular’s provider system
Unit testing JavaScript that runs in your browser
Gain confidence in your ExtJS code with unit testing
Create your own Travis CI-like server with Jenkins and Docker
Self host your own Travis(-ish) server!