A coworker of mine has been looking into the Git source code management system. He showed me how Git can integrate with Subversion. It looked pretty cool so I decided to give it a try and now I’m hooked.
Git was created by Linus Torvalds, the creator of the Linux kernel. He gave [...]
The days I have class at BYU, I work from our offices that are close to BYU campus instead of commuting back up to my normal place of work in Salt Lake City. I’ve only been working from this location for a few weeks.
The other day I walked past a book shelf and [...]
As part of my master’s thesis, I’m developing an asynchronous event-driven database driver API that I call ADBCJ. I currently have three implementations of the API. One implementation uses JDBC and achieves asynchronism using a thread pool. The other two implementations are custom drivers that are built using Apache MINA. MINA [...]