Java #05 – For Loop
Demonstrates how to use a for loop in Java. Download source code from http://java.martincarlisle.com
Demonstrates how to use a for loop in Java. Download source code from http://java.martincarlisle.com
Most agile methodologies tend to assume that the team is co-located in a single team room. They give little guidance as to how to address team distribution although proven practices are starting to emerge within the community. The Microsoft patterns & practices team has been experimenting with distributed teams for …
Krzysztof Cwalina explains the importance of Dependency Injection, how to use it, and why its important. Learn tips and techniques for supplying an external dependency to a software component.
Igal Koshevoy of Pragmaticraft speaks about Comparing Non-Relational Databases: MongoDB, Tokyo Tyrant, CouchDB at the November 2009 OpenSQLCamp in Portland, Oregon.
This talk is about how to use the stresses of writing unit tests to improve your code. If I’m having trouble writing tests, it’s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — …
This short video explains how to size iterations and applications.