software project management

Introduction –: A project is well defined task which is a collection of several operations done in order to achieve a goal. Like software development and delivery. A project has many character as like.. Every project may have a unique and distinct goal Project is not a routine activity or day to day operation. project… Read More »

v shaped model in software engineering

V shaped model -: The major drawback of Waterfall model is we move to the next stage only when the previous one is finished and there was no chance to go back if something is found wrong in the previous stage. This problem solution provide the V shaped model. This model provide testing of software… Read More »

Spiral Model in software engineering

Spiral Model Introduction -: This model is describe Software Development process. This model is a combination of both model first is the iterative model and one SDLC model and combined it with cyclic process. This model considers risk which often goes un-noticed by most other model . The model start with determining objectives and constraint… Read More »

Agile model in software engineering

Introduction -: In the early stage the waterfall model was very famous for completing the software development process. After some time developer face various problem for developing a software. The main problem was included handling change requests from client during software development. Another problem is the high cost and time required to incorporate these changes.… Read More »

waterfall model of software engineering

Introduction of waterfall model -: This model was describe about the SDLC process. This is the oldest software development model. Waterfall model is very easy to understand. In the waterfall model has many phase. In this model all the phase are step by step completed. Means if the first stage completed then the next steps comes. It… Read More »

models of sdlc

Introduction of models in software engineering  -: A model in software engineering come’s  in many shapes, sizes and styles.This is very important to understand that a model is not the real world but It is  a human construct that  help us  to understand real world systems. All models has  an information input, an information processor… Read More »

software development life cycle

Introduction of SDLC-: The full name of SDLC is the software development life cycle.It is clear that the SDLC is the process of creating a software. All the process of creating a software starting to ending comes in the SDLC. A software development  life cycle is a model  that also called process model. In other words… Read More »

what is software engineering

Introduction of software engineering -: Software engineering is make two words. First is the software and second is the engineering.For understanding the software you need to understand what is software ? Software are the set of programs/packages which we can not touch and feel. In other words we can say that the software definition are different… Read More »

how to make gif from videos

Gif Introduction -: Gif means Graphics Interchange Format. It is a bitmap image format that was developed by a team at the online services provider CompuServe led by American computer scientist Steve Wilhite in 15 June  1987. GIFs are usually short scenes from popular TV shows and movies video clips turned into short video snippets.… Read More »

how to create a session in php

What is Session in php –:Cookies are stored on browser window means it stored on user side.  it is possible for a hacker to easily hack the cookie content to insert potentially harmful data in your application that might break your application. Also every time the web  browser requests a url to the server.All the… Read More »