Posts

Showing posts with the label Software Project Management

Practical Agile Concept with Git

Image
Software development models used to develop software production efficient & effective manner.The Systems Development Life Cycle (SDLC) gives structure to the challenges of transitioning from the beginning to the end of your project without forgetting a step. 1. Waterfall Model:oldest and most straightforward 2. V-Shaped Model 3. Iterative Model 4. Spiral Model 5. Big Bang Model 6. Agile Model:By breaking the product into cycles, the Agile model quickly delivers a working product and is considered a very realistic development approach.This model emphasizes interaction, as the customers, developers and testers work together throughout the project. Manifesto for Agile Software Development introduce in 2000( https://agilemanifesto.org/ ) 12 Agile principles :These principles describe..        (1)Respect leadership in level     (2)Start with what you do     (3)Encourage Changes always.     (4)Respect current roles & responsibilities.   Framework(Methodology) Main contributor(s) Adap

GIT & Version Controlling

Image
Version Controlling Version control systems are a category of software tools that help a software team manage changes to source code over time(But non developers also use git for their text management like research papers). Version control software keeps track of every modification to the code in a special kind of database. Version controlling software use for or version controlling purposes. Git Git is a free and open source distributed version control system(VCS) designed to handle everything from small to very large projects with speed and efficiency.  https://git-scm.com/  (download git from here) History of Git                                                          Linus Torvalds Invented Git, But He Pulls No Patches With GitHub. Linus Torvalds keeps a copy of his Linux kernel project on GitHub, the wildly popular code-hosting website.But then it applies for the normal software version controlling purposes. Git Vs Github,Bit Bucket,Git Lab                              Git