Process & Methodology
Methodology is the structure imposed on the development of a software product. There are several models for such processes, each describing approaches to a variety of tasks or activities that take place during the process.
Please select an article:
Agile Software Development
An approach and conceptual framework for designing, implementing, testing and maintaining software projects, based on the recent technology evolutions.
Test Driven Development
TDD (Test Driven Development) which is a software development technique has recently been of particular interest to developers.
SoftwareAnalysis
Before creating any software we need to know what we really expect from our system.
Pair Programming
In pair programming, two programmers sit beside each other in front of one computer. One of them, which is called driver, types the code and the other one, called observer, checks for errors in each line.