Twin Cities Code Camp 2006
Today I'm attending the Twin Cities Code Camp, a free conference with sessions on .NET, testing, Ajax, and web services. Here are summaries of the morning sessions I attended.
View ArticleNo Fluff Just Stuff April 2007 conference
I attended the No Fluff Just Stuff Java symposium with some co-workers.
View ArticleChart your console history with Google Charts
This script was for fun to play around with Google Charts. There was an internet meme going around where programmers were posting their console history on their blogs. I took the output from that...
View ArticleEdward Tufte "Presenting Data And Information" Minneapolis 2008
Edward Tufte is a statistician and considered an expert on presenting data visually. Tufte was highly recommended, so I decided to attend his 1-day course in Minneapolis. Part of the event cost...
View ArticleWindyCityRails 2008 conference
My notes from the WindyCityRails 2008 1-day conference held Saturday September September 20th, 2008 in Chicago. This conference was for the Ruby on Rails framework. I traveled from Minneapolis for the...
View ArticleRails Deployments
This September I deployed two Rails applications with different stacks, and I wanted to share the details.
View ArticleF1 Webchallenge Team Ruby.mn recap
This year I participated in the F1 Web Challenge. The event brings together teams of programmers, designers, and project managers with non-profit organizations. The goal is to build a professional...
View ArticleStats-driven lens shopping with Ruby
I developed the script photo_stats.rb to move through date-based folders of photos, and grab EXIF data (thanks to the exifr gem) for each photo. The script calculates the mean focal distance of all the...
View ArticleAuto-linking Twitter tweets in Ruby and Javascript
Ruby on Rails introduced me to a the concept of an auto_link helper method, which finds and hyperlinks URLs within text.
View ArticleRewrite URLs with nginx
A previous work project involved changing our blog software and server configuration. Date-based URLs would no longer be used, and the blog would be run within the main site instead of on a subdomain....
View ArticleCocoaheads MN July 2009
Bill Heyman from Code Morphic led a discussion on some topics from WWDC 2009 and iPhone 3.0 SDK features.
View Article5 Ruby-based static site generators
Developing dynamic database-driven web applications with Ruby on Rails is great, however the flexibility and overhead of the framework is not always needed for small static websites.
View ArticleWindyCityRails 2009 conference
I attended WindyCityRails in Chicago this year. Videos of the sessions are available here.
View ArticleRubyConf 2009
Attending RubyConf was a lot of fun because I was able to combine a personal vacation ahead of the trip, then meet my coworker at the start of the conference.
View ArticleRailsConf 2010
I attended RailsConf in Baltimore, MD this year. It was especially exciting as we had just relocated to Baltimore 2 days earlier after a long drive from Minneapolis. Apart from the great sessions, I...
View ArticleBmore on Rails
Tonight I attended my first meeting of the monthly Bmore on Rails User Group. We recently relocated from Minneapolis to Baltimore. In addition to the monthly technical talk, there are social events...
View ArticleMoving A Rails App to Heroku
This website runs on an open source blogging application I developed called Rehash. The application has always been deployed on a virtual private server but I wanted to try moving it to Heroku.
View ArticleNode Frameworks: Geddy and Express
In preparation for the Node Knockout competition, I decided to look at two frameworks Geddy and Express.
View Article