Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Apr 15

Jeff Perrin

Calgary, AB, Canada

jeffperrin.com

Currently Software Developer (Ruby on Rails) at Cenovus.

I'm a software developer who understands that communicating effectively is the most critical aspect of any project. I do test-first development and always try to write code that I can be proud of.

I'm interested in freelance or contract work, either in Calgary or via telecommute.

My past experience mostly involves building web applications, although I'm open to anything. If you want something built using Ruby on Rails, I can be of immediate benefit to your team.

Technologies

Experience (9)

Software Developer (Ruby on Rails)

Cenovus

November 2010 - Current

  • Successfully completed a Rails 3 JRuby application that optimizes the transportation costs of oil & gas. Worked with one other developer, using HAML, Sass, JRuby 1.6.2, Oracle. Tests using RSpec and Capybara.
  • Implemented and launched an employee donations module on an existing Rails 2.3 application. Worked closely with two other developers and one tester. Tested using RSpec on a JRuby 1.3.1/Oracle platform

Software Developer - Contractor

CGI

July 2010 - June 2011

  • Completed technical refactorings to make a large Java codebase easier for the developers to work with and extend. The goal was to take a monolithic application and extract object behaviors into smaller classes.
  • Refactored the checkin process, which was previously an Ant/bash/sql/java based monstrosity. Successfully re-wrote the process in Ruby.
  • Created a simplified results page for our build processes. Used Ruby to combine scattered test results into one simple, coherent page.
  • Created a Ruby utility that can query a CVS repository and generate a simple change log grouped by individual commits.

Software Developer - Contractor

Encana

January 2010 - July 2010

  • Successfully rescued a failing Java/Struts web-based project that was under a tight deadline.
  • Wrote tests for all new functionality using test-driven development.
  • Refactored existing codebase to better match new code patterns. Added tests for this functionality.
  • Maintenance of older Java applications, performing bug fixes and migrations from Weblogic to Tomcat.
  • Wrote a JRuby on Rails application for parsing EDI files.

Software Developer - Contractor

Walton International

October 2009 - December 2009

  • Built an application integrating Microsoft's CRM dashboard with SQL reporting services using ASP.NET MVC.
  • Utilized dependency injection to abstract out remote services like Active Directory and CRM so that the application could be more easily tested.
  • Maintaining a five year old ASP.NET 1.1 application
  • Refactored parts of an existing non-tested codebase to make it more readable and more easily testable.
  • Created tests and utilized test-driven development on all new code that was written.

Software Developer - Contractor

CGI

July 2005 - July 2009

  • Worked directly with multiple clients, business analysts, testers, and up to 45 other developers to create production accounting software for 4 major clients. (Encana, Devon, Husky, Talisman)
  • Experience working with a full Java stack consisting of Tomcat, Struts, Toplink and Oracle utilizing plain Java objects (POJOs) for the domain logic.
  • Wrote scenario FIT tests using Ruby
  • Extensive experience with government reporting modules.
  • Spent almost 2 years on the volumetrics team, dealing with well data and the flow of oil & gas through a network of facilities.
  • Mentored new staff on agile practices such as TDD and re-factoring. (Java, Oracle)

Software Developer

Agile Paradigms

March 2006 - April 2009

  • Designed, implemented and released an online design centre for a major home developer, on time and under budget.
  • Created the web-based application using ASP.NET 2.0, nHibernate and SQL Server 2000 in C#.
  • Utilized test-driven development.
  • Mentored one other developer in agile development techniques.
  • Successfully released the software to the client for use on two separate projects.
  • Created a NAnt-based deployment script which pushed the code to staging/production servers over FTP.

Consultant

Pangaea Systems

Jan 2005 - July 2005

  • Drastically re-factored an events calendar for the City of Lethbridge that was performing very poorly. ASP.NET, C#, Microsoft Content Management Server 2002.
  • Created an application for Consolidated Civil Enforcement, which allowed their clients to access their internal systems via a usable web-based interface. ASP.NET, C#, SQL Server 2000.
  • Performed analysis of Antelope Land Services project management application, providing recommendations, documentation, and general consultation. ASP/VB, SQL Server 2000.

Co-Director, Application Services

Kanga Communications

2003 - 2005

  • Lead developer on the Healthlink Alberta project. Participated in the entire development lifecycle, writing and implementing the specification for a health topic information database that is published over HTTP via XML-RPC web services.
  • Created a complex online dating website for cityMYX.com from the ground up, using a multi-tiered ASP.NET based solution.
  • Designed and implemented an integrated client tracking system tying together the systems of four major homeless shelters in Calgary. The solution used an XML-RPC service to allow publishing and retrieval of data from a central database of information.
  • Worked as a developer on the Inform Alberta website for the Calgary Health Region.
  • Developed Kanga’s internal time tracking application which was used to track employee hours for billing and statistical purposes.
  • Implemented an online job application system in ASP.NET and MS SQL Server 2000 for the Peace Country health region.

Developer

Agile Minds

December 2002 - June 2003

  • Creation of a database-driven Windows Forms property management application. (VB.NET, C#, MySQL)
  • Used .NET & COM interoperation with Microsoft Outlook XP, allowing the customer to integrate events created in the application into their Outlook Calendar and E-Mail.
  • Utilized some Agile development practices including pair-programming, frequent releases (weekly), and continuous re-factoring.
  • Successfully delivered the project after 5 months of work.
display 7 more...

Education

Computer Technology Diploma

Southern Alberta Institute of Technology

2001 - 2002

  • Wrote the first ever ASP.NET application submitted as a final project in the program. Received a rare 'A' grade.
  • GPA of 3.6 in the final year.

Stack Exchange Last seen today

Open Source

object_mother

Really, really simple test setup for models.

Jul 2009

My first attempt at creating a plugin for rails (2.3.x). Does fixture/factory setup for tests.


blameulator

Ruby gem for creating html summary of CVS checkins

May 2011

I created this project so I could generate a simple daily report on who was checking in to a CVS repository. The blameulator attempts to group files into individual commits, which is a concept that CVS is not inherently aware of.


handicappr

Golf made social

Apr 2010

This was the second app I'd ever built using Ruby on Rails.


Writing

What I Learned From X That Makes Me a Better Programmer in Y

My Blog

Reginald Braithwaite says he’d love to hear stories about how programmers learned concepts from one language that made them better in another. This pretty neatly…


The Specification Pattern

Devlicio.us - Just the Tasty Bits

Hot on the heels of my devastatingly fantastic post on an implementation of the Snapshot Pattern, I give you my next piece du resistance. In this little post, I'd like…


Just Be Honest and Tell the Truth

Devlicio.us - Just the Tasty Bits

I just read Ron Jefferies latest post entitled My Named Cloud is Better Than Your Named Cloud and it got me riled up enough to post something I've been meaning to write…


Reading

StackOverflow.Models.CVBook

Refactoring

Improving the Design of Existing Code

Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts


StackOverflow.Models.CVBook

Programming C#

Jesse Liberty


StackOverflow.Models.CVBook

The RSpec Book

Behaviour Driven Development with Rspec, Cucumber, and Friends

David Chelimsky, Dave Astels, Bryan Helmkamp, Dan North, Zach Dennis, Aslak…


StackOverflow.Models.CVBook

Metaprogramming Ruby

Program Like the Ruby Pros

Paolo Perrotta


display 2 more…

Tools

Background