Reflections on Using Backbone.js | 8th Light
JavaScript frameworks like Backbone.js can provide the structure missing in ad hoc approaches but there are some common pitfalls.
Software Craftsman with a B.S. in Computer Sciences from UW-Madison. I enjoy working on projects with an agile approach (weekly iterations, daily standups, code reviews, etc). I believe that test-driven development is critical for successful projects along with effective communication. I strongly believe that being a polyglot programmer (with abilities in multiple languages) is important. Both my CS education and the Software Craftsmanship movement agree that being a developer is understanding how things work not a specific language or programming feature. I am confident that I have the ability to develop in unfamiliar environments and languages.
February 2012 - Current
February 2010 - January 2012
At Webitects I developed websites with ASP.net MVC in C# with JQuery and SQL Server.
Projects included:
January 2009 - February 2010
May 2008 - December 2009
Data Center Application Development team member working on customer portal, internal software and monitoring system. Junior position on a two person team directly responsible for monitoring infrastructure for the entire managed services offering (thousands of servers co-located in Madison, WI and Minneapolis, MN data centers and remotely at customer sites).
June 2007 - August 2007
2004 - 2007
January 1997 - January 2002
2004 - 2007
I made the most of my time at UW-Madison by taking a heavy load of computer science classes including some graduate level courses. My favorite classes where:
The one moment that made me ecstatic to have taken this path was having Professor Solomon explain how a context switch works at the hardware level in an operating system.
GitHub, Sep 2011; followed by 2 people
Implementation of tutorial code for http://blog.shinetech.com/2011/07/25/cascading-select-boxes-with-backbone-js/
Wrote ASP.NET MVC 3 backend which provides JSON-encoded models to Backbone.js to be rendered via JavaScript in the browser.
GitHub, Oct 2012 - Jan 2013
Sinon.JS Assertions for Chai with Rails
Maintainer of gem for the library.
GitHub, Sep 2011; followed by 4 people; forked 2 times
Convert the apache mime.types file to C# Dictionary<string, string> keyed by file extension.
Getting mime types in C#/Windows/ASP.NET/ASP.NET MVC is much more complicated than one would expect. This program fetches the mime.types file from the Apache project and converts it for use in any C# project.
Google Code
Search plugin for MediaWiki that uses Google Search Appliance (GSA) for results.
Developed plugin and implemented at employer.
GitHub, Aug 2009 - Sep 2011
PHP wrapper for CGI scripts that has various output options.
Used to wrap legacy CGI scripts on a customer portal at employer.
Web application to create invoices. Pulls iteration data from 8th Light Artisan (agile iteration management with stories). Creates PDF invoices using a Backbone.js-based frontend and a Ruby on Rails backend.
Primary developer during my resident apprenticeship.
Chrome plugin to automatically redirect to non-archive version of page on bikeforums.net
Developer.
JavaScript frameworks like Backbone.js can provide the structure missing in ad hoc approaches but there are some common pitfalls.
Cymen's Blog
Provides background details on the ApacheMimeTypesToDotNet project which is a simple program to generate a C# dictionary of mime-types based on the mime.types file from the Apache project.
Cymen's Blog
Summarizes some of the presentation of the Liskov substitution principle in Robert Martin's Agile Software Development, Principles, Patterns, and Practices.
Cymen's Blog
Some methods that I've used to tune SQL Server Express that focus on finding indexes that may be poor or missing. Some of the tools that come with full SQL Server do not come with Express and this blog post goes into other approaches based on query statistics.
Cymen's Blog
Initial exploration of storing RRD data in MySQL.

Robert C. Martin
That SOLID provides a common language for developers to discuss design.

Jon Skeet
A historical perspective on changes in the syntax of C# that makes it easier to identify common patterns of usage. An understanding of the benefit of nullable types which I used in further development of an internal code generation tool that made classes based on database schema (an ORM wasn't an option in this case). The power of lambda expressions combined with the use of small classes that can make code far more expressive. The stronger understanding of LINQ.

Jon Bentley
That with enough thought and creative approaches difficult problems can be solved in much less time/memory than expected.

Jeffrey Palermo, Jimmy Bogard, Eric Hexter, Matthew Hinze, Jeremy Skinner
An introduction to how MVC frameworks are used in practice along with the benefits of dependency injection. The discussion of architecture is thought provoking. Ideas on how to solve some common problems faced in ASP.NET MVC development.
Built my own AMD 386 DX-40 with 8 MB of RAM and a 100 MB hard drive.
vim
I have a fairly diverse experience working in the IT industry. After high school, I worked as a consultant for a small company in Chicago with a wide focus including some software development. I returned to school and completed a B.S. in Computer Sciences at UW-Madison out of personal interest while working at an Internet Service Provider. I stayed at the ISP in a development role but wanted to focus on development and returned to Chicago to do that. At UW-Madison, I particularly enjoyed classes focused on compilers, databases and operating systems.