[amscotti@128bit.io ~/posts]# grep -l "nodejs" *.md | xargs -n1 head _
grep results
# NodeJS
- 7 posts matched
Date: June 01, 2013

Solution for Yeoman CORS issue when APIs run on different domains. Creates Node.js proxy server with Connect and http-proxy to route Yeoman app API requests to local development API server, preserving live preview and avoiding cross-origin restrictions.

Date: June 13, 2012

Demonstrates combining Amazon SQS queues with SES email service for background email processing. Shows architecture where web applications queue email jobs, worker processes consume from SQS and send via SES, with code examples in Node.js and Ruby handling queue messages and email sending.

Date: June 02, 2012

A personal status update mentioning working on Heroku application, continued interest in Node.js projects, and ongoing Ruby work including MongoDB database activities. Notes that posts are coming after period of focusing on learning new technologies for job transition.

Date: July 07, 2011

A review of Tom Hughes-Croucher's O'Reilly video series on Node.js, which provided excellent introduction and inspiration leading to installing NodeJS and experimenting with projects immediately. Strongly recommended for anyone getting started or wanting to understand the concepts behind Node.js.

Date: June 29, 2011

An exploration of NodeJS for building scalable real-time web applications using JavaScript's event-driven, non-blocking architecture. Includes a live example hosted on Heroku using HTML5 geolocation API with Express web framework and Socket.io for real-time client synchronization, plus mention of npm package manager.