Risk Management for Software Development

Quản lý rủi ro trong phát triển phần mềm

Risk management is a system for identifying, addressing and eliminating issues that may be detrimental to the cost, schedule or technical success of a project or to the morale of the project team. “Tomorrow’s problems are today’s risks.” Therefore, “risk” is clearly defined as a problem that could cause some damage or threaten the project schedule, but has not yet occurred.

Continue reading
What is MVC Framework?

MVC Framework là gì?

MVC (known as Model-View-Controller) is a pattern in software design that is commonly used to implement user interfaces, data, and control logic. It emphasizes the separation between the business logic and presentation of the software. This “separation of concerns” provides better division of labor and better maintenance.

Continue reading
Tổng quan về Quy trình Phát triển Phần mềm (SDLC)

Tổng quan về Quy trình Phát triển Phần mềm (SDLC)

In software engineering, the software development lifecycle is the process of dividing the software development effort into smaller, parallel or continuous steps or sub-processes to improve design, product management. This approach may include predefined specific deliverables and artifacts that the project team creates and completes for the development or maintenance of the software applications.

Continue reading
What is Data Flow Diagram, why it is still useful for software development?

Sơ đồ luồng dữ liệu là gì, tại sao nó vẫn hữu ích cho phát triển phần mềm?

Although data flow oriented modeling is considered as an outdated technology by some software engineers, it is still one of the most widely used requirements analysis symbols. Although data flow diagrams (DFDs) are not formal parts of UML, they can be used to supplement UML diagrams and provide additional insight into system requirements and processes.

Continue reading
A Comprehensive Tutorial on SSADM

Hướng dẫn toàn diện về SSADM

Structured Systems Analysis and Design Method (SSADM) structural systems analysis and design methods, standards set in the early 1980s development, is widely used in the design and application of the calculation. It uses a combination of text and diagrams for system design throughout the life cycle, from the initial design concept to the application of actual physical design.

Continue reading
What is Cross-functional Flowchart?

Biểu đồ quy trình chéo là gì?

A cross-functional flowchart (sometimes referred to as a deployment flowchart) is a business process mapping tool used to articulate the steps and stakeholders of a given process. Typically, we use a cross-functional flowchart to show the relationship between a business process and the functional units (such as departments) responsible for that process.

Continue reading
A Comprehensive Guide to Flowchart with 50+ Examples

Hướng Dẫn Toàn Diện về Sơ Đồ Luồng với Hơn 50 Ví Dụ

A flowchart is a diagram of the sequence of steps in a process. It is a general purpose tool that can be used for a variety of purposes, such as manufacturing processes, management or service processes, or project planning. It is often defined as a graphical representation of an algorithm, a step-by-step approach to a task. It displays the steps as various types of boxes and shows their order by connecting the boxes with arrows.

Continue reading