- Pry 102: Advanced Features (03 May 2012)
Give this link a click if you are interested in learning more about the advanced features of the ruby REPL Pry.
- Hitchhiker's Guide to Metaprogramming: Class/Module Hooks (23 Apr 2012)
I wrote another article for Rubysource about metaprogramming in ruby. In part one of this series I cover some of the basic class/module hooks. Maybe you should check it out. ;)
- Introducing Pivot.js (10 Apr 2012)
Here I'll talk a little bit about Pivot.js a new reporting library that let's you create extremely flexible reports on the fly.
- Zero to Jekyll in Twenty Minutes (04 Apr 2012)
Hey everyone I've posted an article over on Rubysource.com be sure to check it out.
- New Site, New Style (22 Mar 2012)
I've migrated Run With It to jekyll. The migration introduces a bunch of changes that will let me write more while still keeping the code clean.
- Setting Up a Remote Environment (20 Mar 2012)
Here I'll show you how easy it is to set up an alternate remote dev environment in Rails. Allowing you to work from home. ^_^
- Introducing EspnRb (12 Mar 2012)
Announcing EspnRb my wrapper around the ESPN developer API. It covers some basic usage examples and where you can learn more about it.
- Life in a shade of ruby (27 Feb 2012)
Conway's Game of Life is a mainstay in Hacker culture. Here I'll go in depth about it's rules and my implementation.
- Omniauth and Other Drugs (08 Feb 2012)
Hello everyone, I'm back. Here to share a neat piece of code with you. It isn't very practical but it illustrates how easy it is to use Omniauth
- Back Soon (30 Nov 2011)
- Man and Ruby (17 Nov 2011)
If you've had any experience with Unix operating systems you undoubtedly know the value of a good man page. Here I'll show you how to incorporate man pages into your work flow and maybe even author your own.
- String Theory (08 Nov 2011)
I like many of you have often idly wondered about the inner workings of Ruby. This time I wanted to see if I was correct. Here I'll show whether single quoted strings or double quoted strings are faster in 1.9.
- An Introduction to Logging (01 Nov 2011)
In this screencast I'll give you a brief introduction to the Logging framework. It's a popular logging tool that allows for greater transparency in your applications.
- Caller Method (27 Oct 2011)
It's Friday and this week has been fraught with complicated bugs. Here I share a method I found useful while trying to hack through these issues.
- Make the most of your tweet (25 Oct 2011)
Here I'll show you how to integrate google's url shortening service, and Twitter's tweet button to help make your site's tweet a little more friendly.
