-
Recent Posts
Top Posts & Pages
- Continuous Deployment of iOS Apps with Jenkins and TestFlight
- When to use Delegation, Notification, or Observation in iOS
- Asynchronous Code Design with Node.js
- Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial
- Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial
Meta
Monthly Archives: July 2007
Video killed the Idiot’s Guide
For the first time in many years I am learning a new programming language – Ruby. I started about 6 months ago and it occurred to me the other day that they way I go about acquiring knowledge now is … Continue reading
Posted in Opinion, Ruby
2 Comments
Mocking Classes, Not Interfaces
Those who have seen my recent presentation on Test-Driven Development may be curious as to why all of my examples used services and DAOs that were defined directly as classes, instead of defining interfaces first and then having separate implementation … Continue reading
Posted in Java, Tools
4 Comments