- Cloudware - promotes and helps other companies to leverage cloud computing infrastructure. My own little (yet) business.
- Pinkr - a social app for sport lovers. Currently in a closed-beta.
- IAHR.eu - a PhD students database with some social juice.
- Liquidpub - a EU project that "...proposes a paradigm shift in the way scientific knowledge is created, disseminated, evaluated and maintained." I only helped them with some IT technical details at the beginning but the guys working on this project are really awesome.
- Knowdive - a research group at the DISI department, University of Trento. They have some fantastic ideas.
- Jamclass - "Software Engineering" class for bachelor students at University of Trento. I'm a teaching assistant. I actually never imagined one gets so much experience while teaching.
- Barrio Latino Trento - a local latin-american dancing school. I help them with salsa lessons some times.
Coding
Here's some of my (public) recent developments.
- Pinkr mobile app - Mobile application written in J2ME for a real-time GPS tracking system. This is what currently Pinkr is using for real-time tracking.
- rmce_uploadr - A tiny images uploader for TinyMCE editor. Written in Sinatra. I'm using it with quite a few of my projects.
- Carnival - Federated SSO server based on OpenID, Sinatra and CouchDB. There's a working version but still more like a proof of concept.
- CouchRest uniqueness validation - adds validates_uniqueness_of validator to CouchRest::Validation. Something I often need when developing with CouchDB and CouchRest.