Careers 2.0 by Stack Overflow
gravatar
profile updated
on Mar 9

Tom Leo

Boston, MA, United States

tomleo.com

Currently a student. Currently Self-Employed SW Contractor at EnergySage.

Technologies


Experience (6) show all

SW Development Intern, CytonomeST LLC

August 2011 - January 2012

  • Wrote C++ code for components of Flow Cytometry machines.
  • Implemented enhancements to Trac issue tracking system for seamless integration with SVN.
  • Wrote Python script to pull SVN information into binaries during compile time aiding in software debugging.
  • Configured Linux and Windows virtual machines to simulate the systems present on a Flow Cytometer.

QA Engineering Intern, Seagate Technology

January 2011 - 2011

  • Wrote Python memory map parsing utility to aid firmware development
  • Configured and tested EMC CLARiion class systems according to test plan.
  • Documented test progress, issues, and setup procedures using Sphinx
  • Troubleshot malfunctioning systems, made replacements and upgrades

QA Engineering Intern, Blackwave, Inc.

June 2009 - August 2009

  • Implemented Python scripts for testing of server systems
  • Wrote and implemented Python scripts for system performance testing
  • Used bug tracking software to communicate with developers to aid in fixing bugs

Computer Technician, Blackwave, Inc.

June 2008 - August 2008

  • Wrote Python scripts to automate Linux command line queries for system hardware and software information
  • Installed Gentoo and Ubuntu operating systems and company software on servers
  • Troubleshot malfunctioning systems, made appropriate replacements and upgrades
  • Assembled Ubuntu and Gentoo Linux computer server systems

Manufacturing, Blackwave, Inc.

June 2007 - August 2007

  • Constructed rack-mounted server systems
  • Updated manufacturing documentation on server assembly
  • Set up computer lab
  • Trained other interns in server assembly

Self-Employed SW Contractor, EnergySage

September 2012 - Current

  • Leveraging the Django framework to write Python code for web application development.
1 more

Education

BS, Wentworth Institute of Technology

2008 - 2013

Association of Information Technology Professionals at Wentworth Institute of Technology, Wentworth Internet Radio Experience (Wire) DJ

Stack Exchange show all Last seen yesterday

Open Source show all

boston-museum-science-app

Google Code

Museum Science Application

Group member of AITP's Wentworth chapter. Currently working with other members on this phone application for the Museum of Science Boston.


C---WordCount

GitHub, Oct 2011

Counting the words in a sentence

The counting of words in a sentence is trivial with libraries like Boost, however I decided to role my own implementation using minimal C++ libraries.

I wrote a function that splits a string into a vector string of all the words, instead of using Boost's tokenizer library. I created a pseudo dictionary structure very similar to Python's collections.Counter class for adding the occurrence of words.


Hashing-Tables

GitHub, Jul 2011

An implementation of open hashing in java

This was an exercise to implement a open hashing table in java with a search time of O(n)


ssh-abstraction

GitHub, Apr 2010

abstraction layer over paramiko

Wrote this application to simplify connecting and running Linux commands on multiple systems to aid in deployment of tests. Shortly after writing this application I discovered fabric which I does it much better.


Tools

Vim