Careers 2.0 by Stack Overflow
gravatar
profile updated
on Jul 6, 2012

Christopher Miles

Easthampton, MA, United States

twitch.nervestaple.com

Currently Senior Software Engineer at TNR Global.

I am a highly motivated software developer with fifteen years of experience working with a wide variety of professionals and organizations to develop custom solutions.

I find software development to be an exciting and rewarding field. I've been writing software since I was ten, my father was also a developer. I'm always looking to improve my skills and I believe that it is critical to continue to always be learning in order to keep sharp. While I have a strong background in Java, Ruby and PHP, I am currently very interested in Clojure and other Lisp-like languages.

Choosing the right tool for the job is one of the most important parts of managing a project and I pride myself on flexibility. It has been a long time since I've need to process data in COBOL or produce reports with RPG but I understand that these tools have their place. I have no fear of legacy systems and I have a lot of experience with integration projects.

Technologies

Dislikes:

Experience (6) show all

Systems Analyst, Cooley Dickinson Health Care Corporation

2007 - 2011

I design and implement custom software that is either too expensive to purchase or simply does not exist. When Cooley Dickinson wanted to integrate their radiology systems with eClinicalWorks and discovered that they needed to have the primary care physician on each and every result, I put together software that reads these messages in real-time, adds the missing information and forwards the results onto eCW.

I enjoy working with people and have strong communication skills. This has served me well, interviewing customers and collecting information on a project's requirements as well as understanding the process that needs to be streamlined or automated is something I do well. Putting the customer at ease while at the same time building excitement for the project helps keep the ball rolling.

This year I have developed several web services in Java to provide access to data from legacy systems. I have also constructed Ruby on Rails web applications including a project management system used extensively by the Information Systems department.

Consultant, CarePaths Inc.

2009 - 2011

I work closely with the lead developer on architectural decisions about their flagship product, an electronic medical record product. We discuss the issues the development team is facing and work together to find the best solution.

In addition to providing technical advice, I have also developed several Ruby on Rails libraries for the project. Most recently I wrote an HL7 Messaging v2.x query interface to enable the exchange of data with clients.

Consultant, Miller Samuel Inc.

2000 - 2011

I manage this companies four corporate websites and am responsible for adding new functionality to the sites as needed. Most recently I developed a system that enables customers to generate their own ad-hoc reports on real-estate data for the Manhattan area. You can take a look at this application at http://aggregate-data.millersamuel.com/.

Senior Developer, Miller Samuel Inc.

2002 - 2007

I work closely with the appraisers and management to design and implement a system for managing the process of producing real-estate appraisal reports. This application was used heavily by all employees on a daily basis, it handled the scheduling of appraisals, the collection of data about the property and the final output of PDF reports.

I recently posted a short demonstration of the client application to my website at http://twitch.posterous.com/java-swing-demonstration.

Software Developer, Cooley Dickinson Health Care Corporation

2000 - 2002

I developed several web-based and standalone applications including a run report system for the emergency medical technicians that worked with the Emergency Department. This application provided a system for collecting information about the EMT's treatment of the patient and provided reports on ambulance traffic.

Senior Software Engineer, TNR Global

2011 - Current

Designing and developing software to solve a wide variety of search related problems including anything from crawling data sources to analyzing that data.

1 more

Education

Information Systems, Springfield Community College

1996 - 1998

While enrolled at STCC, I helped Professor Fran Driscoll with the introductory Internet course by presenting on new and emerging technologies like the web browser and writing HTML.

Stack Exchange show all Last seen 2 days ago

Open Source (11) show all

sftp_sync_plugin

GitHub, Jan 2010; followed by 3 people

A plugin for Ruby on Rails that will synchronize a remote SFTP and a local folder (or vice versa).

I developed this plug-in for Rails to synchronize a local directory with a remote directory that is only accessible through an SFTP account (i.e., no shell access through SSH). It will synchronize data in both directories and maintains a local database of meta-data in order to insure the correct files are pushed or pulled.


clucy

GitHub, Sep 2010

Clojure interface to Lucene

I have been using this library in order to load a large stor of HL7 v2.x messages into a CouchDB instance. While implementing this solution, I made several changes to this library that makes it easier to tune the index performance. I submitted patches to the library's maintainer, they were accepted and are now part of this project.


clojure-hl7-messaging-2-parser

GitHub, May 2011; followed by 7 people

A Clojure library for parsing HL7 version 2.x messages

I do a lot of work with HL7 v2.x messages (the lingua-franca of health care information), I have developed this library to make it easier to extract and construct these messages with Clojure code. This project is actively maintained and the code is used in production.


scalemonitor

GitHub, Dec 2010

Simple monitor for serial and USB port scales

I developed this application for a colleague that works in research biology. She had a number of serial-port scales that couldn't be used as the proprietary data collection device was broken and the company was no longer selling the product. This application understands the protocol that these scales speak; you can attach them to a workstation through serial-to-USB adapters, this application will record their results and log the data to CSV files for later analysis. It provides an easy-to-use GUI interface and allows for assigning a unique name to each scale.


Parakeet

GitHub, Jul 2009 - Jan 2010

Another Twitter client for Emacs

I developed this application in order to learn more about Emacs Lisp and to better understand how to extend Emacs itself. This application provides a simple and easy-to-use Twitter client; you can easily read your Twitter feed and post tweets from the comfort of Emacs.

This client is out-of-date, it needs to be altered in order to use Twitter's XAuth authentication mechanism.


heritrix-hdfs-writer

GitHub, Nov 2011 - Mar 2012; followed by 2 people

A writer processor for Heritrix 3.1 that will store crawled data in the Hadoop Distributed File System (HDFS)


clojure-hadoop

GitHub, Dec 2011

Library to aid writing Hadoop jobs in Clojure.


clojure-hbase

GitHub, Dec 2011; followed by 2 people

A simple library for accessing HBase conveniently from Clojure.


Bishop

GitHub, Oct 2012; followed by 2 people

A Webmachine-like library for Clojure

Lead Developer


Plastic

GitHub, Jun 2012 - Aug 2012

A Clojure library that makes it easier to work with the Elasticsearch Java API

Lead Developer


Cassie

GitHub, Jul 2012 - Aug 2012

A Clojure library that makes it easier to work with the Cassandra Hector Java API

Lead Developer


6 more

Writing show all

Elasticsearch Evaluation White Paper Released: Promising for Big Data

TNR Global, LLC

I authored a paper that looks at the scaling and failover features of Elasticsearch. There is an accompanying project on Github that will let the reader walk through the same evaluation process with their own virtual cluster.


Migrating from MS FAST ESP to Solr

TNR Global, LLC

I co-authored a paper that details a migration path from the proprietary Microsoft FAST ESP search platform to the open source Solr product.


All Your HBase Are Belong to Clojure

Work In Progress

This article provides an introductory HBase tutorial for the Clojure developer. It covers setting up the development environment, the very basics of how HBase works. It then walks the reader through the development of a Hadoop map/reduce job that loads data into HBase.


Bishop: Makes Your Web Service Shiny - Work In Progress

Introduction to writing clean and RESTful web services with the Bishop library for Clojure.


Tools

IBM PCjr

GNU Emacs

Background

Projects and links

I am a founding member of the Western MA Developer's Group. We meet twice a month to discuss technical issues, critique each others work and network.

http://wmassdevs.org