Code

One of the best ways I know to learn how to code is by example. Like many others before me, I like to contribute as much as possible back to the community that helped teach me. This page is the canonical resource for any code that I’ve open sourced or put in the public domain.

FTUtils
——-

**[FTUtils](http://github.com/neror/ftutils/tree/master “neror’s ftutils at master – GitHub”)** is a collection of utility code for use in iPhone projects. Its primary features are:

* A utility class that makes doing more complex things with Core Animation simple.
* An Objective-C wrapper around the JSON stream parsing library yajl.