.NET / WPF • Feb 24, 2013 MVVM Light Messenger Registration Causing Test Failures How I got past the “Non-static method requires a target” exception when using the MVVM Light Messenger in my tests.
Software Science • Feb 15, 2013 FFI: Foreign Function Interfaces for Fun & Industry An FFI wrapper is much easier to write and maintain than a C extension, more portable across platforms and languages, and easier for users to install.
Development Practices • Feb 07, 2013 Your Tests Are Your Conscience Writing tests exposes the "pain points" in code. Without having to face those "pain points," it's all to easy to ignore code smells and press on.
Developer Tools • Jan 30, 2013 Making Diagrams with graphviz graphviz is a great tool for creating quick diagrams. It can automatically create diagrams from its simple markup language, DOT.
jRuby • Dec 27, 2012 JrSerialPort: Connect to a Serial Port in JRuby via RXTX Simple but effective JRuby code that simplifies the use of RXTX for basic serial port communications, with sample terminal.
UX/Design Tools • Dec 14, 2012 Why I Use Keynote as a Design Tool Keynote is a powerful, lightweight tool, and I use it for many projects — from storyboards and user scenarios to process flows and visual frameworks.
Technical Practices • Dec 07, 2012 Thinking Abstractly: Why Programmers Don’t Write Binary Code Software developers don't write in 1s and 0s. They use layers of abstraction – and so do you.
Embedded Systems • Nov 18, 2012 Things About C that Make Me Say, “WHAT?!?” I have found several aspects of C that really tripped me up. I’d like to share a few of them with you so you can avoid them!
Software Science • Nov 15, 2012 Message-Oriented Programming Designing around the messages, rather than the objects, brought my whole system into focus. If modules communicate by passing around self-contained textual data, or a simple struct
Embedded Systems • Oct 22, 2012 Getting Started with TDD for Microchip’s PICs A tutorial describing how to setup Ceedling so you can enable Test Driven Development using Microchip's PIC microcontrollers.
Web Apps • Sep 27, 2012 Auto Login During Development with dotjs How to use the dotjs browser extension to write simple user scripts, specifically one to automatically log in to a site under development.