Industry Analysis — An Quick Introduction

Phân tích Ngành – Giới thiệu Nhanh

Industry analysis is a tool to help companies understand where they stand compared to other companies that produce similar products or services; Understanding the impact factors across the industry is an important part of effective strategic planning that enables small business owners to identify threats and opportunities facing their business and focus resources on developing unique capabilities that provide a competitive advantage.

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
Phương pháp phát triển theo hướng kiểm thử cho phát triển phần mềm Agile

Phương pháp phát triển theo hướng kiểm thử cho phát triển phần mềm Agile

Test Driven Development (TDD) is a software development process, which relies on transforming software requirements into test cases before software is fully developed, and tracking all software development by repeatedly testing software for all test cases. This is the opposite of developing software first and then creating test cases. Some popular models support TDD very well, such as MVC and MVP.

Continue reading
How to prioritize product Backlog in Scrum using a 100-point approach?

Làm thế nào để ưu tiên danh sách công việc sản phẩm trong Scrum bằng cách tiếp cận 100 điểm?

It’s important to prioritize your product backlog to make sure it doesn’t become an open-ended list where everyone has random ideas about your product. Your to-do list needs to be structured, organized, and prioritized to identify the most strategically important things for your team to do. In this article, I introduce the 100 Points method for product backlog refinement activities.

Continue reading