Analysis And Operations Developer
Equitable Life & Casualty
I was hired as a web developer to join their team of developers. The primary goal was to migrate from legacy RPG utilities to a web based system.I worked with other employees within the company to determine their needs and then analyzed how to best meet those needs. One system I was proud of was a report generation tool. It was designed to minimize the development time to create a specific reporting tool while being flexible enough to be highly configurable. I achieved this by using a builder pattern for each report that would pull factory components to create the report interface, generate the requesting query, process the query results, and display the results. The factory components mostly came from other projects and included a dynamic query object, input components to setup the layout, and data exporting tools to show the results in excel, csv or an HTML data-grid.Another system I was proud of tracked profitability of agents. Pulling information from multiple tables, it would summarize it, show how much commission they were paid, and how many people maintained their policies. It also had the ability to summarize and export to Excel.