Tips and Tricks

  • submit to reddit

Business Facing Test

A business-facing test is a test that's intended to be used as an aid to communicating with the non-programming members of a development team such as...

1 replies - 2982 views - 04/28/13 by Martin Fowler in Articles

Quickly Connect to Salesforce API With New Plug-ins in Appery.io

Using Salesforce API Plug-in in Appery.io Connecting to Salesforce API to display contact list in a mobile app sss

0 replies - 1828 views - 04/28/13 by Max Katz in Articles

Android DevBytes: PictureViewer

Learn how to use ViewPropertyAnimator to get a cross-fade effect as new bitmaps get installed in an ImageView.Code...

0 replies - 1490 views - 04/27/13 by Mitch Pronschinske in Articles

Video: Git on Android: Spreading Rebellion

 A distributed version control system lets projects spread like fire in dry grass- and if the aim is to make the flame spread, it should be able to...

0 replies - 2178 views - 04/27/13 by Allen Coin in Articles

Adding Diff Syntax Highlighting to Sublime Text

My chosen color scheme for Sublime Text doesn't include support for diff/patch files, so I added my own.To the bottom of my .tmTheme file, I added this just...

0 replies - 4452 views - 04/27/13 by Rob Allen in Articles

Image Loader Powered by Apache Camel

  (The application has been improved and moved to www.livephotostream.com read about the move here) This is a very short post about a very...

0 replies - 2331 views - 04/26/13 by Bilgin Ibryam in Articles

Hard Coding: A Design Approach

Hard Coding: A Design Approach from Øredev Conference on Vimeo. In this session, we will discuss the Great Simplification Architecture, instead of creating...

1 replies - 3289 views - 04/26/13 by Mitch Pronschinske in Articles

Android DevBytes: RequestDuringLayout

In Android, horrible things can result from calling requestLayout() during a layout pass. DON'T DO THIS.

0 replies - 1547 views - 04/26/13 by Mitch Pronschinske in Articles

Writing a REST client in Haskell

A few days ago I decided to buy some bitcoin. Then I noticed it fluctuates a lot despite a general upwards trend. Hmmm … if I just bought at the right moment...

0 replies - 3380 views - 04/26/13 by Swizec Teller in Articles

Constructors of Sub and Super Classes in Java?

This post summarizes some commonly asked questions from Stackoverflow.com. 1. Why creating an object of the sub class invokes also the constructor of the...

0 replies - 1362 views - 04/26/13 by Ryan Wang in Articles

Future of Testing and Quality

Future of Testing and Quality from Øredev Conference on Vimeo. If you feel lost and confused, and even ready to give up – do not despair. First – you...

0 replies - 1965 views - 04/25/13 by Mitch Pronschinske in Articles

Modern Enterprise Application Configuration with Spring

Modern enterprise application configuration with Spring from Øredev Conference on Vimeo. The Spring family of projects have long been some of the most...

0 replies - 1771 views - 04/25/13 by Mitch Pronschinske in Articles

Why a synchronized StringBuffer was never a good idea

Introduction StringBuffer is a synchronized class for mutable strings.  The main problem with making it synchronized is that It was usually...

5 replies - 7008 views - 04/25/13 by Peter Lawrey in Articles

Broad-Stack Tests

A broad-stack test is a test that exercises most of the parts of a large application. It's often referred to as an end-to-end test or full-stack test. It lies...

0 replies - 7168 views - 04/25/13 by Martin Fowler in Articles

Fault Injection with Byteman and JUnit: Do Even More to Ensure Robustness of Your Applications

The time when our applications lived in isolation have passed long-long ago. Nowadays applications are a very complicated beasts talking to each other...

0 replies - 2131 views - 04/25/13 by Andriy Redko in Articles