nodejs Building a (nearly) free site ping on AWS Lambda Knowing if your website is up or down is important, having recently expanded to running a few websites, instead of just this blog, I wanted a way of having confidence
grunt Introducing grunt-juve Recently I've been in need of a method to easily performance test pages and pass/fail CI builds based on the results. A lot of our previous attempts have utilised selenium based tests, but these were heavy weight and unwieldy. At Velocity 2014 phantomas
nodejs Looking at Gulp, an alternative to Grunt I’ve been using Grunt for a while now, it’s a great way of managing your JavaScript workflow, for both client side and server side applications. We introduced it into our workflow for managing the minifying of JavaScript and running of tests/linting
nodejs NodeJS Http Requests stuck at five Whilst working on our monitoring system we encountered some rather odd behaviour sending data into Elasticsearch over HTTP. We would get 5 responses, and then it would abruptly stop. We were calling request.end(), so as far as we knew we were ending the