Category Archives: Programming

Programming

Publishing a Static AngularJS Application with Docker

Contents Introduction The most common use for JavaScript frameworks is to provide dynamic client-side user interface functionality for a web site. There are situations where a JS application does not require any services from its host server (see example unhosted apps). … Continue reading

Posted in Programming | Tagged , | 3 Comments

The Bumpy Road to a New Development Laptop

My 6 year old Lenovo T400 finally gave up the ghost. It didn’t totally die (it probably never will, thank you IBM), but the screen was starting to flicker and it reliably rebooted itself whenever I was doing something useful. Very … Continue reading

Posted in Programming, Technology, Tools | Tagged , | Leave a comment

The Zigzag Career

I agree with Udi Dahan’s Thoughts on a career in software development premise that developers will eventually be faced with a management “opportunity” at some point in their career. It’s too bad that this is usually a “fork in the road” decision. … Continue reading

Posted in Programming | Tagged | Leave a comment

VirtualBox Ubuntu Guest Auto Re-size Display Problem

Oracle VirtualBox version 4.2.12 was released on 12-Apr-2013 and caused the following problem: VirtualBox Guest Additions 4.2.12 breaks Ubuntu 12.04 guest. The solution of reverting back to GA 4.2.10 allowed the VM to run but I lost the ability to … Continue reading

Posted in Programming | Tagged | Leave a comment

Design Patterns for EMR/EHR Performance

Healthy Architectures – Using CQRS and Event Sourcing for Electronic Medical Records presents a couple of interesting patterns for the management of healthcare data. The two patterns are: Command Query Responsibility Segregation (CQRS) Event Sourcing (ES) Here’s another article that provides … Continue reading

Posted in EMR, Programming | Tagged , , | 2 Comments

Binary Waveform Data in SQL Server 2008

As Shahid points out in Consider MySQL ‘Archive’ storage engine to store large amounts of med device structured or waveform data, saving physiologic waveform data from a medical device in a MySQL database for archive purposes is a reasonable alternative … Continue reading

Posted in .NET, Microsoft, Programming | Tagged | Leave a comment

Technical Debt in Medical Software

Software development is software development. Most of the life cycle and quality issues faced in medical software are the same challenges for any software product. Technical Debt in Medical Software points out what technical debt is: Complexity Code Duplication Documentation … Continue reading

Posted in FDA, Programming, Software Quality | Tagged , , | 2 Comments

The Challenges of Developing Software for Medical Devices

Developing Software for Medical Devices – Interview with SterlingTech gives a good overview of the challenges that especially face young medical device companies. In particular (my emphasis): Make sure that your company has a good solid Quality System as it … Continue reading

Posted in FDA, Medical Devices, Programming, Software Quality, Tools | Tagged , | Leave a comment

Stackoverflow Overflow Update

In Stackoverflow Overflow I predicted 500,000 questions on 2/7/2010 at 5:31. When I checked (after the Superbowl — congratulations to NO!) at 19:42 this evening: Not bad. Only 14 hours off on a three month linear extrapolation from only two … Continue reading

Posted in Programming | Tagged | Leave a comment

Stackoverflow Overflow

I really like SO. It’s quickly become an invaluable resource for finding and getting programming answers. I generally browse the new questions to see if there’s anything I might be able to a answer.  Even when you find a question … Continue reading

Posted in Programming | Tagged | 2 Comments