An introduction to Docker for operating system-level virtualization with minimal overhead compared to hypervisors. Covers creating containers for application components like databases and web servers, security benefits of isolation, and discovering Dokku for PaaS-like deployment similar to Heroku.
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.
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.
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.
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.
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).
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.
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.
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.
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.