Software Development and Design Basics 30/Sep/2023

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

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

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner