Worked on PolicyIssuance
PolicyIssuance is software as a service. It is written in Ruby on Rails 2.3 and processes ACORD xml (insurance data standard). It turns xml describing insurance policies into the final pdf legal documents.
PolicyIssuance integrates with a vertafore product for MGAs (AIM) and also exposes a rest xml interface customers can integrate with. PolicyIssuance can also call an Insurance carrier's SOAP web service to notify them when an MGA mails out an issuance policy.
Worked on Policy Builder
PolicyBuilder is an external interface for PolicyIssuance to create and edit insurance policy for companies that don't have an agency management system. It is written in Rails 3.2 and reads and writes ACORD xml.
Highlights
This was the first job I had that had a QA process. It was wonderful working with a tester to double check my implementation.
Added exception reporting to the application and it's background tasks. It was very difficult to determine the source of production errors without exception reporting. I convinced the team we needed reporting.
I rewrote the data constraint implementation to meet new requirements (additional types of data). A rewrite was justified, but it took three iterations before finally matched the requirements and worked with less bugs than the original. I learned that rewrites shouldn't be taken lightly because they have the potential to create far more problems than they solve. The only reason this rewrite didn't end badly is because I was given extra time to solve the problems in the new implementation.
I wrote an entirely new application (PolicyBuilder) by myself and got a chance to meet some of the people that used it during an insurance conference in Florida. It's amazing to see customers excited about something you've built.