Why Unit Test?
Contrary to popular belief, the purpose of unit tests is not to verify correctness of code. Correctness can only be […]
a technical blog
software engineer?
programmer?
developer?
coder?
...these are my notes
Contrary to popular belief, the purpose of unit tests is not to verify correctness of code. Correctness can only be […]
Introduction: Kent Beck, one of the original signers of the Agile manifesto and creator of eXtreme Programming, is credited with […]
Update: Just use VeraCrypt: https://www.veracrypt.fr/en/Downloads.html Its an actively maintained fork of Truecrypt 7.1a Despite the suspicious shutdown of Truecrypt, it […]
Here is a coding exercise I was asked to solve during a recent interview: Each new term in the Fibonacci sequence is […]
Apple’s UITableView component does has many clever features right out of the box, but the ability to pinch zoom is […]
I prefer to develop iOS apps without using .xib files. This iOS project is a simple demo of my layout […]
This common error plagued be when trying to run my weatherApp on an iOS device. It turns out that a […]
Recently I wanted to expand the functionality of an automated test harness for an embedded device. The device has a […]
I. Introduction / Summary The most practical way for a microcontroller to retrieve input is via interrupt. The vast majority […]
One way for a microcontroller to retrieve input is known as polling. Polling means repeatedly measuring a sensors […]