[amscotti@128bit.io ~/posts]# grep -l "dart" *.md | xargs -n1 head _
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 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.