Software Developement & Design
SDLC
- Requirements: Requirements Document
- Design:
- HLD (High Level Design)
- LLD (Low Level Design)
- Test Case Design
- Implementation:
- Code => Version Control System (git)
- Testing:
- Test Results
- Deployment: Live
- Maintenance:
- Support portal
Scrum
- Requirements Document
=>
Product Backlog - Product Backlogs
=>
sprint backlog - Sprint formalities
- Sprint Planning
- Standup meeting
- Sprint Demo
- Sprint retrospective
- Boards
- Scrum Board
- Charts:
- Sprint Burn down chart
- Exercise:
- Goole for How to create a scrum project in
- Azure DevOps
- Rally
- Jira
- Goole for How to create a scrum project in
Web Applications
-
To run a web application there are two actors
- client
- server
-
Types:
- Mutli page (Traditional):
- Technologies: HTML, CSS, Javascript, JQuery
- Single Page Application (SPA):
- Technologies: HTML, CSS, Javascript, Angular js, react js, vue js
- Mutli page (Traditional):