My team helped develop a demonstration Real-Time Health System described in this article. It was a fun project using lots of different technologies: Android iOS Spring/Java…
Author: Trux
I had been considering re-launching my blog for a while now and wanted to get back into the rhythm of writing regularly. I recently discovered…
I haven’t been blogging regularly here, and most of the older content is related to .Net, which I don’t really work with anymore. I am…
I’ve decided to re-launch my blog under a different header as I am primarily writing about mobility now. My old blog content is mostly .Net-related,…
Docker containers can take up quite a bit of disk space, especially if used in a development environment. We create containers for Tomcat and they…
In your Xcode project, make a bridging header and include this header file: #import <CommonCrypto/CommonHMAC.h> Then, create a Swift file. We will create the hashing…
I will again be speaking a the Michigan Google Developers DevFest this year. I enjoyed myself last year and made contacts that have affected my…
As of this week I am a published technical author. As a result of my speaking at Michigan Google Developers DevFest in April of 2013,…
I recently needed to add a Windows Service to a web app solution to handle some long-processing operations asynchronously. The web app is being deployed…
The Mobile Problem In a mobile device, we have four factors that are different from contemporary desktop computers. They are: Less memory Less CPU capacity…