Home > Article > Backend Development > What do PHP architects need to know?
What are the requirements to become a PHP architect? Want to know?
The growth of an architect is inseparable from pitfalls, constantly testing various solutions, pitfalls, from small pits to big pits, and gradually summarized. The other thing is to learn more and communicate more, be eclectic, don’t pay special attention to details, look at the general outline, and understand the core values and shortcomings of common things. (Recommended learning: PHP video tutorial)
A program and computing system software architecture refers to one or more structures of the system. Structure includes the construction of the software, the externally visible properties of the construction, and their interrelationships.
A qualified architect must have a lofty vision to transform the "world" and turn lofty ideas into reality. What you have to do is to break through all kinds of resistance and build something that most people in the world have never seen. Something not even thought about.
The architect's breadth of knowledge must exceed that of ordinary programmers.
Doing architecture, in fact, the simplest understanding is just one sentence, which is to find ways to solve problems under various restrictions.
The planning and implementation of the architecture depends on many existing environmental factors and cannot be reproduced. Therefore, a qualified architect must be able to consider as many factors as possible that have an excessive weight on the architecture, and then Make trade-offs, grasp key factors, and finally concentrate on key breakthroughs.
The architect must first be able to decompose user needs and use various tools. For NET, he must know various StructMappers and even PostSharp for attribute injection and AOP cut-in programming, simple BLL, You still need to understand DAL and PAL. Of course, if there is a domain layer, how to flexibly apply SOA middleware to develop microservice interfaces is also particularly important.
In this context of rapid development, a qualified architect can only keep up with the pace of the times by continuous learning, prevent himself from becoming a bottleneck for the team and organization, and continue to Make your own contribution, so if you want to continue along the road of architecture, be a lifelong learner!
The above is the detailed content of What do PHP architects need to know?. For more information, please follow other related articles on the PHP Chinese website!