3 tips to make you a great person

零下一度
Release: 2017-06-24 10:57:35
Original
1023 people have browsed it

If you are new to front-end, you may ask:

Can I learn front-end courses with zero foundation?

How to start learning front-end?

If you are a front-end worker, you may ask:

How can I make myself better?

With low front-end development ceiling, has it really encountered a bottleneck?

Next, I will answer these questions from three aspects: learning, practice, and advancement, and share my front-end growth experience.

1

Learning Chapter

To learn the front-end, it is first recommended that you lay a good foundation. The foundations here are divided into two categories: computer foundations and professional foundations.

Some people may think that you can do front-end work even without these basics (this is why we said the threshold is low before), but the mastery and understanding of these basic knowledge determines How far can we go. This part of learning is a step-by-step process and cannot be accomplished overnight.

So how to learn these basic knowledge?

I suggest starting from three aspects: books, codes, and standards.

Books: When you need to understand a certain knowledge point, you can read a few more related books and see different authors’ different explanations of this issue to deepen your own knowledge. understand. The effect is better in comparison.

Code: A good way to check whether we have mastered the knowledge is to read the code. It not only helps us deepen our understanding of knowledge, but also can fill in the gaps and give us some new enlightenment. What source code is worth reading?

· The code in the book

· The code left by the predecessors

· Experience in the forum

· Code of a certain website

· Many open source codes can be used as our reference sources

· Summarize the code you have written before, you will get different surprises

Standard: When we When you encounter a problem, you need to trace it back to its source. And looking up standards is key. Internet technology updates and iterates too fast, and the resources on the Internet vary from good to bad. Therefore, one of the important methods for our screening is to consult the standards. Front-end related standards are mainly divided into two aspects, namely industry standards and manufacturer standards.

The organizations that formulate industry standards mainly include: ecma organization/IETF organization/W3C organization

The platforms that formulate manufacturer standards mainly include: IE/ Chrome/Firefox etc.

2

Practice Chapter

The practice stage is for Students who encounter bottlenecks are very important, because no matter what way they study, the ultimate goal is to solve practical problems.

Revolving around problems in practice, they can actually be divided into four aspects: discovering problems, analyzing problems, solving problems, and settling problems.

There are many ways to discover problems, including product functional requirements, development non-functional requirements, questions, suggestions, complaints, etc. More often than not, front-end engineers are required to think and summarize, which is also a challenge we face.

When we find a problem, don’t rush to solve it, we must analyze the essence of the problem, determine the factors that caused the problem, communicate with multiple parties, propose multiple solutions, and analyze each pros and cons, and then make a choice based on the actual situation to finally solve the problem.

In business, 80% of bugs are mainly caused by incomplete consideration of business logic, omission of logical judgment processing, non-standard data format, etc. . This kind of bug is relatively fast to correct, but it is easy to cycle back and forth or introduce new bugs. These bugs cut into developers' effective working time.

Another 15% of bugs are caused by developers’ own coding problems, which are technical bugs. However, as developers become more familiar with software platforms and frameworks, and develop their own programming With the improvement of programming skills and programming literacy, such bugs will gradually decrease.

Finally, settle the problem, deepen your understanding, and then apply the solution to simple problems to complex problems, this is also the way to improve.

3

Advanced Chapter

##After reaching a certain level, personal ability It is difficult to improve and has encountered a bottleneck. At this time, you need to start from a personal perspective to understand whether the ceiling has been reached, and you can also start from a team perspective to find a breakthrough point.

Personal abilities can be analyzed in depth and breadth. Depth is divided into three stages: appearance, principle and implementation. The appearance is the basic stage mentioned before. The next stage is to understand the principles and be able to grasp and identify knowledge points. The implementation stage is to make full use of the existing knowledge system and apply it.

From the perspective of breadth, it can be divided into two parts: professional skills and field scope. Professional skills can start from the coverage and understanding of the knowledge system. That is, whether the coverage is broad enough and how familiar the common solutions are. Expanding the scope of the field requires understanding of other products, such as mobile terminals, desktop terminals, etc.

If you are excellent in the above aspects, you will be an excellent front-end engineer. But individual excellence is not enough, we also need team excellence.

Breakthroughs in teams, focusing on process, efficiency and collaboration. The current working model at NetEase basically follows the following process, which is relatively detailed and standardized.

| New requirements online

Requirements→Interaction→Visual→Development→Self-test→Testing→bug modification→Testing→bug modification→Testing →Interactive confirmation→Visual confirmation→Online application→Confirmation→Online

| Hotfix online

Problem feedback→bug modification→test→bug modification →Test→Apply online→Confirm→hotfix online

Finally, I would like to share two sentences with you:

Always maintain a humble and prudent attitude.

Always strengthen the cultivation of learning ability.

On the road to front-end learning, in addition to self-study and improvement, another good way is to communicate with senior front-end development engineers and use other people's experiences to obtain efficient learning methods and rapid advancement. Join my group and the big guys will communicate with each other every day

The above is the detailed content of 3 tips to make you a great person. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template