The Ultimate List of Programming Books
Quite often I am asked about the top programming books that I’d recommend all software developers should read. I’ve finally…
28 articles found
Quite often I am asked about the top programming books that I’d recommend all software developers should read. I’ve finally…
How many times have you tried to use an API only to find that you had to fill in some…
Test automation framework architecture efforts are often complete failures.\n\nIt’s true. I’ve worked with many companies who have given up on…
What slows down the development of software? \n\nThink about this question for a bit. Why is it that as most…
I’ve recently had the problem of trying to display a progress dialog when executing an asynchronous operation and to dismiss…
One of the biggest challenges I’ve found with any framework is to make it self-discoverable. \n\nIt is often difficult to…
In my previous post on dependency inversion, I talked about what dependency inversion is and gave some examples in the…
This post is a continuation of my post on cohesion and coupling, it is part of a series of back…
This post is really a continuation from my last post on using a method that takes an Action to address…
Aspect Oriented Programming (AOP) is a pretty great concept. It is a little difficult to implement though. To be honest,…