Alfred Workflow for Setting up Workstations

Working on several coding projects, I've seen a typical theme in how I get started. The pattern usually consists of opening all the relevant »

Spinning up Rails + Spree Commerce + React App

The setup will be a rails app that runs the Spree Commerce engine on the backend while utilizing React for the front-end. Just the basic instructions »

Testing Batch Requests & Pagination in Node

Background noise: Node with HapiJS. The test spec files use the Request library & the Chai Assertion library. The post focusses on writing simple & small »

TWIL: June 21-28, 2017

Haproxy. What is it good for? Open source load balancer. "Load balancing refers to efficiently distributing incoming network traffic across a group of backend servers, »

Setting CORS Headers in your Requests

What is CORS? When your application tries making a cross domain request (a request from another website other than your domain) using a script, then for »