DEV Community

Discussion on: What project are you most proud of?

Collapse
 
adriens profile image
adriens

I have special feelings for my first Open Source contribution to supercharge Oracle 11g (at that time I was DBA)... called oracle-jutils making it possible and very easy to :

  • Send XMPP messages and list buddies (and their status) from Oracle
  • Compute checkum and mimeType on binary Types (BLOB, CLOB, XMLTYPE,...)
  • Zip/unzip BLOB on the fly
  • Dump and load BLOB from a single and dummy sql statement
  • Interact with Twitter (list Friends, Favorites, Timelines, post Status, ...)
  • List zipped blob contents (files, directory,...) via a simple select statement
  • Encode/Decode QrCodes from sql

The website was produced with docbook stylesheets and that was super fun.

See below Twitter interactions from SQL :