Getting Started with Airplay SDK for Mobile Application Development
Airplay saves development time by writing app using vanilla C++ in the IDE of your choice. It supports all versions of Visual C++, and the...
How Does Reference Counting Garbage Collection Work
This article will help you to understand the basic concept of Garbage Collection and the process flow for reference counting garbage...
What is Garbage Collector and how it works ?
This article will help you to understand the basic concept of Garbage Collection like dangling pointer, memory leak and strategies to...
Overview of Software Testing Strategies
This tutorial, explains test Verification and Validation (V&V) with their specific definitions. Verification and validation encompasses...
Rapid Application Development Model
Introduction This section of tutorial explains rapid application development methodology and its different phases of development with its...
Serial or Linear Sequential Development Model
This Model also called as the Classic life cycle or the Waterfall model. The Linear sequential model suggests a systematic sequential...
How to create a HTTP adapter in IBM Worlight
1. What is an IBM Worklight Adapter? 2. How to create HTTP adapter? 2.1 Architecture of HTTP Adapter 2.2 Now let us move to create a HTTP...
Creating SQL Adapter in IBM Worklight
This tutorial will help you to understand the SQL adapter and to create a SQL adapter from IBM Worklight. Here it provided step by step...
How to Install ant in your Mac OS X
Ant is already installed on some older versions of Mac OS X, so you should run ant -version to test to check if it is already...
Create and manage new branch in git
Find some of the useful git commands for creating and managing new branch in git/GitHub. 1. Create a New Branch in Git 2. Switch to your...

