After graduating from a bachelor's degree, I participated in 6 months of programming training, but what should I do if I typed codes but couldn't get started?

Today I had a very interesting chat with my friends. A fan friend of Brother Xing graduated from his undergraduate degree last year, and then participated in a 6-month programming training, which just ended at the end of the year. He found a job at the end of the year and entered the job after the Chinese New Year. He found a very serious problem, that is, he didn't know where to start with the tasks assigned to him after he joined the job. When he first typed the code, he always wanted to read other people's code, and then copied other people's code. After 10 days, he felt very stressed and had a feeling that he didn't want to do it anymore.

I will tell this friend here, and I will also tell many of our friends. Many times, for new things, it is good for us to participate in this training, or to pass on some experience to us through other people. In many cases, if we do not really practice it, This kind of high-sightedness and low-handedness does indeed occur. We always think that this thing is very simple, and then explain the logic to others in a logical manner, but we find various problems when we get started. This is actually a normal phenomenon, especially if we do not have such practical experience. Through short-term quick training, let us get started, let us know that we can see other people's code, but when we face a computer, we don't know how to write after the environment is installed, this is also a normal phenomenon, because we don't have these experiences , so it caused us to be a bit blank, not knowing where to start.

I suggest that you calm down and look at other people's codes, but don't copy them all, because many training institutions, especially some off-the-job training, are taught by teachers, and then students start to type, and even give the original code and code. Students, and after the student goes down, some things cannot be typed out, so he will copy according to the teacher's instructions. After copying, the function was realized. He seemed to think he would, but in fact he didn't. This kind of efficiency is very low. But since we have spent this money and energy, and got a good job after we got out, and the salary is not bad, then we must calm down and not self-doubt when encountering a little difficulty. Self-strike.

The company can choose us because we are still the best among the candidates, so we must not retreat when encountering a little difficulty. If you give up this offer, or even say that you have to prepare for the interview again, it is really possible that you will not have much energy to enter this industry after you give up this offer. We can stay in this industry for two or three months, and we can follow other people through some processes, such as some projects of their company, and can complete several version iterations. You are familiar with this process and have a general understanding of what the specific work is like. , we will not have such a cowardly mentality. In the early stage, we still need to step up our studies to lay the foundation, because the impact of the crash course is still quite large, but it only allows us to understand some things, and it is not very solid. In the first two years or even the first three years after joining the company, we must not have other ideas, such as job-hopping or changing careers, and throw them away as soon as possible. If we have made up our minds to transfer to this industry, it is very undesirable to retreat when we encounter a little setback when we transfer to this industry. We can go farther and farther on the road of coding.

Java architect is a very important role in the enterprise. They are mainly responsible for designing enterprise-level application architecture, and ensuring the efficiency, scalability and security of applications through technology selection and technical problem solving. Java architects need to have rich technical experience and deep technical foundation, be able to understand business needs and the needs of the development team, so as to design the optimal architecture solution. The Java architect also needs to communicate with the business department and the development team, and is responsible for coordinating and managing the entire development process to ensure that the project can be delivered on time and achieve the expected goals.

In terms of salary, Java architect is a relatively high-paying profession. According to different cities, different company sizes and different experience, the salary package will also vary. According to market research, the salary of Java architects is usually more than 30% higher than that of Java development engineers. In addition, Java architects still have good room for promotion and development, and can become the head of the technical department, or be further promoted to senior positions such as technical director.

In short, Java architect is a profession full of challenges and development opportunities. If you have a solid technical foundation and rich project experience, and hope to have a better development in the technical field, becoming a Java architect is a very good choice.

Writing project code is a very important step when we do Java development. The following is the general Java development project code writing process:

First of all, we need to conduct a needs analysis, clarify the needs of the project, and transform it into an executable plan. This step is very critical, because it directly affects the subsequent steps.

Next, we need to design the architecture. Determine the corresponding architecture according to the requirements, including technology selection, module division, interface design, etc. A well-designed architecture can provide guidance and support for subsequent code writing.

Then, we can start writing code. Under the determined architecture, start writing code, and make the code as modular and reusable as possible. In the process of writing code, we need to pay attention to the readability and maintainability of the code.

After the code is written, it needs to be debugged and tested to ensure the quality and stability of the code. This step is very important, because if there is a problem with the code, it may make subsequent work difficult.

Finally, we need to deploy the code to the actual environment and test it to ensure the normal operation of the program. This step is the process of actually applying the code to a production environment and requires great care.

The above is the general Java development project code writing process. Of course, in actual development, there may be other steps and details that need attention. However, by mastering these basic processes and methods, we will be able to better write code for Java development projects.

おすすめ

転載: blog.csdn.net/2301_77139641/article/details/130556557