preface

Only a bald head can be strong.

Star: github.com/ZhongFuChen…

A year is really fast. Last year I was still a student, and this year I have worked for half a year. This article records some things that happened to me this year and my feelings. I wonder how I will feel when I come back to this article next year when I write my 2020 summary. I looked back at the summary I wrote last year. To be honest, IT was a little low. Ha ha ha ha

Goodbye 2018, hello 2019

I have been staying in Guangzhou since my childhood. Now I am working in Hangzhou. I have had a lot of initial experience and I think it is quite good.

Sum up what happened this year and try again next year

Intern from February to May

In February this year, the former Leader asked me when I would go to the internship. I thought I had nothing to do at home, so I decided to go to the internship after the New Year.

internship

There are many first experiences of life in Hangzhou:

  1. First time on a plane
  2. Renting for the first time
  3. First time to see snow (rain and snow)

At that time, I also wrote an article briefly recording the process of flying and renting a house.

Well, I’ve come to Hangzhou.

Many students have thought about a question when they just entered the job: is it difficult to work as an intern? Am I up to it? What is the internship to do in the company?

Of course, I must have thought about that, too. Before I went to the company, I asked the former Leader specifically about the technology stack used by the department (mainly because I wanted to adapt to the technology used by the company as soon as possible, so that I would not be too busy when I did the internship).

Ask the technology stack used by the former Leader department

When I went to practice, I met a senior who was very good to me. I had my own study plan every day, and my senior also tutored me.

On the second day of my employment, my senior made an appointment in a conference room and spent more than an hour explaining to me what the department is doing now, why it is doing so and some related systems.

At the time, he specified that it might not sound very clear to you now, or you might forget it soon after you hear it. But it’s okay. You’ll get the hang of it.

At that time, MY internship mainly focused on learning TensorFlow and knowledge related to the company’s technology stack/middleware, which broadened my vision. To be honest, if I were working on the back end of a mediocre company, machine learning wouldn’t even be on my mind.

There are still some chat records

At that time, I also output my study notes. Maybe it is because my official account and blog are mainly written in Java. I think I write with my heart, but few people read it.

My TensorFlow series

In fact, I did not do any difficult requirements and tasks during my internship, which may be summarized as follows:

  1. Learn the middleware/technology stack developed by the company and daily operations (log on the server /git/ log reading, etc.)
  2. Learn the basics of TensorFlow
  3. Learn several systems used online and understand their business background and the location and processes of the system
  4. Write small requirements and continue to learn about the system

My senior went to another company after I returned from my internship. If I could work under him for one year, I think my growth might take off (ha ha ha). He also helped me a lot during my internship:

  • He is very skilled, and explained the technology to me in a very simple way (the best technology explanation I have heard so far).
  • Be patient. At first he asked me to pull a branch of Git locally, and I said I wouldn’t… Hahahahaha, he didn’t say anything about me. Just a very light description to me, tools this thing don’t need to learn, use good.
  • Be helpful. He once told me: If you do something for more than 30 minutes, ask me. Don’t be afraid to disturb me. It’s okay.
  • When just went to Hangzhou, life is not familiar, every week will talk to me, to understand my living conditions and recent situation.

I took over the push system when I was an intern, and he said:

To take over a system, you need to understand the business background of the system first, let others explain to you why the system is used, and then you look at the code, if you do not understand the business to directly look at the code, it will be very confused.

I just entered the workplace, is very very grateful to him.

At the end of April, I asked for leave to return to Guangzhou because of my graduation design defense.

May – June in Guangzhou

At the end of April, I came back to Guangzhou and washed my hair, which caused water in my ears. After a few days of discomfort, I went to see a doctor. Finally, my eardrum was perforated and I needed surgery.

To be honest, I was reluctant when I found out I was having surgery. I have never been born from childhood to big what big disease, go to the hospital registration is also because the ear water just learned, at ordinary times cold have a fever of what little.

When I heard that I was going to have the operation, I was a little confused. I didn’t realize how uncomfortable it would be for me. I would resist the operation. After discussing it with my family, my dad gave me some advice: “The doctor suggested an operation, so go back to work after the operation. After all, you are still young. Don’t put it off until later.

Doctor’s toilet paper

And wrote an article about the experience:

Recent situation

At that time, I also summarized a few words to restrain myself:

  1. If you are not feeling well, go to the doctor early.
  2. See a doctor and go to a hospital.
  3. Pay attention to the body, exercise.

If I pay more attention to my health condition at ordinary times, I will see a doctor in time. Maybe the eardrum doesn’t have to perforate (a perforated eardrum isn’t just a one-time water problem.

Third-class a hospitals are not much more expensive than ordinary hospitals, so it is better to choose better hospitals to reduce the probability of misdiagnosis.

Do more exercise, it’s the body that counts (now I go to the gym for half an hour two nights a week).

June to December

At that time, I had been exposed to the push system during my internship, so I was assigned to work as a push system when I really joined the company. After my former senior left, I was assigned a new senior (who actually sat across from me during the internship, Hahha).

The new upperclassman is also an excellent person. It is because of him that I got into the push system. At the beginning of the push system, there would be less demand for the product, so he would think of various ideas to optimize the system and try to bring more value to the system.

One thing I’ve learned in the process:

Technical services business. Doing technology is not only to understand the operation process of their own systems, but also to understand what to bring to the business. Take my side as an example, the push system is a tool class system, the purpose is to activate users.

Therefore, the data generated every day and some common operation routines need to be understood, which will be of great help to understand the integrity of the system.

(I’m still working on it)… I think the system that I am responsible for can bring more value to the business. In addition to my job responsibilities, it is definitely helpful for my growth in the process.

The biggest feeling in the work is: the partners around are very strong

Those of you who have been following me in the past probably know that I’m not lying when I say I cook chicken. I am surrounded by strong people, compared to them I am a vegetable chicken.

My technical ability is not very good, business understanding ability is not very good, have to continue to work hard refueling.

These days, I’m looking for bugs left by my former colleagues, answering questions in the system, and FIXING bugs (requirements) I wrote myself.

This year’s output

At work (also this year), I wrote almost all of the articles I encountered at work, writing down some notes:

  • I learned TensorFlow as an intern, so I wrote a few introductory TensorFlow articles

  • The company was using their own message queue, so I went to understand what is a message queue

  • The company also uses Kafka, so I went to learn what Kafka is (and Zookeeper by the way).

  • Have a period of time to write SQL more, so I wrote about the work often used SQL

  • There was a period of time on the server to check the log more, so I wrote a Linux command in the work always used

  • The push system is separated from the front and back ends. When I look at the code, the Java interface clearly returns JSON, but F12 clearly returns HTML, so I wrote an article about the separation of the front and back ends

  • When making a PUSH system, I will mention more about my PUSH types: what is PUSH and small program PUSH

  • When doing push system, I will also encounter a variety of bugs and problems need to be solved, so I wrote: what is limiting stream, what is ABTest, what is short connection, simple use of FastJSON and so on

  • The group needs to share technology, so I simply learned a relatively new technology, so I wrote what is WebFlux

  • The joy of being a programmer is so simple and boring, how to write a technical article, buy a MacBook Pro, etc

From the historical record I counted 52 posts this year, which is exactly 52 weeks a year. Some articles may be more water, but blogs, you can write what you like.

There will be a lot of work to do, and there are a lot of technology stacks to use in the company (Elasticsearch, big data, etc). But time is really an issue. Many of the articles I wrote this year were written by me when I went to work on weekends.

The cycle from learning to writing an essay can be very, very long. Most of what I’m writing is new to me, so the frequency of updates is going down, but I’m still writing.

This time is well spent. The articles I write are all the ones I meet or need to learn in my work. I write them out to facilitate my follow-up reference. If you can also learn something from the article, then I will be very happy.

This year,

The first time I went to work in Hangzhou was lonely, but I soon adjusted.

When I’m feeling negative, I often think: Why can’t I, when others can?

When I first arrived in Hangzhou, I felt a little lonely, but then I think about IT: most OF them have to leave their hometown. They must be like me. We all feel more or less lonely, but aren’t they all okay? If they can do it, I can do it.

Internships are fulfilling

As mentioned above, WHEN I first started my career, I met an upperclassman who was very kind to me. I have my own learning tasks every day, and broaden my horizons.

During the internship, I learned a lot of things that I had never learned before (many of them are self-developed middleware of the company).

Work is growing

From the internship to understand the system, now I am in charge of the system alone. Every day, I check questions, answer questions and write bugs (requirements). I consider myself an introvert, and now I can communicate with various business parties (my communication and expression skills are gradually improving). From being in charge of the system as an upperclassman to being in charge of the back-end of the system by myself, I will encounter many challenges during this period.

I met a great group of colleagues

My two upperclassmen were very kind to me and told me a lot about their experience and taught me how to look at a problem and what the future direction might be…

I often go out with my colleagues on weekends. I’ve been to the West Lake, climbed the Northern Peak, cooked at my colleague’s home… .

Next year,

I am not a planned person, more buddhist and casual. Next year to do an ordinary mediocre smooth smooth boy good

In Guangzhou before the time or beautiful boy, now have no address

Hello, take-out. Hello, would you like something to eat?


This has been included in my GitHub featured articles, welcome to Star: github.com/ZhongFuChen…

Happy to export dry Java technology public number: Java3y. The public account has more than 300 original technical articles, massive video resources, beautiful brain map, attention can be obtained!

I wish you all next year will be able to meet the test, do a smooth beautiful boy! I hope you can give me a thumbs-up 👍

Denver annual essay | 2019 technical way with me The campaign is under way…