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: May 28, 2013

A comprehensive endorsement of Yeoman as web application scaffolding tool. Explains how Yo generates project scaffolds, Bower manages packages, and Grunt handles builds. Covers live preview, compilation of CoffeeScript/SASS, minification, and deployment optimization.

Date: May 19, 2013

Demonstrates using Popcorn.js media library from Dart, solving JavaScript callback context issues. Shows working with Web UI package for HTML elements, notes Popcorn.js is no longer maintained, and explores Dart VM's positioning with web apps, questioning browser vendor support strategies.

Date: May 08, 2013

Comprehensive guide to setting up Riak distributed database cluster on Amazon EC2 with Ubuntu. Covers installation with Homebrew, security group configuration for Erlang ports, system setup steps, firewall configuration for cluster communication ports, node configuration, and clustering best practices.

Date: May 04, 2013
Tags: [Dart]

Dart code examples for MD5 hashing using dart:crypto library. Shows both quick single-line hashing and incremental update method for streaming data, continuing series of MD5 implementations across multiple programming languages (Python, Ruby, Groovy, CoffeeScript, Perl, Scala).

Date: May 02, 2013
Tags: [Dart]

Dart code demonstrating Battle.net API integration using dart:json and dart:http packages. Fetches guild data, character names, levels, and classes, with sorted output. Serves as Dart syntax showcase comparing to previous Ruby, Groovy, and CoffeeScript implementations.

Date: April 28, 2013
Tags: [Dart]

A critical analysis of Google's Dart language strategy. Questions focus on web applications when most developers need backend work, wonders why Dart VM competes with V8 instead of improving it, and notes JavaScript's dominance despite Dart's quality. Suggests Dart team should better support backend development or explain performance positioning.

Date: April 27, 2013

A major site redesign announcement describing the transition from old hosting to Amazon S3 using Jekyll for static site generation. Explains move away from dynamic site to static files for simplicity, improved performance, and easier maintenance while maintaining blog functionality.

Date: October 05, 2012

Report from fifth No Fluff Just Stuff Boston conference attendance in Framingham. Conference covers Java-based technologies but includes JVM languages like Scala and Groovy, NoSQL databases, and project lifecycle management topics. Consistently finds interesting talks across different technology stacks at this Java-focused conference.