Sean

Docker for IT Administrators

I worked on a project recently where the client used Docker to create isolated containers for their applications. They highly recommended that I look at it, and based on their brief explanation of

Node.JS on FHIR

If your using FHIR resources to represent your healthcare models, you may run into some issues when building a Node.JS application to work with your FHIR models. FHIR does a pretty good

When to use Node.JS

Node.JS is really cool. I like how easy it is to setup an application and get a website running. Its multi-platform support is great, and I hear that it scales pretty good,

Updating Dell Latitude E55XX BIOS

I tried updating a Latitude E55XX bios today with the latest firmware. It would unpack the firmware and then shutdown, but not actually do the update. Michael and I could not figure out

Node.JS and Soap Services

Recently I worked on a project that was developed entirely using Node.JS. There was a need to integrate the application with an XDS registry/repository, which exposed its functionality via SOAP services.