Posts

FTR,SQA,ISO QUALITY STANDARDS

Image
Formal Technical Review (FTR) in Software Engineering Formal Technical Review (FTR) is a software quality control activity performed by software engineers. It is an organized, methodical procedure for assessing and raising the standard of any technical paper, including software objects. Finding flaws, making sure standards are followed, and improving the product or document under review’s overall quality are the main objectives of a formal technical review (FTR). Although FTRs are frequently utilized in software development, other technical fields can also employ the concept. Objectives of formal technical review (FTR) Detect Identification:  Identify defects in technical objects by finding and fixing mistakes, inconsistencies, and deviations. Quality Assurance:  To ensure high-quality deliverables, and confirm compliance with project specifications and standards. Risk Mitigation:  To stop risks from getting worse, proactively identify and manage possible threats. Kn...

Architecture Styles and Patterns

Image
  1. Data-Centered Architecture What It Is: Data-Centered Architecture is like a big library where all the important data is stored in one place. Different programs or parts of a system come to this central library to read or update information. In Simple Terms: Imagine a big, shared notebook where everyone writes down their notes. Whenever someone needs information, they check this notebook. This way, everyone stays in sync and has access to the same information. 2. Data Flow Architecture What It Is: Data Flow Architecture is like a factory assembly line where data moves through different stages. Each stage processes the data in some way, and then it moves on to the next stage. In Simple Terms: Think of it like a conveyor belt in a factory. You put raw materials on one end, and as they move along the belt, different machines (stages) transform the materials until you have a finished product at the end. 3. Call and Return Architecture What It Is: Call and Return Architecture i...