Actual combat-project process management

Over the past few years of work, there have been no more than 100 projects and 80%. In the process of doing the project, you need to generate some methodology, which is a summary of your own experience and a process of solidifying the process. Of course, these methodology may not be completely correct, but it is not important. The important thing is to have this idea and then continue to improve the methodology.

I remember that I wrote some views on project management a few days ago . This article mainly describes the methods used to manage many projects. The project process management I wrote this time is about a single project and how to deal with each stage to ensure that the project can go online with quality and quantity.

The reason for writing this article is that it can be matched with the project management article to form a system, and the concept can be explained to other colleagues, especially new students, to maintain the quality of the project at the lowest possible cost, and the third is Make a total of your own experience.

The process described in the article is more suitable for projects that require a period of one to two months and require rapid iteration. Although it cannot be said to be perfect, the program has been used for a long time and the effect is still very good, achieving a good balance between time and effect.

I need to add one thing here. I think there will never be a perfect process and structure. The most important thing is people's hearts. No matter how good the process is, it is still useless if the implementation is not in place. No matter how bad the process is, if you continue to work hard to optimize it, you can achieve success.

Regarding the project management process, you can view it on processon.

https://www.processon.com/view/link/5fb4d885f346fb5f0e21c4c9

The colors marked indicate the areas that need to be controlled by the leader. After these positions are correct, the overall problem is not big.

At last

If you like my article, you can follow my official account (Programmer Mala Tang)

My personal blog is: https://shidawuhen.github.io/

Review of previous articles:

technology

  1. Spike system
  2. Distributed system and consensus protocol
  3. Service framework and registry of microservices
  4. Beego framework usage
  5. Talking about microservices
  6. TCP performance optimization
  7. Current limit realization 1
  8. Redis implements distributed locks
  9. Golang source code bug tracking
  10. The realization principle of transaction atomicity, consistency and durability
  11. Detailed CDN request process
  12. Common caching techniques
  13. How to efficiently connect with third-party payment
  14. Gin framework concise version
  15. A brief analysis of InnoDB locks and transactions
  16. Algorithm summary

study notes

  1. Agile revolution
  2. How to exercise your memory
  3. Simple logic-after reading
  4. Hot air-after reading
  5. The Analects-Thoughts after Reading
  6. Sun Tzu's Art of War-Thoughts after reading

Thinking

  1. Project process management
  2. Some views on project management
  3. Some thoughts on product managers
  4. Thoughts on the career development of programmers
  5. Thinking about code review
  6. Markdown editor recommendation-typora

Guess you like

Origin blog.csdn.net/shida219/article/details/109898984