Project Review 2011
I’ve been a bit lax in posting about my work here, mainly because Twitter makes you lazy. (Why write complete sentences when you can summarize in 140 characters or less?)
Here are some of the projects I’ve been working on over 2011, with some links. I’m sure I have left some out.
- FreeMED – opensource electronic medical record/practice management system. Did a fair amount of retooling, including i18n, for the installation in Xela.
- ganglia – opensource metrics aggregation system. Vlad and I managed to get a 3.2.0 release out the door, and are working on 3.3.0
- ganglia web 2.x – updated web interface for ganglia
- haproxy – API work, to allow programmatic manipulation and querying
- nagios/icinga – API patches to allow programmatic manipulation of Nagios/Icinga
- nagios-dash – a jquery-based Nagios replacement dashboard for NOCs. Requires the aforementioned nagios/icinga API patch.
- node-soap – SOAP bindings for node.js. My work mostly involved fixing and expanding authentication methods.
- REMITT – my medical billing engine. Modernized for 5010 transactions.
- statsd-c – C port of etsy’s “statsd” server. Written in C primarily for speed.
- sugarsync-linux – sugarsync linux API client. As Sugarsync isn’t too hot on providing a native Linux client, I took it upon myself to write one in Vala.
- vded – “vector delta engine daemon”. Meant to allow metric collection for ever increasing values over time. (My first foray into “Vala”)