Test driving a Hacker News scraper with Node.js

This is a short summary of my experience while writing a simple HackerNews scraper As a pure exercise or kata if you want, I tried to apply Clean code, Refactoring and Testing priciples for this small npm module The task is simple: Get the posts on the … Read more

Similar

Guide to Running Node Apps on Amazon ECS

Amazon ECS ventures into the wonderful world of containers, specifically for running containerised apps on Amazon EC2. Given a cluster of instances, you can have ECS run and manage the containers on those instances. Since building the ECS launch demo for ... (more…)

Read more »