I’m joining Twilio

So the time has come for me to move on and accept a new challenge. As of the October 20th, I’ll be joining Twilio as a Developer Evangelist.

1 min read

Sending and Receiving SMS messages with Dart

I wanted to be able to send SMS messages with Dart, and because it doesn’t actually support it natively (not that I would expect it to anyway), I decided to write a library that allows me to do just that.

6 min read

Creating files with Dart

This is a very simple example of how to create files with Dart. I am working on another example that involves file manipulation, but thought I’d quickly post this one here as to have it out of the way.

~1 min read

Matrix effect with Dart

After my last post on Dart, I decided that I wanted to write something a bit more complex using the language. I had a lot of good feedback on it, but still felt I should try to push the language as much as I could, and see if it was a really enjoyable language to write code in.

2 min read