Source Weaver - Musings
Source Weaver - Oisin Mulvihill
Oisin's musings on software development, testing and general hobbies such as photography and the out doors.
An entrepreneurial, passionate and creative developer with more then 10 years Python development experience. A strong believer in delivering high quality solutions, through Test Driven Development (TDD) and using the Agile (Extreme Programming) methodology.
March 2013 - Current
Working on the development and deployment processes of the company. I'm building on the Vagrant & Puppet master less set up used by the developers. I'm introducing the use of a Puppet Master. This will allow Puppet Agents to provision and maintain Amazon EC2 nodes with the companies main product.
August 2012 - February 2013
Worked on the internal “Big Data” startup team. I helped the business gain understanding and access to the raw readership analytics of The Sun & Times. I developed a key Tornado based REST service which read and collated data from HBase. This allowed Fronted developers to easily access and graph the data for the business users.
I introduced standard Python development practices. Chiefly the use of packages, eggs and project templates with Paster. I formalised unit and acceptance testing. I also championed the use of Vagrant and Puppet to create repeatable environments. These were shared between all those working on the project. I drew on DEVOPS concepts to bring developers and sys admins closer together through the use of Puppet, Vagrant and deployment to Amazon EC2.
March 2012 - June 2012
Infrastructure development, building on the work done on the for the Ford Renew project.
July 2011 - January 2012
Developed the Web Service infrastructure for the Ford Renew project, culminating in the Ford Stand at the Detroit 2012 NAIAS show http://www.naias.com/the-2012-show/overview.aspx
Designed and implemented analytic acquisition systems capturing user interactions from Flash / Python / IPad program "activations". Analytics systems were designed for service interruption tolerance and delivery into Amazon SNS. This was picked up by a Python based server running in the Amazon cloud. The server routed based on the traffic to various services including MixPanel and Kissmetrics.
Helped develop and design the infrastructure around around RFID data acquisition and the REST based web service used to store customer information and usage patterns. This WebService was built to use Couchdb and made extensive use of master to master replication and needed knowledge of conflict resolution.
Helped guide and set up the development team using: Revision Control with Git and a Software Development Release Cycle process based on gitflow, Test driven development, Continuous Integration with Jenkins and coding standard for Python based applications delivered via eggs from cloud based private repositories.
August 2010 - June 2011
Working with Django / Python2.4 to develop & extend a configuration management system (CMT). This stores & administers set up for the Trading systems. Extensive use of HTML/CSS/Javascript/JQuery to generate web based interfaces for XML/YAML/Configuration data manipulation.
Introduced Selenium to functional test CMT. Increased and formalised unit test coverage with nose. Introduced a common development environment built on Paver, Virtualenv and bash. This allows faster development, building and releases of CMT. Interfaced testing with Electric Commander.
Worked with NYSE Trading host to test its FIX version 5.0 SP2 implementation using Python2.7, cxOracle and Oracle
May 2009 - February 2010
I designed & developed a prototype web application allowing experts to analyse black box data. I introduced the Agile Development methodology to manage change efficiently. The test driven aspect of this involved using Python's “unittest” and “nose” to create test cases verifying the low level API. The web based front-end was verified using Selenium Remote Control.
I used Mako templates to generate XHTML after designing a basic look for the site. I built upon the inheritance Mako offers to have a base template for the site wide design. I was then able to make page specific templates that would generate XHTML to fit into the base design. I used Javascript and YUI's Grid widget to present paged flight data. I extended the data display widgets to use deferred loading via AJAX to filter and search the data sets.
August 2006 - August 2010
Choosing the Turbogears framework, I developed the web sales platform used to sell tickets throughout the UK and Norway. This platform could be customised using a plug-in system. The base site designs I converted to KID templates for XHTML generation along main CSS styles. The templates, Javascript and CSS could be over-ridden in alternative themes to present very different views.
I designed and developed an automated ticket collection and purchase system. This was a further extension to the plug-in system. It added hardware abstraction with messaging using the STOMP protocol and ActiveMQ. The automated ticket purchase used the same payment code as the website. I overrode the CSS/XHTML templates to implement layouts more in line with purchase and ticket collection. I also had to develop drivers for the system. For example payment protocol over TCP/IP to interface to Norwegian chip and pin systems.
I developed Newman's “print-at-home” system, similar to those used in Airports. This was based around ticket booking references which were encoded as Aztec bar codes. I used Python2.6 and Ghostscript for the Aztec bar code generation task.
I championed the introduction of Test Driven Development (TDD) and the adoption of some of the principles of Agile Development. The testing and test data generation system I developed, greatly increased the code quality and system flexibility.
August 2004 - August 2006
I developed web based financial analysis programs for most of the major banks in England. I made extensive use of AJAX/COMET via the Mochikit/Nevow's Livepage technology. I developed the web base programs in Python using the Twisted/Nevow or CherryPy web application frameworks. All data is stored in Oracle and accessed from Python via PL/SQL or direct queries with cxOracle.
I introduced web application development using Twisted & Nevow to replace Mod-Python. This has allowed web applications to be developed more rapidly and in a maintainable fashion. This also allows applications to be developed and deployed on both Linux and Windows based systems.
I’ve introduced modern software development practices such as source control, changed management, issue tracking, unit testing and acceptance testing. These did not exist prior to my arrival at this company.
November 2003 - August 2004
I provided consultation for modern development methodologies, including eXtreme Programming (XP) and test driven development.
I was responsible for the design and implementation of an Python based acceptance testing framework for Westglobal's main Java based product “mScape”. This allowed simple scripts to be written which implement the user acceptance stories. The systems ran on Linux and HP-UX.
May 2002 - August 2009
Using Python and Test Driven Development, I designed, developed and delivered the following products for my own company. These products required Linux, Mac and Windows experience.
• Scratch Card Prepay Internet Kiosk System: Irelands first prepay card internet kiosk system.
• Telephone Call Card Software: This contract produced a program capable creating and tracking prepaid call card top ups. It interfaced to a major telco's system to perform the card top-ups.
• Internet Cafe Management Software: I developed software with two others to record the usage of PC machines in a cafe an associate was running.
January 2000 - July 2002
Linux/Embedded Linux Development as part of the payment terminal R&D department.
Produce a Software Configuration Management (SCM) policy for use in Trintech’s embedded Linux development.
Embedded C Development: Implementation of a security concept for Trintech's range of point of sale terminals and pin pads. Development of a test harness in C/C++ used to emulate the host system the terminal connects to. The Point Of Sale (POS) terminals use the test harness to verify that the security concept is working correctly. The test harness was developed to run on AIX and Linux systems.
February 1998 - October 1998
Porting fault tolerant C and Assembly source code compiled with the GCC compiler, to the MRI C compiler and assembler tools used on Sun workstations.
Working with a Hewlett Packard logic analyser to capture and display code segments running on communication cards.
Writing documentation to describe the porting process as well as any tools developed.
1995 - 1999
Google Code, ; followed by 8 people
This is a transport neutral client implementation of the STOMP protocol.
SourceForge
ServiceStation allows you to run arbitrary programs as a service on the Windows platform. This project was developed with an eye to running Linux based Python web services on Windows unmodified. Pywin32 is not needed.
Google Code
This module helps in automatic client-server discovery and connection setup for networked applications
SourceForge
XmlRpcStream is designed for the situation where a persistant connection between client and server is required. XmlRpcStream is not complient with the XML RPC spec as it doesn't use HTTP as the transport protocol.
SourceForge
This library is for use in kiosk based projects where disabling the mouse and keyboard, on any of the Win32 Os versions, is required. This project can be used as a module in python or as C++ library.
GitHub, Mar 2011; followed by 2 people
A prototype library to handle EuroPython 2011 functionality in the EuroPython phonegap app.
GitHub, Mar 2011; followed by 2 people
The www folder for the europython phonegap app
GitHub, Aug 2011
ServiceStation allows you to run arbitrary programs as a service on the Windows platform. The program you wish to run does not need to be changed to allow it to work with ServiceStation or windows services.
GitHub, Aug 2011 - Feb 2013; followed by 2 people
The evasionproject's messaging library used to package and delivery events
GitHub, Aug 2011 - May 2012; followed by 2 people
This provides a daemon like running and monitoring application for the evasionproject.
GitHub, Jan 2012 - Nov 2012
Helper functions collected together from other evasion modules to aid reuse.
GitHub, Dec 2012 - Feb 2013; followed by 2 people
Vagrant + Puppet provisioned machines which create handy development environments.
GitHub, Jan 2013
How I got JSONP to do POST, PUT, DELETE using Tornado.
ServiceStation allows you to run arbitrary programs as a service on the Windows platform. The program you wish to run does not need to be changed to allow it to work with...
Designer, Developer & Maintainer
Source Weaver - Oisin Mulvihill
Oisin's musings on software development, testing and general hobbies such as photography and the out doors.

The Untold Story of How Salesforce.com Went from Idea to Billion-Dollar Company-and Revolutionized an Industry
Marc Benioff, Carlye Adler
Amstrad PCW
Currently: Komodo Edit, Previous: Emacs, Vi, Notepad++, TextMate
I like to make things. Be it shelves or distributed applications. I get satisfaction seeing what I've crafted working well. I value getting outside and travelling to different places. I've been fortunate to travel to places as diverse as Perú and Oman. I like exploration and meeting new people and cultures. I've found travel really does broaden the mind. It has allowed me to grow as a person and see there is more then one way to view the world.