<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Software Development Life Cycle by Harith Yusri</title>
      <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y</link>
      <description>RESD Group 9: Iterative
</description>
      <language>en-us</language>
      <pubDate>2021-03-25 02:31:41 UTC</pubDate>
      <lastBuildDate>2026-03-01 22:06:34 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>WHAT IS SDLC?</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350945116</link>
         <description><![CDATA[<div>Software Development Life Cycle is the application of standard business practices to building software applications.<br><br>Divided into <strong>7 stages</strong>:<br>1- Planning<br>2- Requirements<br>3- Design &amp; Prototyping<br>4- Develop/Coding<br>5- Testing<br>6- Maintenance<br>7- Software Deployment<br><br>It aims to produce quality software that exceeds customer expectations, meet deadlines and cost estimates.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1062591056/483886a8b8fed984d94a2cbec6710eaa/7_Stages_of_SDLC.png" />
         <pubDate>2021-03-25 02:35:40 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350945116</guid>
      </item>
      <item>
         <title>1) PLANNING</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350949254</link>
         <description><![CDATA[<div>In the Planning phase, project leaders evaluate the terms of the project. This includes calculating labor and material costs, creating a timetable with target goals, and creating the project’s teams and leadership structure.<br><br>Try to get feedback from potential customers, developers, subject matter experts, and sales reps. Planning should clearly define the scope and purpose of the application.<br><br>1- Identification of the system for development<br>2- Feasibility assessment<br>3- Creation of project plan</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=3nMbY-1PWyg" />
         <pubDate>2021-03-25 02:37:19 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350949254</guid>
      </item>
      <item>
         <title>2) REQUIREMENTS</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350949843</link>
         <description><![CDATA[<div>the team needs to perform an analysis of the system’s functional requirements to ensure it will meet the expectations of the target audience. Those expectations are then finalized and documented. The next step is performing a feasibility study to ensure that a system makes sense from financial, technological, and organizational standpoints.<br><br>The three primary activities involved in the analysis phase are as follows:<br><br></div><ol><li>&nbsp; &nbsp; &nbsp; Gathering business requirement</li><li>&nbsp; &nbsp; &nbsp; Creating process diagrams</li><li>&nbsp; &nbsp; &nbsp; Performing a detailed analysis</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-25 02:37:32 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350949843</guid>
      </item>
      <item>
         <title>3) DESIGN &amp; PROTOTYPING</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350950685</link>
         <description><![CDATA[<div>In the design phase, the Design phase models the way a software application will work. Some aspects of the design include:<br><br></div><div><strong>Architecture –</strong> Specifies programming language, industry practices, overall design, and use of any templates or boilerplate<br><strong>User Interface –</strong> Defines the ways customers interact with the software, and how the software responds to input<br><strong>Platforms –</strong> Defines the platforms on which the software will run, such as Apple, Android, Windows version, Linux, or even gaming consoles<br><strong>Programming –</strong> Not just the programming language, but including methods of solving problems and performing tasks in the application<br><strong>Communications –</strong> Defines the methods that the application can communicate with other assets, such as a central server or other instances of the application<br><strong>Security –</strong> Defines the measures taken to secure the application, and may include SSL traffic encryption, password protection, and secure storage of user credentials</div><div><br>A prototype is like one of the early versions of software in the Iterative software development model. It demonstrates a basic idea of how the application looks and works.</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=rAR5sbaphwU" />
         <pubDate>2021-03-25 02:37:52 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350950685</guid>
      </item>
      <item>
         <title>4) DEVELOP/CODING</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350952135</link>
         <description><![CDATA[<div>The development phase is when all documents from the previous step transfer into the system (This is actual writing of the program). The primary activities involved in the development phase are as follows :</div><ol><li>&nbsp;Development of IT infrastructure</li><li>&nbsp;Development of database and code</li></ol><div><br></div><div>The programming language is chosen with respect to the type of software being developed.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-25 02:38:22 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350952135</guid>
      </item>
      <item>
         <title>5) TESTING</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350953135</link>
         <description><![CDATA[<div>On the <strong>Testing</strong> phase, the focus is on investigation and discovery. Developers find out whether their code and programming work according to customer requirements while bugs traced get fixed before proceeding to the next phase.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-25 02:38:46 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350953135</guid>
      </item>
      <item>
         <title>6) MAINTENANCE</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350953974</link>
         <description><![CDATA[<div>Any necessary enhancements, corrections, and changes are made during the maintenance phase to ensure the system continues to work and remain updated to meet business goals. <strong>It is necessary to maintain and upgrade the system from time to time to adapt to future needs</strong>. The three primary activities involved in the maintenance phase are as follows:<br><br></div><ol><li>&nbsp; &nbsp; &nbsp; Support the system users</li><li>&nbsp; &nbsp; &nbsp; System maintenance</li><li>&nbsp; &nbsp; &nbsp; System changes and adjustment</li></ol>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=0Y8YLMJ3ERw" />
         <pubDate>2021-03-25 02:39:05 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350953974</guid>
      </item>
      <item>
         <title>7) SOFTWARE DEPLOYMENT</title>
         <author></author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350966871</link>
         <description><![CDATA[<div>The <strong>deployment phase</strong> is the final phase of the software development life cycle (SDLC) and puts the product into production. After the project team tests the product and the product passes each testing phase, the product is ready to go live. This means that the product is ready to be used in a real environment by all end users of the product.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-25 02:44:11 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1350966871</guid>
      </item>
      <item>
         <title>VIDEO THROUGHOUT ABOUT SDLC STAGES</title>
         <author>mharith0712</author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351047817</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=i-QyW8D3ei0" />
         <pubDate>2021-03-25 03:18:41 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351047817</guid>
      </item>
      <item>
         <title>MODELS</title>
         <author>mharith0712</author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351080022</link>
         <description><![CDATA[<div><strong>Waterfall </strong>- the classic method of development. As each phase completes, the project spills over into the next step. One advantage of the Waterfall model is each phase can be evaluated for continuity and feasibility before moving on.<br><br><strong>Agile</strong> - Designed by developers to put customer needs first. This method focuses strongly on user experience and input. It makes the software highly responsive to customer feedback. Agile seeks to release software cycles quickly, to respond to a changing market. This requires a strong team with excellent communication. It can also lead to a project going off-track by relying too heavily on customer feedback.<br><br><strong>Iterative</strong> - Developers create an initial basic version of the software quickly. Then they review and improve on the application in small steps (or iterations). This approach is most often used in very large applications. It can get an application up and functional quickly to meet a business need. However, this process can exceed its scope quickly and risks using unplanned resources.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-03-25 03:32:48 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351080022</guid>
      </item>
      <item>
         <title>WEBSITE</title>
         <author>mharith0712</author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351081084</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://phoenixnap.com/blog/software-development-life-cycle#:~:text=Software%20Development%20Life%20Cycle%20is,%2C%20Test%2C%20Deploy%2C%20Maintain." />
         <pubDate>2021-03-25 03:33:16 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351081084</guid>
      </item>
      <item>
         <title>HARDEST PHASE IN SDLC</title>
         <author>mharith0712</author>
         <link>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351103929</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1062591056/55c3e38fe0e46364b77d7fde649b8d01/audio_2021_03_25_11_45_39.mp3" />
         <pubDate>2021-03-25 03:43:21 UTC</pubDate>
         <guid>https://padlet.com/mharith0712/pbxlkummpu8qh71y/wish/1351103929</guid>
      </item>
   </channel>
</rss>
