Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Mar 8

Bobby Johnson

Lacey, WA, United States

www.iamnotmyself.com

Top 20% Stack Overflow for
Top 30% Stack Overflow for
Currently Senior Software Developer at Milliman.

I am seeking a development position with a passionate agile team dedicated to delivering high quality software that delights our customers. The position will take advantage of my skills in object-oriented programming with the Microsoft .NET Framework and agile development practices. My ideal position will allow me to focus on software development with new technologies, encourage my enthusiasm for open source software projects and participation in the greater software development community.

Technologies

Experience (6)

Senior Software Developer

Milliman

July 2011 - Current

Joined a small agile team building actuarial modeling tools for the insurance industry. Successfully helped add several new features from the UI to the low level C++ calculation engine across version 7.5, 7.6 & 8.0 of MG-ALFA. Team was a hard core agile group using week long iterations, 100% pair programming and focus on continuous improvement.

Senior Software Developer

Russell Investments

October 2009 - June 2011

As a senior software developer, I assumed the responsibility of leading sprint teams on several financial analysis software projects. Established a two week iteration pace delivering working software into production at the end of each sprint. I mentored junior developers stressing the importance of fundamentals like component isolation, unit testing, SOLID and continuous integration. Also lead sprint teams in story development, task sizing, backlog grooming, sprint planning and retrospectives.

  • Joined an at risk development team in their final months and helped them focus on delivering critical functionality needed for core annual business process of index reconstitution. Established build automation with CI and empowered testers to deploy to their own environment. Worked with product owner to establish a prioritized product backlog focused on must have features to meet our established goal. Mentored development staff to focus on upfront quality engineering to reduce rework introduced by bugs.

  • Joined another at risk development team of a highly visible monitoring system responsible for preventing millions in potential fines from the FINRA oversight agency. Established a two week iteration pace that delivered working software into production at the end of each sprint. Successfully redirected development effort away from complex database focus to business logic focused that could be easily modified and unit tested. Worked closely with product owner to establish product backlog containing their exact needs. Project was successfully completed and received high praise.

  • Established Developer Boot Camp training wiki to assist new associate developers and contract developers quickly get up to speed on our development stack and workflow.

  • Prototyped iOS application using the MonoTouch framework.

Senior Application Developer

Alliance Enterprises

August 2008 - October 2009

As a senior developer on a team adopting the Scrum process, I successfully taught the development team core Agile practices and advocated philosophies that focus on producing high quality maintainable code. I took a mentorship role delivering workshop style presentations on nHibeernate, unit testing, SOLID, Dependency Injection frameworks and refactoring. I was a member of a “Tiger Team” focused on addressing user experience issues that were causing customer dissatisfaction. Major accomplishments included:

  • Implemented new TFS based continuous integration process that built, tested and deployed primary application to 15 environments in less than 7 minutes.

  • Refactored Data Access Layer that consisted primarily of deeply nested static method calls into loosely coupled hierarchy of objects under unit test.

  • Developed prototype multi-tenant case management system based on S#arp Architecture including full CI deployment.

  • Developed prototype case management system based on Silverlight, Prism and IdeaBlade’s DevForce ORM.

  • Rewrote main search interface pushing functionality down to the client using jQuery/Ajax reducing overall server round trips to navigate around case data.

Application Developer

Department of Labor and Industires

January 2007 - August 2008

I was brought in as a maintenance developer during the final phase of a large scale outsourced GIS project to assist the development staff with integration and deployment. I was tasked with the design and development of an automated process that receives data from external sources, reconciles and imports into enterprise document store. After successfully completing work on the ORION Project I was made a Lead Application Developer on the follow on project called COMET which involved adding new features, enhancements and fixes. I took on a leadership role within the team mentoring both junior developers and my peers. I acted as a maintenance advocate to ensure the delivery of high quality, maintainable applications.

  • Developed Windows Service that monitors external FTP site for batched packages of scanned documents from US Bank.

  • Developed Windows Service that reconciled scanned documents with keyed account data based on business rules.

  • Developed Windows Service that packages reconciled records for import by IBM FileNET document management server.

  • Identified & documented key performance bottlenecks in the reporting system. Designed replicated data store reporting system that dramatically reduced processing strain on production database.

  • Architected, designed and implemented event logging system that accurately retains work item audit data for reporting purposes.

Web Architect / Developer

Redwind Casino

March 2006 - January 2007

I worked as part of a small team of developers responsible for large scale data migration from the Casino Enterprise Management System to Bally’s Casino Market Place. I was directly responsible for data integrity via data cleansing and normalization. Responsibilities also included configuration of Reporting Services and migration of legacy Crystal Reports to the new database schema and reporting site.

  • Developed data migration process for a 160 Gigabyte customer tracking database.

  • Developed data cleansing process utilizing Data Quality Components by Melissa Data to validate addresses and phone numbers.

  • Developed date based customer segmentation reports based on metrics such as age, theo and win/loss.

  • Developed ASP.NET 2.0 training website for publication of upcoming training events that allowed managers to enroll employees and keep track of attendance.

Web Developer / .NET Application Developer

SafeHarbor.com

July 1999 - March 2006

As a Web Developer I was responsible for architecting, developing, implementing and maintaining cross browser compatible support web sites for multiple external and internal clients under tight 8 week implementation schedules. Was a member of a development team responsible for creating a multi-tier, multi-tenant web based Customer Relationship Management (CRM) application.

  • Converted existing classic ASP sites to consume new web service for data retrieval and authentication.

  • Developed fully functional support websites in ASP using Kana Service COM components for case and user management and Autonomy search engine for document searches.

  • Implemented websites following strict client style guidelines for look and feel and seamless integration.

  • Developed core application metadata module for framework Enterprise Manager.

display 4 more...

Education

Communications

Missouri State University

1993 - 1994

Grad

Green Forest High School

1989 - 1993

Stack Exchange Last seen 2 days ago

Open Source

Simple.Data.Sqlite

A Sqlite Provider for Simple.Data

Jun 2011 - Current; followed by 13 people; forked 5 times

Primary developer.


BigRReader

An iPhone application for viewing news and social media streams for Russell Investments.

Nov 2010 - Current; followed by 6 people

A spike application to explore the use of monotouch to develop iPhone applications.


Fluent-Wix

A Fluent Interface for generating Wix based MSI Installers

Jul 2010; followed by 17 people; forked 5 times

This is a broken toy project, or spike. The idea was to create a fluent API over the WIX xml schema similar to Fluent-NHibernate. The goal was to create an easy to use library for generating MSI based installers.


Public-Site

The Codebase for our public user group site.

Dec 2011 - Current; followed by 6 people; forked 6 times


display 1 more…

Writing

An Exploration of Dynamic in .NET 4

I Am Not Myself

In my spare time I have been working on a Simple.Data provider for Sqlite. Simple.Data is a lightweight ORM written by Mark Rendle that leans heavily on dynamic types…


Why drop the I if you’re going to just add an Impl?

I Am Not Myself

I was perusing the TopShelf source code this morning, trying to track down a change in the hosting API, when I discovered that the TopShelf team has succumbed to the new…


Using Fluent NHibernate ClassMaps? You’re Doing It Wrong.

I Am Not Myself

After some internal conversations at work, I tweeted that using ClassMaps with Fluent NHibernate is the the wrong way to approach the problem. This of course was a…


Using Castle Wcf Facility for Ridiculously Simple Services

I Am Not Myself

The Castle Project has been releasing quality OSS components for many years. Most people are familiar with Castle Windsor and how easy it makes dependency management. I…


TDD Kata Calculator Demonstration

I Am Not Myself

While at Alliance, a couple team members and I got the bug to do Code Katas. We picked up on Roy Osherove’s TDD Kata and started doing it as a team every morning time…


Reading

StackOverflow.Models.CVBook

Agile Principles, Patterns, and Practices in C#

Robert C. Martin, Micah Martin


StackOverflow.Models.CVBook

Clean Code

A Handbook of Agile Software Craftsmanship

Robert C. Martin


StackOverflow.Models.CVBook

Test Driven Development

By Example

Kent Beck


StackOverflow.Models.CVBook

Domain-Driven Design

Tackling Complexity in the Heart of Software

Eric Evans


display 2 more…

Tools

IBM PS/2 486

NotePad++

Background