Programming Portfolio Project

Course Description

Course Goals
Week
1
( 18 Hours )
Project Planning

The first stage is all about “What do we want?” Project planning is a vital role in the software delivery lifecycle since this is the part where the team estimates the cost and defines the requirements of the new software.

Week
2
( 18 Hours )
Gathering Requirements & Analysis

The second step is gathering maximum information from the client requirements for the product. Discuss each detail and specification of the product with the customer. The development team will then analyse the requirements keeping the design and code of the software in mind. The main goal of this stage is that everyone understands even the minute detail of the requirement. Hardware, operating systems, programming, and are to name the few requirements.

Week
3
( 18 Hours )
Design

In the design phase, the program developer scrutinizes whether the prepared software suffices all the requirements of the end-user. Additionally, if the project is feasible for the customer technologically, practically, and financially.

Week
4
( 18 Hours )
Coding or Implementation

Time to code! It means translating the design to a computer-legible language. In this fourth stage of SDLC, the tasks are divided into modules or units and assigned to various developers. The developers will then start building the entire system by writing code using the programming languages they chose. This stage is considered to be one of the longest in SDLC. The developers need certain predefined coding guidelines, and programming tools like interpreters, compilers, debugger to implement the code.

Week
5
( 18 Hours )
Testing

Once the developers build the software, then it is deployed in the testing environment. Then the testing team tests the functionality of the entire system. In this fifth phase of SDLC, the testing is done to ensure that the entire application works according to the customer requirements.